Christof Thalhofer
4918ee4bbb
FProjectProperty renamed Splitter1 to splLibraries
...
Just for better identification in settings file
2022-03-09 10:35:43 +01:00
Christof Thalhofer
38a45ae5d1
FProjectProperty some improvements
...
[DEVELOPMENT ENVIRONMENT]
*NEW: FProjectProperty layout improvements
FProjectProperty restores it's layout and there is a new splitter which
allows to resize the gridview 'gvwLibrary'.
2022-03-09 09:32:43 +01:00
Christof Thalhofer
cd6b1ab0a2
FmProjectProperty keep Vendor input visible on resize
...
[DEVELOPMENT ENVIRONMENT]
* FIX: FmProjectProperty keep Vendor input visible on resize
2022-03-09 07:30:12 +01:00
Christof Thalhofer
5fe5cd4733
FProjectProperty resizable
...
[DEVELOPMENT ENVIRONMENT]
* OPT: FProjectProperty resizable
Very small patch.
It always annoyed me that this form has a fixed size. This is especially
bad if one has a lot of libs included. I made the form resizable and
voila, it even remebers it's position and size.
2022-03-08 17:54:59 +01:00
gambas
3fb3a50784
WebListBox: Arrow keys change the current selected element in single selection mode.
...
[GB.WEB.GUI]
* BUG: Better management of keypress events.
* NEW: WebListBox: Arrow keys change the current selected element in single selection mode.
* BUG: WebListBox: Don't raise the Select event twice when setting the Index property.
2022-03-04 15:03:37 +01:00
gambas
bf182ad8bd
Merge branch 'master' of gitlab.com:gambas/gambas
2022-03-03 23:26:53 +01:00
gambas
d045dddfb0
WebDateChooser: Add a line to the calendar, otherwise some months can be truncated.
...
[GB.WEB.GUI]
* BUG: WebDateChooser: Add a line to the calendar, otherwise some months can be truncated.
2022-03-03 23:26:08 +01:00
Christof Thalhofer
4990a0507c
[DEVELOPMENT ENVIRONMENT]
...
* OPT: Updated German translation
2022-03-03 16:41:54 +01:00
gambas
7b9e319438
Test suite dialog: Do not crash if a test module has no test method.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Test suite dialog: Do not crash if a test module has no test method.
2022-03-03 13:53:30 +01:00
gambas
439886be94
Switch to 3.17.0 version.
2022-03-03 12:30:01 +01:00
gambas
3f0a0b9e02
Merge branch 'master' of gitlab.com:gambas/gambas
2022-03-03 12:29:30 +01:00
gambas
744f6907af
Move a source code file.
...
[GB.WEB.GUI]
* NEW: Move a source code file.
2022-03-03 12:28:44 +01:00
gambas
5559106393
Message: Add a popup menu to copy the message contents to the clipboard.
...
[GB.GUI.BASE]
* NEW: Message: Add a popup menu to copy the message contents to the clipboard.
2022-03-03 12:27:40 +01:00
Christof Thalhofer
ad6a552f80
gambas3-selftest beautify
...
[DEVELOPMENT ENVIRONMENT]
*OPT: gambas3-selftest beautify
2022-03-03 12:21:46 +01:00
gambas
cfb38f7386
Project tree: Clear the project filter when a file must be renamed, so that we are sure it is visible.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Project tree: Clear the project filter when a file must be renamed, so that we are sure it is visible.
2022-03-02 02:37:09 +01:00
gambas
3ed4d3e1ba
Rename the 'no-reverse' file as 'reverse', as it contains the list of icons that can be reversed.
...
[GB.FORM.STOCK]
* NEW: Rename the 'no-reverse' file as 'reverse', as it contains the list of icons that can be reversed.
2022-03-02 02:36:11 +01:00
gambas
bc18e6224f
Add 'shopping' and 'today' stock icons.
...
[GB.FORM]
* NEW: Add 'shopping' and 'today' stock icons.
2022-03-01 15:47:19 +01:00
gambas
0910d786a3
Automatic flipping of some icons when system language is right-to-left written.
...
[GB.FORM.STOCK]
* NEW: Automatic flipping of some icons when system language is right-to-left written.
2022-03-01 15:46:47 +01:00
gambas
cdc45fb056
Update some stock icons.
...
[GB.FORM.STOCK]
* NEW: Update some stock icons.
2022-03-01 13:42:46 +01:00
gambas
3d4ba94e25
Form editor: Fix grid configuration layout and tooltips.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix grid configuration layout and tooltips.
2022-02-28 03:13:59 +01:00
gambas
620593105c
ProgressBar: Right-to-left direction support.
...
[GB.GUI.BASE]
* NEW: ProgressBar: Right-to-left direction support.
* NEW: ProgressBar: Draw an hatch in pulsing mode.
2022-02-28 03:13:09 +01:00
gambas
b78a29486d
FontChooser: Add a button to open the font selector in small mode.
...
[GB.FORM]
* NEW: FontChooser: Add a button to open the font selector in small mode.
2022-02-27 23:45:39 +01:00
gambas
e34a06a5b8
Global focus management. WebScrollView.EnsureVisible() should work as expected now.
...
[GB.WEB.GUI]
* NEW: If a modal window is opened, controls outside of the modal window cannot be focused anymore.
* NEW: The current focus is now kept when the page is refreshed.
* NEW: Application.ActiveControl is a new property that returns the current control having the focus.
* NEW: WebListBox now keeps its scroll status.
* NEW: WebListBox has now ScrollX and ScrollY properties.
* NEW: WebScrollView: EnsureVisible method should work as expected now.
2022-02-27 01:35:53 +01:00
gambas
eebaa18852
Update some stock icons.
...
[GB.FORM.STOCK]
* NEW: Update some stock icons.
2022-02-25 20:37:55 +01:00
gambas
cdb4a431a3
ColorChooser: Use the third argument of Image.Stretch() correctly.
...
[GB.FORM]
* BUG: ColorChooser: Use the third argument of Image.Stretch() correctly.
2022-02-25 20:36:08 +01:00
gambas
d7b5486d85
Image.Stretch() now takes a third optional argument to stretch without antialiasing.
...
[GB.GTK]
* NEW: Image.Stretch() now takes a third optional argument to stretch without antialiasing.
[GB.GTK3]
* NEW: Image.Stretch() now takes a third optional argument to stretch without antialiasing.
[GB.QT4]
* NEW: Image.Stretch() now takes a third optional argument to stretch without antialiasing.
[GB.QT5]
* NEW: Image.Stretch() now takes a third optional argument to stretch without antialiasing.
2022-02-25 20:30:55 +01:00
gambas
cdcdd03848
Some changes in the color selection dialog.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Color selection dialog: Hide the tab bar if there is only one tab.
* NEW: Color selection dialog: The default color is now white.
2022-02-25 16:58:49 +01:00
gambas
558f3efae5
ColorChooser: The colormap now visually adapts to the current control settings.
...
[GB.FORM]
* NEW: ColorChooser: The colormap now visually adapts to the current control settings.
2022-02-25 16:57:50 +01:00
gambas
ff2d1f6e5b
Some fixes in the welcome dialog.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Welcome dialog: Allow it to be smaller.
* BUG: Welcome dialog: Correctly draw project boxes in small mode.
* NEW: Version control: Make branch colors darker.
2022-02-25 03:10:44 +01:00
gambas
afbf32aa8e
SliderBox: Fix automatic arrangement.
...
[GB.FORM]
* BUG: SliderBox: Fix automatic arrangement.
2022-02-24 23:05:32 +01:00
gambas
6acdd757a1
SpinBox: Fix automatic arrangement.
...
[GB.GUI.BASE]
* BUG: SpinBox: Fix automatic arrangement.
2022-02-24 23:05:08 +01:00
gambas
e45596ad6d
Make SpinBox bigger everywhere so that little arrows are replaced by big buttons.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Make SpinBox bigger everywhere so that little arrows are replaced by big buttons.
2022-02-24 17:34:54 +01:00
gambas
3b3ed78ede
SliderBox: Adapt inner SpinBox width more intelligently.
...
[GB.FORM]
* NEW: SliderBox: Adapt inner SpinBox width more intelligently.
2022-02-24 17:33:59 +01:00
gambas
7f4b2c3119
SpinBox: Automatically replace little arrows by bigger horizontal buttons when the control is wide enough.
...
[GB.GUI.BASE]
* NEW: SpinBox: Automatically replace little arrows by bigger horizontal buttons when the control is wide enough.
2022-02-24 17:33:24 +01:00
gambas
a8612cf018
Fix a rich text markup mistake in italian tips.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix a rich text markup mistake in italian tips.
2022-02-24 13:42:30 +01:00
gambas
4181629ca3
ButtonBox: The horizontal inner padding between the border and the contents cannot be greater than 3 pixels now.
...
[GB.FORM]
* BUG: ButtonBox: The horizontal inner padding between the border and the contents cannot be greater than 3 pixels now.
2022-02-23 20:33:50 +01:00
gambas
118be55717
Style.BackgroundOf() returns the accurate color now for TextBox, TextArea and ComboBox.
...
[GB.GTK3]
* BUG: Style.BackgroundOf() returns the accurate color now for TextBox, TextArea and ComboBox.
2022-02-23 20:31:43 +01:00
gambas
32d3056473
Forgot to declare the 'city' stock icon.
...
[GB.FORM]
* BUG: Forgot to declare the 'city' stock icon.
2022-02-23 19:53:24 +01:00
gambas
bfd63b282e
Modify some stock icons.
...
[GB.FORM.STOCK]
* NEW: Modify some stock icons.
2022-02-23 19:53:01 +01:00
gambas
86caf66c56
Fix focus management and container arrangement.
...
[GB.GTK]
* BUG: Fix focus management and container arrangement.
[GB.GTK3]
* BUG: Fix focus management and container arrangement.
2022-02-23 19:29:21 +01:00
gambas
e662d22537
File creation dialog: Correctly open the new file in all cases.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: File creation dialog: Correctly open the new file in all cases.
* NEW: Redraw the 'linked' icon file bigger.
* NEW: Image editor: Pasting a selection now selects the entire selection, not just the pasted part.
2022-02-22 15:05:12 +01:00
gambas
ec051a231e
Image.Rotate() is now antialiased.
...
[GB.GTK]
* BUG: Image.Rotate() is now antialiased.
[GB.GTK3]
* BUG: Image.Rotate() is now antialiased.
[GB.QT4]
* BUG: Image.Rotate() is now antialiased.
[GB.QT5]
* BUG: Image.Rotate() is now antialiased.
2022-02-22 02:44:55 +01:00
gambas
ff768fa834
Initialize event mask correctly when a control recreates its internal (when reparenting or for any other reason).
...
[GB.GTK]
* BUG: Initialize event mask correctly when a control recreates its internal (when reparenting or for any other reason).
[GB.GTK3]
* BUG: Initialize event mask correctly when a control recreates its internal (when reparenting or for any other reason).
2022-02-21 21:27:44 +01:00
gambas
6318d80cfc
Fix an API argument that must be initialized.
...
[GB.POPPLER]
* BUG: Fix an API argument that must be initialized.
2022-02-21 21:10:27 +01:00
gambas
1794f4e072
Add <stdio.h> include to 'gb_system_temp.h', when there is no support for returning the number of CPUs.
...
[INTERPRETER]
* BUG: Add <stdio.h> include to 'gb_system_temp.h', when there is no support for returning the number of CPUs.
2022-02-21 16:14:31 +01:00
gambas
a3226411e9
TreeView, ListView & ColumnView: Fix right-to-left layout.
...
[GB.GUI.BASE]
* BUG: TreeView, ListView & ColumnView: Fix right-to-left layout.
2022-02-20 23:37:56 +01:00
gambas
89fc98497b
MenuButton: Update button state before opening the popup menu. New stock icons.
...
[GB.FORM]
* NEW: MenuButton: Better drawing of disabled MenuButton picture.
* NEW: New stock icons.
2022-02-19 21:30:45 +01:00
gambas
adc13eb2ea
Add new stock icons. Modify some ones.
...
[GB.FORM.STOCK]
* NEW: Add new stock icons. Modify some ones.
2022-02-19 21:30:04 +01:00
gambas
c3295b0f3d
Fix detection of 'New' operator when searching for symbol definition.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix detection of 'New' operator when searching for symbol definition.
2022-02-19 12:07:13 +01:00
gambas
2d681e7fa8
Type analysis of bit operators now works correctly.
...
[COMPILER]
* BUG: Type analysis of bit operators now works correctly.
2022-02-19 11:30:28 +01:00