This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
728996761b
gambas-source-code
/
comp
/
src
/
gb.desktop
/
.component
7 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
* Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2007-12-30 17:41:49 +01:00
[Component]
Key=gb.desktop
Fix pseudo-terminal management again. Now processes run through a terminal set the ECHO flag, and do not clear the OCRNL flag. [INTERPRETER] * NEW: Initialize pseudo-terminals with ECHO and don't clear OCRNL flag. This is not compatible with previous versions, as now, by default, printing a NL will become CR+NL through the pseudo-terminal. But I didn't succeed in modifying the pseudo-terminal reliably once the child has started. It sometimes fails silently. * NEW: Check the result of tcsetattr() carefully, as it returns an error only if none of the flags has been set, not just one. [GB.TERM] * NEW: Check the result of tcsetattr() carefully, as it returns an error only if none of the flags has been set, not just one. [GB.FORM.TERMINAL] * OPT: TerminalView: Reorder some tests in escape codes analyze. * NEW: TerminalView: The mouse wheel now sends up and down keys when we are not in mouse mode, and if there is nothing to scroll.
2017-08-23 18:10:58 +02:00
Version=3.10.90
[DEVELOPMENT ENVIRONMENT] * BUG: The "Show help property" option works correctly now. * BUG: The splitter position of the debug window is correctly restored now. [GB.DESKTOP] * NEW: Many methods for dealing with windows properties, for watching them, for watching window changes... All are defined in the internal _Desktop class. They won't be public. [GB.FORM] * NEW: The Space key now raises the Activate event in the DateChooser control. git-svn-id: svn://localhost/gambas/trunk@1282 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-04-02 03:15:31 +02:00
State=1
[GB.DESKTOP] * BUG: Remove useless dependencies, and fix the *.component file. git-svn-id: svn://localhost/gambas/trunk@1830 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-01-29 00:04:59 +01:00
Needs=Form
[DEVELOPMENT ENVIRONMENT] * BUG: Fix a possible crash when highlighting source code positions in the output window. * BUG: Hitting ENTER key in the project tree filter now works correctly, and open the first matching file if none is selected. [GB.DESKTOP] * BUG: Requires gb.desktop.x11 explicitely now. [GB.GTK] * BUG: System tray icons deletion is delayed now. It prevents spurious GTK+ warnings that appear if you hide an icon during inside an event handler. [GB.IMAGE] * BUG: Rewrite the ImageStat class source code because the PHP licence is not compatible with the GPL. [GB.QT4] * BUG: System tray icons deletion is delayed now, to avoid a crash if you hide an icon during inside an event handler. git-svn-id: svn://localhost/gambas/trunk@6344 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-06-26 22:00:13 +02:00
Requires=gb.image,gb.desktop.x11
Reference in a new issue
Copy permalink