[Gambas-Notification] [Git][gambas/gambas][master] 9 commits: String.InStr() starting position is correctly taken into account now.
Benoît Minisini
gitlab at mg.gitlab.com
Wed Sep 12 15:00:51 CEST 2018
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
12c0ebda by gambas at 2018-09-12T11:39:05Z
String.InStr() starting position is correctly taken into account now.
[INTERPRETER]
* BUG: String.InStr() starting position is correctly taken into account now.
- - - - -
75105994 by gambas at 2018-09-12T11:51:09Z
Remove ScrollView control, add a Change event to the DrawingArea control, and propagate MouseWheel events automatically.
[GB.QT4]
* NEW: ScrollView: Remove ScrollView control.
* NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
* NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
[GB.QT5]
* NEW: ScrollView: Remove ScrollView control.
* NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
* NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
- - - - -
4ade5c25 by gambas at 2018-09-12T11:54:11Z
Remove ScrollView link files.
[GB.QT5]
* NEW: Remove ScrollView link files.
- - - - -
386ef35e by gambas at 2018-09-12T11:54:30Z
Remove ScrollView control, add a Change event to the DrawingArea control, and propagate MouseWheel events automatically.
[GB.GTK]
* NEW: ScrollView: Remove ScrollView control.
* NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
* NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
* BUG: ScrollBar: Correctly raise the Change event in all cases.
* BUG: Slider: Correctly raise the Change event in all cases.
[GB.GTK3]
* NEW: ScrollView: Remove ScrollView control.
* NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
* NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
* BUG: ScrollBar: Correctly raise the Change event in all cases.
* BUG: Slider: Correctly raise the Change event in all cases.
- - - - -
5bb286aa by gambas at 2018-09-12T12:38:19Z
Implement ScrollView in Gambas.
[GB.GUI.BASE]
* NEW: ScrollArea: ContentsWidth and ContentsW are two new synonymous of the ScrollWidth property.
* NEW: ScrollArea: ContentsHeight and ContentsH are two new synonymous of the ScrollHeight property.
* NEW: ScrollArea: Shadow is a new property that displays inner shadows when scrolling is possible.
* NEW: ScrollArea: Rework scrolling animation.
* NEW: ScrollView: That control is now implemented in Gambas.
- - - - -
f191a6ed by gambas at 2018-09-12T12:39:03Z
SidePanel: The height is now zero when the panel is closed. Does not work completly yet.
[GB.FORM]
* NEW: SidePanel: The height is now zero when the panel is closed. Does not work completly yet.
- - - - -
d152d887 by gambas at 2018-09-12T12:55:29Z
TerminalView: Fix smooth scrolling support.
[GB.FORM.TERMINAL]
* BUG: TerminalView: Fix smooth scrolling support.
- - - - -
813798a3 by gambas at 2018-09-12T12:56:29Z
TextEditor: HighlightString() is a new method that highlights a specific string everywhere.
[GB.FORM.EDITOR]
* NEW: TextEditor: HighlightString() is a new method that highlights a specific string everywhere.
- - - - -
740af727 by gambas at 2018-09-12T12:57:48Z
The search string now can be highlighted. Add a global option to toggle shadows.
[DEVELOPMENT ENVIRONMENT]
* NEW: Search dialog: The option to highlight the search string is back. It takes "ignore case" and "word-only" options into account.
* NEW: Search dialog: A word now includes the "$" character.
* NEW: Option dialog: Add an option to toggle shadows.
* NEW: Project properties dialog: Add icons to the left panel.
- - - - -
30 changed files:
- app/src/gambas3/.lang/fr.mo
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Editor/Code/FCompletion.class
- app/src/gambas3/.src/Editor/Code/FConflictEditor.class
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Code/FTextEditor.class
- app/src/gambas3/.src/Editor/Form/FProperty.class
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Options/FOption.form
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectList.class
- app/src/gambas3/.src/Project/Component/FComponentChooser.class
- app/src/gambas3/.src/Project/Component/FComponentChooser.form
- app/src/gambas3/.src/Project/FProjectProperty.class
- app/src/gambas3/.src/Project/FProjectProperty.form
- app/src/gambas3/.src/Search/FSearch.class
- app/src/gambas3/.src/Search/FSearch.form
- comp/src/gb.form.editor/.src/FTestEditor.class
- comp/src/gb.form.editor/.src/TextEditor.class
- − comp/src/gb.form.editor/smallarrow.png
- comp/src/gb.form.terminal/.project
- comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class
- comp/src/gb.form/.project
- comp/src/gb.form/.src/Color/ColorPalette.class
- comp/src/gb.form/.src/SidePanel/FSidePanel.class
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/ScrollArea.class
- + comp/src/gb.gui.base/.src/ScrollView.class
View it on GitLab: https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1
--
View it on GitLab: https://gitlab.com/gambas/gambas/compare/62fefce8f7ee1a7e9471778530447e8179b3d9a1...740af72781b79346a9cacb2d5976c0ddd9b384e1
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20180912/33314f71/attachment.html>
More information about the Notification
mailing list