Commit graph

7522 commits

Author SHA1 Message Date
gambas
630d2f4f33 Automatic completion: Don't crash when displaying the signature of '_new'.
[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Don't crash when displaying the signature of '_new'.
* NEW: Update Gambas 16 fonts.
2019-09-05 23:23:39 +02:00
Benoît Minisini
dbdb10f344 Merge branch 'master' into 'master'
Patch forward from Ubuntu

See merge request gambas/gambas!110
2019-09-04 23:06:43 +00:00
Christian Ehrhardt
38b9915c42 build with newer mysql/mariadb
Recent releases only need to include mysql.h for a long time and in the
meantime even removed most other headers.
Un-break gb.db.mysql/configure.ac by not strictly requiring this old header.
2019-09-04 23:42:18 +02:00
gambas
ead1bb23c8 Update Gambas 16 pt fonts.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 pt fonts.
2019-09-04 02:07:01 +02:00
gambas
24c3bdcf51 Fix menu proxy management that could crash combo-box popups.
[GB.GTK]
* BUG: Fix menu proxy management that could crash combo-box popups.

[GB.GTK3]
* BUG: Fix menu proxy management that could crash combo-box popups.
2019-09-03 00:06:30 +02:00
gambas
0ae2659764 Add a bold version of the 16 pt Gambas font.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update support file.
* NEW: Add a bold version of the 16 pt Gambas font.
* NEW: Update 16 pt Gambas medium font.
2019-09-02 23:47:27 +02:00
gambas
c044148d52 Fix some memory leaks in font management.
[GB.GTK]
* BUG: Fix a memory leak when getting the size of a piece of text.

[GB.GTK3]
* BUG: Fix a memory leak in font object creation.
* BUG: Fix a memory leak when getting the size of a piece of text.
2019-09-01 00:03:36 +02:00
gambas
a116861d8e Update Gambas fonts.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas Medium size 13 font.
* NEW: Update Gambas Medium size 16 font.
2019-08-30 18:37:49 +02:00
gambas
234c2c690a [GB.DB]
* NEW: Add a driver API that handles debugging messages.
* NEW: Print the current date/time before any debugging message.

[GB.DB.MYSQL]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.ODBC]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.POSTGRESQL]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.SQLITE2]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.SQLITE3]
* NEW: Use the new driver API to print debugging messages.
2019-08-30 09:09:16 +02:00
gambas
17d57a712a Update Gambas medium size 16 font.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas medium size 16 font.
2019-08-29 23:32:43 +02:00
gambas
30b1912ffa Add a 16 point size version of the medium Gambas font.
[DEVELOPMENT ENVIRONMENT]
* NEW: Add a 16 point size version of the medium Gambas font.
2019-08-29 22:21:52 +02:00
gambas
46c63624f9 Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu.
[DEVELOPMENT ENVIRONMENT]
* NEW: Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu.
* NEW: Translation dialog: The automatic translation now stops as soon as the translation program fails.
* NEW: Update common Spanish translation.
2019-08-28 00:39:08 +02:00
Benoît Minisini
cce5b3eb42 Merge branch 'italian-translations' into 'master'
Contains new Italian translations

See merge request gambas/gambas!108
2019-08-27 22:02:56 +00:00
GianluigiOr
6a0540a700 Contains fix and new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now fix and complete.

[GB.UTIL]
* NEW: The translation is now complete.
2019-08-27 18:01:24 +02:00
GianluigiOr
1a41272c4f Merge branch 'master' of https://gitlab.com/gambas/gambas into italian-translations 2019-08-27 16:20:56 +02:00
gambas
1cc44adf79 Update component version.
[GB.NET.SMTP]
* NEW: Update component version.

[GB.SETTINGS]
* NEW: Update component version.
2019-08-27 13:00:03 +02:00
gambas
f7d07bae3d Component version is now taken from the VERSION file.
[GB.XML]
* BUG: Component version is now taken from the VERSION file.
2019-08-27 12:58:51 +02:00
gambas
cf5be5b63d Some minus signs reformatting.
[GB.REPORT2]
* NEW: Some minus signs reformatting.
2019-08-27 12:57:25 +02:00
gambas
649d3cd92e Project tree: 'Open in folder' menu entry is now visible on file items, not just directories.
[DEVELOPMENT ENVIRONMENT]
* NEW: Project tree: 'Open in folder' menu entry is now visible on file items, not just directories.
2019-08-27 12:56:12 +02:00
gambas
7ad9db74c4 TextEditor: Draw multi-line markers darker.
[GB.FORM.EDITOR]
* NEW: TextEditor: Draw multi-line markers darker.
2019-08-27 12:55:07 +02:00
gambas
d194837339 Update French translation.
[GB.UTIL]
* NEW: Update French translation.
2019-08-26 00:27:29 +02:00
gambas
56b7b9e322 Forgot a comma in the error message list, making the raise of the last error message crash.
[INTERPRETER]
* BUG: Forgot a comma in the error message list, making the raise of the last error message crash.
2019-08-24 01:57:16 +02:00
gambas
51e271f107 Fix '&/' operator.
[INTERPRETER]
* BUG: Fix '&/' operator.
2019-08-22 12:36:52 +02:00
gambas
445784e820 Take the window menu bar into account when drawing drag and drop frame.
[GB.GUI.BASE]
* BUG: Take the window menu bar into account when drawing drag and drop frame.
2019-08-22 03:19:40 +02:00
gambas
b6900124a0 Update error messages.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update error messages.
* NEW: Update French translation.
2019-08-22 03:18:37 +02:00
gambas
abf4dfb110 PROPERTY...USE... is a new syntax to declare a property automatically associated with a private global variable.
[COMPILER]
* NEW: PROPERTY...USE... is a new syntax to declare a property automatically associated with a private global variable.
2019-08-22 03:13:58 +02:00
gambas
7b74fec6cc '&/' operator now automatically converts its arguments to strings.
[INTERPRETER]
* NEW: '&/' operator now automatically converts its arguments to strings.
2019-08-21 22:36:54 +02:00
gambas
411ee75e7d Fix JIT compilation when there are a lot of functions.
[INTERPRETER]
* BUG: Fix JIT compilation when there are a lot of functions.
2019-08-21 22:08:45 +02:00
gambas
69231c5ab6 Automatic completion: Fix constructor signature computation.
[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Fix constructor signature computation.
2019-08-21 21:20:45 +02:00
gambas
791ca46db6 WebForm: Forms embedded into other forms work correctly now.
[GB.WEB.FORM]
* BUG: WebForm: Forms embedded into other forms work correctly now.
* BUG: WebForm: An error is raised now when trying to show an embedded form.
* BUG: WebForm: Fix message box icons pre-loading.
2019-08-21 21:18:34 +02:00
gambas
9bd4691ba6 Form editor: Fix a possible crash when dragging a toolbox control on a form.
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix a possible crash when dragging a toolbox control on a form.
2019-08-21 02:40:29 +02:00
gambas
4d59c6062d Fix boolean datatype management.
[GB.JIT]
* BUG: Fix boolean datatype management.
2019-08-21 01:23:12 +02:00
gambas
3364074b48 Fix incorrect datatype of some driver function arguments.
[GB.COMPRESS.BZLIB2]
* BUG: Fix incorrect datatype of some driver function arguments.
* BUG: Fix a few error messages.

[GB.COMPRESS.ZLIB]
* BUG: Fix a few error messages.
2019-08-20 01:23:59 +02:00
GianluigiOr
5193e79d3d Contains new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.
2019-08-03 22:55:19 +02:00
gambas
f7292f3be8 Update default font with latest version of Gambas font.
[GB.SDL2]
* NEW: Update default font with latest version of Gambas font.
2019-08-03 00:33:46 +02:00
gambas
57d9196c90 The defaut country of language collection has been replaced by a string, faster to initialize.
[GB.WEB]
* OPT: The defaut country of language collection has been replaced by a string, faster to initialize.
2019-08-03 00:25:57 +02:00
gambas
db50637bf4 Static class initializer are now always correctly run in the context of their component.
[INTERPRETER]
* BUG: Static class initializer are now always correctly run in the context of their component.
2019-08-03 00:13:56 +02:00
gambas
c3b4a13aac Fix links inside symbol syntax, so that they keep the current language.
[WIKI CGI SCRIPT]
* BUG: Fix links inside symbol syntax, so that they keep the current language.
2019-08-02 02:42:12 +02:00
gambas
c8d94ef9b1 Request: Fix Language property and add ContentType and ContentLength properties.
[GB.WEB]
* NEW: Request.ContentType is a new property that returns the Content-Type HTTP header.
* NEW: Request.ContentLength is a new property that returns the Content-Length HTTP header, or -1 if the header is not present.
* BUG: Request.Language now uses an internal dictionary to convert the Accept-Language HTTP header to a correct system language.
* BUG: Request.Language now takes the priority of languages specified in the Accept-Language HTTP header into account.
* BUG: If the request exceeds the maximum size defined by Request.MaxFileSize, a "Request too big" error is raised instead of "Response too big".
2019-08-02 02:36:16 +02:00
gambas
5b7842e76c About dialog: Display financial support again.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support file.
* NEW: About dialog: Display financial support again.
2019-08-01 01:13:37 +02:00
gambas
11bd8ccac9 GridView: Rich-text in centered cells with no text wrapping is correctly drawn now.
[GB.GUI.BASE]
* BUG: GridView: Rich-text in centered cells with no text wrapping is correctly drawn now.
2019-08-01 01:12:25 +02:00
gambas
8134f37ecc Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* BUG: Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.
2019-07-31 00:26:52 +02:00
gambas
43fa62e0d1 [GB.DESKTOP]
* NEW: Desktop.Types is a new property that returns a read-only array of each desktop defined in Desktop.Type.
* NEW: Desktop.Passwords: Work correctly now when multiple desktops are included in the Desktop.Type property.
* OPT: DesktopFiles: Remove some useless array copies.
2019-07-31 00:23:49 +02:00
gambas
b11d422c14 Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset.
[INTERPRETER]
* NEW: Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset.
* NEW: The "Embedded array" error message has been rewritten as "Read-only array".
* NEW: Add two new standard errors: "Multidimensional array" and "Unknown class".
* NEW: Replace some specific error messages by standard errors.
2019-07-31 00:20:13 +02:00
gambas
27f89780f9 IconView: Draw selected icons with a rectangular frame.
[GB.GUI.BASE]
* NEW: IconView: Draw selected icons with a rectangular frame.
2019-07-24 21:19:56 +02:00
gambas
a3b06b8aad Merge branch 'master' of gitlab.com:gambas/gambas 2019-07-24 20:04:32 +02:00
gambas
eba52aee12 CSS highlighter: Support for CSS escaped characters.
[GB.EVAL.HIGHLIGHT]
* BUG: CSS highlighter: Support for CSS escaped characters.
2019-07-24 20:03:18 +02:00
Benoît Minisini
6c79771631 Merge branch 'master' into 'master'
update Russian translation

See merge request gambas/gambas!106
2019-07-16 20:19:05 +00:00
Benoît Minisini
8e54671d1b Merge branch 'italian-translations' into 'master'
Contains new Italian translations

See merge request gambas/gambas!105
2019-07-16 20:18:32 +00:00
glixx
3af4212149 update Russian translation 2019-07-16 09:07:34 +03:00