[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][stable] 40 commits: Add 'speed' stock icon.



Benoît Minisini pushed to branch stable at Gambas / gambas


Commits:
c3c22fab by Benoît Minisini at 2025-02-03T22:08:19+01:00
Add 'speed' stock icon.

[GB.FORM.STOCK]
* NEW: Add 'speed' stock icon.

- - - - -
b3b3f7ad by Benoît Minisini at 2025-02-03T22:08:40+01:00
Debugger configuration: Add a toggle for disabling JIT compiler cache.

[DEVELOPMENT ENVIRONMENT]
* NEW: Debugger configuration: Add a toggle for disabling JIT compiler cache.

- - - - -
ac53e195 by Benoît Minisini at 2025-02-03T22:08:49+01:00
Fix 'gambas' icons in 'gambas-thin' theme.

[GB.FORM.STOCK]
* NEW: Fix 'gambas' icons in 'gambas-thin' theme.

- - - - -
5167a6b7 by Benoît Minisini at 2025-02-03T22:08:54+01:00
Fix JIT implementation of the '&=' operator.

[INTERPRETER]
* BUG: Fix JIT implementation of the '&=' operator.

- - - - -
093d516b by Benoît Minisini at 2025-02-03T22:09:03+01:00
TextEditor: Prevent a possible infinite recursion when setting the 'Highlight' property.

[GB.FORM.EDITOR]
* BUG: TextEditor: Prevent a possible infinite recursion when setting the 'Highlight' property.

- - - - -
595b0471 by Benoît Minisini at 2025-02-03T22:09:11+01:00
Image editor: Optimize the loading of shapes.

[DEVELOPMENT ENVIRONMENT]
* OPT: Image editor: Optimize the loading of shapes.

- - - - -
a5ac9ab4 by Benoît Minisini at 2025-02-03T22:09:20+01:00
Image editor: Make the "line" tool more clever.

[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: Opened selections now use their first and last poins as magnets.
* NEW: Image editor: Choosing a color now automatically selects the color tab in the property sheet.
* NEw: Image editor: The "line" tool automatically starts at the last point of the current selection if available.

- - - - -
8c95f33f by Benoît Minisini at 2025-02-03T22:09:30+01:00
Restore contrast in 'gambas-thin' icons, and modify the dark theme generation so that the inverted icons are still readable.

[GB.FORM.STOCK]
* NEW: Restore contrast in 'gambas-thin' icons, and modify the dark theme generation so that the inverted icons are still readable.

- - - - -
ee7bef7e by Benoît Minisini at 2025-02-03T22:09:37+01:00
Add some saturation to dark themes.

[GB.FORM.STOCK]
* NEW: Add some saturation to dark themes.

- - - - -
fb33b03f by Benoît Minisini at 2025-02-03T22:09:45+01:00
'Array.Clear()' does not crash anymore on static arrays. It just void them now.

[INTERPRETER]
* BUG: 'Array.Clear()' does not crash anymore on static arrays. It just void them now.

- - - - -
addc787e by Xiaokong Li at 2025-02-03T22:09:54+01:00
[GB.FORM.MDI]
* NEW: Update Simplified Chinese translation. Avoid a duplicated translation of some word.

- - - - -
706c8963 by Benoît Minisini at 2025-02-03T22:10:08+01:00
Text editor: Support for 'json' highlighting.

[DEVELOPMENT ENVIRONMENT]
* NEW: Form editor: Redraw arrangement icons.
* NEW: Text editor: Support for 'json' highlighting.

- - - - -
58fb88a2 by Benoît Minisini at 2025-02-03T22:10:13+01:00
Debugger: Fix background color of error label on dark theme.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Fix background color of error label on dark theme.

- - - - -
97ea97e0 by Benoît Minisini at 2025-02-03T22:10:19+01:00
TextEditor: Add 'json' mode. Highlight matching characters less.

[GB.FORM.EDITOR]
* NEW: TextEditor: Add 'json' mode.
* NEW: TextEditor: Highlight matching characters less.

- - - - -
35167a0a by Benoît Minisini at 2025-02-03T22:10:25+01:00
Add 'json' highlighter, and fix regexp highlighting in 'javascript' highlighter.

[GB.HIGHLIGHT]
* NEW: 'symbol' command can have children state.
* BUG: Javascript highlighter: Fix regexp highlighting.
* NEW: Add 'json' highlighter.

- - - - -
b6372b84 by Benoît Minisini at 2025-02-03T22:10:31+01:00
TextEditor: Fix highlighting of wrapped lines.

[GB.FORM.EDITOR]
* BUG: TextEditor: Fix highlighting of wrapped lines.

- - - - -
493a6106 by Benoît Minisini at 2025-02-03T22:10:40+01:00
Add some application icons. Update 'mahjongg' icon in 'gambas-thin'.

[GB.FORM.STOCK]
* NEW: Add some application icons.
* NEW: Update 'mahjongg' icon in 'gambas-thin'.

- - - - -
865acb28 by Benoît Minisini at 2025-02-03T22:10:49+01:00
Some image editor enhancements and design fixes.

[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: If 'SHIFT' is pressed, then all points of the selection are magnets.
* NEW: Image editor: The unselect selection button now unselects only the current shape if only a shape is selected.
* NEW: Image editor: Fix magnet representation on dark and light modes.
* BUG: Search panel: Opening the search panel now always starts with a void search field.

- - - - -
a6afde64 by Benoît Minisini at 2025-02-03T22:10:57+01:00
Form editor: Display the control help when selecting a control.

[DEVELOPMENT ENVIRONMENT]
* NEW: Form editor: Display the control help when selecting a control.
* BUG: Help browser: Some CSS fixes for offline mode.

- - - - -
d566ffc4 by Benoît Minisini at 2025-02-03T22:11:05+01:00
Fix some documentation comments.

[GB.TEST]
* BUG: Fix some documentation comments.

- - - - -
20b88965 by Benoît Minisini at 2025-02-03T22:11:15+01:00
TextEditor: Fix 'GetLocation()' method of Gambas mode.

[GB.FORM.EDITOR]
* BUG: TextEditor: Fix 'GetLocation()' method of Gambas mode.

- - - - -
c819a21b by Benoît Minisini at 2025-02-03T22:11:23+01:00
The interpreter '-T' option without arguments works as expected now.

[INTERPRETER]
* BUG: The '-T' option without arguments works as expected now.

- - - - -
d5936bbf by Benoît Minisini at 2025-02-03T22:11:34+01:00
When printing all project tests, display one test by line.

[GB.TEST]
* NEW: When printing all project tests, display one test by line.

- - - - -
b7982075 by Benoît Minisini at 2025-02-03T22:11:55+01:00
Fix where the application desktop file is stored.

[GB.GUI.BASE]
* BUG: Store the application desktop file inside one of the $XDG_DATA_DIR directories only if it is writable.
* BUG: Use $XDG_DATA_HOME for the last resort directory of the application desktop file.

- - - - -
5f886b2d by Benoît Minisini at 2025-02-03T22:12:05+01:00
Fix breakpoint synchronization between the editors and the debugger. Add a toggle button and a menu entry in the 'View' menu that displays the breakpoint list.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add a toggle button and a menu entry in the 'View' menu that displays the breakpoint list.
* NEW: Update French translation.
* BUg: Fix breakpoint synchronization between the editors and the debugger.

- - - - -
27b8ac37 by Christof Thalhofer at 2025-02-03T22:12:13+01:00
IDE: Update German translation

[DEVELOPMENT ENVIRONMENT]
* NEW: Update German translation

- - - - -
68765258 by Benoît Minisini at 2025-02-03T22:12:21+01:00
Update control icons for dark mode.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update control icons for dark mode.

- - - - -
d65ea5c7 by Benoît Minisini at 2025-02-03T22:12:26+01:00
Update control icons for dark mode.

[GB.FORM]
* NEW: Update control icons for dark mode.

- - - - -
bd3895a5 by Benoît Minisini at 2025-02-03T22:12:34+01:00
Update control icons for dark mode.

[GB.FORM.MDI]
* NEW: Update control icons for dark mode.

- - - - -
17d48395 by Benoît Minisini at 2025-02-03T22:12:44+01:00
Add some application icons.

[GB.FORM.STOCK]
* NEW: Add some application icons.

- - - - -
cf763f13 by Benoît Minisini at 2025-02-03T22:12:55+01:00
TextEditor: Do not put breakpoints and bookmarks in the undo stack anymore.

[GB.FORM.EDITOR]
* NEW: TextEditor: Do not put breakpoints and bookmarks in the undo stack anymore.

- - - - -
c0a602b6 by Benoît Minisini at 2025-02-03T22:13:03+01:00
Dark mode fixes. Change how titles are displayed.

[WIKI]
* NEW: Dark mode fixes.
* NEW: Change how titles are displayed.

- - - - -
20b26eac by Benoît Minisini at 2025-02-03T22:13:11+01:00
Better control icons for dark mode.

[DEVELOPMENT ENVIRONMENT]
* NEW: Better control icons for dark mode.

- - - - -
7e18db61 by Benoît Minisini at 2025-02-03T22:13:17+01:00
Better control icons for dark mode.

[DEVELOPMENT ENVIRONMENT]
* NEW: Better control icons for dark mode.

- - - - -
b899eaf6 by Benoît Minisini at 2025-02-03T22:13:24+01:00
Better control icons for dark mode.

[DEVELOPMENT ENVIRONMENT]
* NEW: Better control icons for dark mode.

- - - - -
32a7e9b0 by Benoît Minisini at 2025-02-03T22:13:35+01:00
Allow to toggle the "Use HTTP server" debugging option when 'gb.web.gui' component is used.

[DEVELOPMENT ENVIRONMENT]
* BUG: Allow to toggle the "Use HTTP server" debugging option when 'gb.web.gui' component is used.

- - - - -
43b3baeb by Christof Thalhofer at 2025-02-03T22:13:48+01:00
selftest plan tests to ensure each will run

[SELF-TESTER]
* NEW: Plan tests to ensure each will run

- - - - -
ce489d5d by Benoît Minisini at 2025-02-03T22:13:56+01:00
Fix conversion to Variant routine that didn't work on 32 bits systems.

[INTERPRETER]
* BUG: Fix conversion to Variant routine that didn't work on 32 bits systems.

- - - - -
5f9c82d1 by Benoît Minisini at 2025-02-03T22:14:04+01:00
Search panel: Fill the searcha and replace fields combos with previous values in the right order.

[DEVELOPMENT ENVIRONMENT]
* BUG: Search panel: Fill the searcha and replace fields combos with previous values in the right order.

- - - - -
07affee9 by Benoît Minisini at 2025-02-03T22:14:55+01:00
MenuButton: Spurious frames should not be drawn anymore during menu popup.

[GB.FORM]
* BUG: MenuButton: Spurious frames should not be drawn anymore during menu popup.

- - - - -


162 changed files:

- app/src/gambas-wiki/.public/style-dark.css
- app/src/gambas-wiki/.public/style.css
- app/src/gambas-wiki/.src/Main.module
- app/src/gambas3-selftest/.app.png
- app/src/gambas3-selftest/.icon.png
- app/src/gambas3-selftest/.project
- app/src/gambas3-selftest/.src/Tests/Errorhandling.test
- app/src/gambas3-selftest/.src/Tests/FileReadWrite.test
- app/src/gambas3-selftest/.src/Tests/GambasSelftests.test
- app/src/gambas3-selftest/.src/Tests/LocalStaticFun.test
- app/src/gambas3-selftest/.src/Tests/OldBugs.test
- app/src/gambas3-selftest/.src/Tests/SlowThousandsProcs.test
- app/src/gambas3-selftest/.src/Tests/Timers.test
- app/src/gambas3-selftest/.test
- app/src/gambas3/.lang/de.po
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Debug/Breakpoints.module
- app/src/gambas3/.src/Debug/Design.module
- app/src/gambas3/.src/Debug/FDebugConfig.class
- app/src/gambas3/.src/Debug/FDebugConfig.form
- app/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Debug/FDebugger.class
- app/src/gambas3/.src/Debug/FDebugger.form
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Form/CControl.class
- app/src/gambas3/.src/Editor/Form/FProperty.class
- app/src/gambas3/.src/Editor/Image/CImageSelection.class
- app/src/gambas3/.src/Editor/Image/CImageShape.class
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Editor/Image/FImageProperty.class
- app/src/gambas3/.src/Exported/TextEditor.class
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Family/CFamily.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Search/FSearch.class
- app/src/gambas3/help/wiki/style-offline-htmlview.css
- app/src/gambas3/help/wiki/style-offline.css
- app/src/gambas3/img/control/embedder.png
- app/src/gambas3/img/control/frame.png
- app/src/gambas3/img/control/hbox.png
- app/src/gambas3/img/control/hpanel.png
- app/src/gambas3/img/control/hsplit.png
- app/src/gambas3/img/control/panel.png
- app/src/gambas3/img/control/scrollview.png
- app/src/gambas3/img/control/splitter-border.png
- app/src/gambas3/img/control/splitter.png
- app/src/gambas3/img/control/spring.png
- app/src/gambas3/img/control/tabstrip.png
- app/src/gambas3/img/control/vbox.png
- app/src/gambas3/img/control/vpanel.png
- app/src/gambas3/img/control/vsplit.png
- app/src/gambas3/img/control/vsplitter-border.png
- app/src/gambas3/img/control/vsplitter.png
- app/src/gambas3/img/family/column-i.png
- app/src/gambas3/img/family/column.png
- app/src/gambas3/img/family/fill-c.png
- app/src/gambas3/img/family/fill.png
- app/src/gambas3/img/family/horizontal-c.png
- app/src/gambas3/img/family/horizontal-i-c.png
- app/src/gambas3/img/family/horizontal-i.png
- app/src/gambas3/img/family/horizontal.png
- app/src/gambas3/img/family/hsplit.png
- app/src/gambas3/img/family/row-i.png
- app/src/gambas3/img/family/row.png
- app/src/gambas3/img/family/vertical-c.png
- app/src/gambas3/img/family/vertical-i-c.png
- app/src/gambas3/img/family/vertical-i.png
- app/src/gambas3/img/family/vertical.png
- app/src/gambas3/img/family/vsplit.png
- − app/src/gambas3/img/waiting.gif
- comp/src/gb.form.editor/.src/CDocument.class
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.editor/.src/TextEditorMode_Gambas.class
- + comp/src/gb.form.editor/.src/TextEditorMode_Json.class
- comp/src/gb.form.mdi/.component
- comp/src/gb.form.mdi/.hidden/control/toolbar.png
- comp/src/gb.form.mdi/.lang/zh.po
- comp/src/gb.form.mdi/.project
- comp/src/gb.form.mdi/.version
- comp/src/gb.form.stock/.src/MakeIconTheme.module
- comp/src/gb.form.stock/.src/_DefaultStock.class
- comp/src/gb.form.stock/app-links
- + comp/src/gb.form.stock/gambas-mono/128/speed.png
- comp/src/gb.form.stock/gambas-thin/128/back.png
- comp/src/gb.form.stock/gambas-thin/128/bluetooth-off.png
- comp/src/gb.form.stock/gambas-thin/128/border-bottom.png
- comp/src/gb.form.stock/gambas-thin/128/border-diag.png
- comp/src/gb.form.stock/gambas-thin/128/border-horizontal.png
- comp/src/gb.form.stock/gambas-thin/128/border-inside.png
- comp/src/gb.form.stock/gambas-thin/128/border-left.png
- comp/src/gb.form.stock/gambas-thin/128/border-none.png
- comp/src/gb.form.stock/gambas-thin/128/border-outside.png
- comp/src/gb.form.stock/gambas-thin/128/border-rev-diag.png
- comp/src/gb.form.stock/gambas-thin/128/border-right.png
- comp/src/gb.form.stock/gambas-thin/128/border-top.png
- comp/src/gb.form.stock/gambas-thin/128/border-vertical.png
- comp/src/gb.form.stock/gambas-thin/128/camera-off.png
- comp/src/gb.form.stock/gambas-thin/128/difference.png
- comp/src/gb.form.stock/gambas-thin/128/disconnect.png
- comp/src/gb.form.stock/gambas-thin/128/front.png
- comp/src/gb.form.stock/gambas-thin/128/gambas.png
- comp/src/gb.form.stock/gambas-thin/128/group.png
- comp/src/gb.form.stock/gambas-thin/128/intersection.png
- comp/src/gb.form.stock/gambas-thin/128/invert.png
- comp/src/gb.form.stock/gambas-thin/128/lamp-off.png
- comp/src/gb.form.stock/gambas-thin/128/lower.png
- comp/src/gb.form.stock/gambas-thin/128/mahjongg.png
- comp/src/gb.form.stock/gambas-thin/128/microphone-off.png
- comp/src/gb.form.stock/gambas-thin/128/muted.png
- comp/src/gb.form.stock/gambas-thin/128/network-off.png
- comp/src/gb.form.stock/gambas-thin/128/notification-off.png
- comp/src/gb.form.stock/gambas-thin/128/repeat.png
- comp/src/gb.form.stock/gambas-thin/128/resize.png
- comp/src/gb.form.stock/gambas-thin/128/shuffle.png
- + comp/src/gb.form.stock/gambas-thin/128/speed.png
- comp/src/gb.form.stock/gambas-thin/128/ungroup.png
- comp/src/gb.form.stock/gambas-thin/128/union.png
- comp/src/gb.form.stock/gambas-thin/128/unselect.png
- comp/src/gb.form.stock/gambas-thin/128/wifi-low.png
- comp/src/gb.form.stock/gambas-thin/128/wifi-medium.png
- comp/src/gb.form.stock/gambas-thin/128/wifi-off.png
- comp/src/gb.form.stock/gambas-thin/128/zoom-fit.png
- comp/src/gb.form.stock/gambas-thin/128/zoom-in.png
- comp/src/gb.form.stock/gambas-thin/128/zoom-normal-rtl.png
- comp/src/gb.form.stock/gambas-thin/128/zoom-normal.png
- comp/src/gb.form.stock/gambas-thin/128/zoom-out.png
- comp/src/gb.form.stock/gambas-thin/128/zoom-page.png
- comp/src/gb.form.stock/gambas-thin/128/zoom-width.png
- comp/src/gb.form.stock/gambas-thin/128/zoom.png
- + comp/src/gb.form.stock/gambas-thin/app/freeciv.png
- + comp/src/gb.form.stock/gambas-thin/app/freeorion.png
- comp/src/gb.form.stock/gambas-thin/app/gambas3.png
- + comp/src/gb.form.stock/gambas-thin/app/openmw.png
- + comp/src/gb.form.stock/gambas-thin/app/remmina.png
- + comp/src/gb.form.stock/gambas-thin/app/shattered-pixel-dungeon.png
- + comp/src/gb.form.stock/gambas/128/speed.png
- comp/src/gb.form.stock/icon.map
- comp/src/gb.form/.hidden/control/expander.png
- comp/src/gb.form/.hidden/control/iconpanel.png
- comp/src/gb.form/.hidden/control/listcontainer.png
- comp/src/gb.form/.hidden/control/sidepanel.png
- comp/src/gb.form/.hidden/control/tabpanel.png
- comp/src/gb.form/.hidden/control/toolpanel.png
- comp/src/gb.form/.hidden/control/wizard.png
- comp/src/gb.form/.project
- comp/src/gb.form/.src/Button/MenuButton.class
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/_Gui.class
- comp/src/gb.highlight/.src/CCommandSymbol.class
- comp/src/gb.highlight/.src/Main.module
- comp/src/gb.highlight/.src/TextHighlighter.class
- comp/src/gb.highlight/highlight/javascript.highlight
- + comp/src/gb.highlight/highlight/json.highlight
- main/gbx/gbx.c
- main/gbx/gbx_c_array.c
- main/gbx/gbx_jit.c
- main/gbx/gbx_value.c
- + main/lib/test/gb.test/.app.png
- main/lib/test/gb.test/.src/TestSuite/Assert.module
- main/lib/test/gb.test/.src/TestSuite/Test.module
- + main/lib/test/gb.test/.version


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c98578e31aec425b017c481839fecf0345f3e4d7...07affee9fcdf261f3f0cc4f23a31e61534b4dad7

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c98578e31aec425b017c481839fecf0345f3e4d7...07affee9fcdf261f3f0cc4f23a31e61534b4dad7
You're receiving this email because of your account on gitlab.com.