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

[Git][gambas/gambas][stable] 7 commits: Clipboard: Copying an URL array to the clipboard correctly copies the last URL.



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


Commits:
71469031 by Benoît Minisini at 2024-06-01T19:04:40+02:00
Clipboard: Copying an URL array to the clipboard correctly copies the last URL.

[GB.GUI.BASE]
* BUG: Clipboard: Copying an URL array to the clipboard correctly copies the last URL.

- - - - -
095e1b5e by Benoît Minisini at 2024-06-01T19:04:54+02:00
TerminalView: Try to fix automatic scrolling.

[GB.FORM.TERMINAL]
* BUG: TerminalView: Try to fix automatic scrolling.

- - - - -
d313446c by Benoît Minisini at 2024-06-01T19:05:12+02:00
Shortcut: FromKey() now uses 'Key.Text' if available, and otherwise uses 'Key.Code' for unknown keys.

[GB.GUI.BASE]
* BUG: Shortcut: FromKey() now uses 'Key.Text' if available, and otherwise uses 'Key.Code' for unknown keys.

- - - - -
ed532d91 by Benoît Minisini at 2024-06-01T19:05:18+02:00
TextBox and TextArea having initial focus now correctly raise their 'KeyPress' event.

[GB.GTK]
* BUG: TextBox and TextArea having initial focus now correctly raise their 'KeyPress' event.

[GB.GTK3]
* BUG: TextBox and TextArea having initial focus now correctly raise their 'KeyPress' event.

- - - - -
177a9031 by Benoît Minisini at 2024-06-01T19:05:27+02:00
Shortcut: Fix 'FromKey()' method.

[GB.GUI.BASE]
* BUG: Shortcut: Fix 'FromKey()' method.

- - - - -
7196720a by Benoît Minisini at 2024-06-01T19:05:37+02:00
ComboBox: Popup() does not crash anymore. Pressing 'Alt+Down' key opens the popup.

[GB.GUI.BASE]
* BUG: ComboBox: Popup() does not crash anymore.
* NEW: ComboBox: Pressing 'Alt+Down' key opens the popup.

- - - - -
dd89a7d2 by Benoît Minisini at 2024-06-01T19:05:48+02:00
Make component compile with poppler 24.0.5.

[GB.PDF]
* NEW: Make component compile with poppler 24.0.5.

- - - - -


9 changed files:

- comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class
- comp/src/gb.gui.base/.src/ComboBox/ComboBox.class
- comp/src/gb.gui.base/.src/Main.module
- comp/src/gb.gui.base/.src/Shortcut.class
- gb.gtk/src/gkey.cpp
- gb.gtk/src/gkey.h
- gb.pdf/configure.ac
- gb.pdf/src/CPdfDocument.cpp
- gb.pdf/src/Makefile.am


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/960c4e49d93c6b64546e4aee306fdd59e70d3ee5...dd89a7d2e58940dc84d5b089c4111ef279a3c55f

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/960c4e49d93c6b64546e4aee306fdd59e70d3ee5...dd89a7d2e58940dc84d5b089c4111ef279a3c55f
You're receiving this email because of your account on gitlab.com.