alberth
|
8755c26793
|
(svn r26610) -Feature: Select an editable preset name for saving.
|
2014-05-24 19:11:20 +00:00 |
|
rubidium
|
beb540ec55
|
(svn r26538) -Codechange: remove double accounting of the drivers
|
2014-04-28 21:06:51 +00:00 |
|
rubidium
|
b476086c39
|
(svn r26538) -Codechange: remove double accounting of the drivers
|
2014-04-28 21:06:51 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
alberth
|
20b9015d74
|
(svn r26392) -Fix[FS#5933] No need to call OnFocus twice (MJP)
|
2014-03-05 21:21:55 +00:00 |
|
alberth
|
aee9444c1b
|
(svn r26392) -Fix[FS#5933] No need to call OnFocus twice (MJP)
|
2014-03-05 21:21:55 +00:00 |
|
rubidium
|
4a911754b5
|
(svn r26209) -Codechange: remove some template magic and simplify some code
|
2014-01-02 22:41:58 +00:00 |
|
rubidium
|
2618d960e3
|
(svn r26209) -Codechange: remove some template magic and simplify some code
|
2014-01-02 22:41:58 +00:00 |
|
rubidium
|
115877a111
|
(svn r26122) -Fix-ish: remove essentially dead code; if nested_array were NULL there, it would segfault in RaiseWidget
|
2013-11-26 13:23:31 +00:00 |
|
rubidium
|
79ccf48636
|
(svn r26122) -Fix-ish: remove essentially dead code; if nested_array were NULL there, it would segfault in RaiseWidget
|
2013-11-26 13:23:31 +00:00 |
|
frosch
|
f16b78eb81
|
(svn r25884) -Fix: Resizing the window did not properly resize the viewport window, resulting in the link graph glitching.
|
2013-10-19 15:28:54 +00:00 |
|
frosch
|
c08259fe92
|
(svn r25884) -Fix: Resizing the window did not properly resize the viewport window, resulting in the link graph glitching.
|
2013-10-19 15:28:54 +00:00 |
|
michi_cc
|
164aba8732
|
(svn r25692) -Add: Replacement of a part of the edit box text with a new string.
|
2013-08-05 20:37:57 +00:00 |
|
michi_cc
|
d15c1c5d4a
|
(svn r25692) -Add: Replacement of a part of the edit box text with a new string.
|
2013-08-05 20:37:57 +00:00 |
|
michi_cc
|
e34fe220e2
|
(svn r25691) -Add: [OSX] Support for mouse selection in the IME composition string.
|
2013-08-05 20:37:53 +00:00 |
|
michi_cc
|
30867c487f
|
(svn r25691) -Add: [OSX] Support for mouse selection in the IME composition string.
|
2013-08-05 20:37:53 +00:00 |
|
michi_cc
|
4dbe823a5f
|
(svn r25690) -Change: [OSX] Position the candidate window at the caret position.
|
2013-08-05 20:37:48 +00:00 |
|
michi_cc
|
e2ec0ddb03
|
(svn r25690) -Change: [OSX] Position the candidate window at the caret position.
|
2013-08-05 20:37:48 +00:00 |
|
michi_cc
|
88a71979dd
|
(svn r25689) -Add: [OSX] Display the IME composition string ourself.
|
2013-08-05 20:37:44 +00:00 |
|
michi_cc
|
f5e4131492
|
(svn r25689) -Add: [OSX] Display the IME composition string ourself.
|
2013-08-05 20:37:44 +00:00 |
|
michi_cc
|
d442d97cf1
|
(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.
|
2013-08-05 20:37:25 +00:00 |
|
michi_cc
|
0883cf76e3
|
(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.
|
2013-08-05 20:37:25 +00:00 |
|
michi_cc
|
fa7a779cf7
|
(svn r25681) -Change: [Win32] Position the IME composition window at the caret position.
|
2013-08-05 20:37:14 +00:00 |
|
michi_cc
|
da09fd3077
|
(svn r25681) -Change: [Win32] Position the IME composition window at the caret position.
|
2013-08-05 20:37:14 +00:00 |
|
michi_cc
|
1880c36405
|
(svn r25679) -Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system.
|
2013-08-05 20:37:06 +00:00 |
|
michi_cc
|
7422120014
|
(svn r25679) -Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system.
|
2013-08-05 20:37:06 +00:00 |
|
michi_cc
|
07cd393f7e
|
(svn r25678) -Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition.
|
2013-08-05 20:37:02 +00:00 |
|
michi_cc
|
13873d2534
|
(svn r25678) -Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition.
|
2013-08-05 20:37:02 +00:00 |
|
michi_cc
|
be50bc410f
|
(svn r25671) -Codechange: Pass character and key code separately to the keyboard handler.
|
2013-08-05 20:36:36 +00:00 |
|
michi_cc
|
019984a14f
|
(svn r25671) -Codechange: Pass character and key code separately to the keyboard handler.
|
2013-08-05 20:36:36 +00:00 |
|
michi_cc
|
d5590fa8f2
|
(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.
|
2013-08-05 20:36:32 +00:00 |
|
michi_cc
|
270d8aa639
|
(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.
|
2013-08-05 20:36:32 +00:00 |
|
michi_cc
|
4b9fdb9ec4
|
(svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an edit box has the input focus.
|
2013-08-05 20:36:20 +00:00 |
|
michi_cc
|
923eb009e8
|
(svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an edit box has the input focus.
|
2013-08-05 20:36:20 +00:00 |
|
frosch
|
1234bef985
|
(svn r25647) -Add: If an editbox is configured to be cleared with ESC, but the editbox is already empty, unselect the editbox instead.
|
2013-08-03 21:26:49 +00:00 |
|
frosch
|
a3efc99034
|
(svn r25647) -Add: If an editbox is configured to be cleared with ESC, but the editbox is already empty, unselect the editbox instead.
|
2013-08-03 21:26:49 +00:00 |
|
frosch
|
3716b3b892
|
(svn r25413) -Fix-ish: Suppress focussing editboxes which are not visible.
|
2013-06-15 15:31:04 +00:00 |
|
frosch
|
ee4e68bd5e
|
(svn r25413) -Fix-ish: Suppress focussing editboxes which are not visible.
|
2013-06-15 15:31:04 +00:00 |
|
frosch
|
611c5aabe0
|
(svn r25411) -Add: Window::OnHotkey
|
2013-06-15 15:30:16 +00:00 |
|
frosch
|
6291383823
|
(svn r25411) -Add: Window::OnHotkey
|
2013-06-15 15:30:16 +00:00 |
|
frosch
|
dd5be60322
|
(svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they register in static vectors.
|
2013-06-15 15:06:22 +00:00 |
|
frosch
|
18ae9c78bc
|
(svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they register in static vectors.
|
2013-06-15 15:06:22 +00:00 |
|
frosch
|
a4ff810a47
|
(svn r25297) -Fix (r25291): 32bit compilation.
|
2013-05-26 20:17:07 +00:00 |
|
frosch
|
dd826ecbdf
|
(svn r25297) -Fix (r25291): 32bit compilation.
|
2013-05-26 20:17:07 +00:00 |
|
frosch
|
4518e16da7
|
(svn r25295) -Feature: Allow saving window sizes as default sizes.
|
2013-05-26 19:30:31 +00:00 |
|
frosch
|
05c472f08a
|
(svn r25295) -Feature: Allow saving window sizes as default sizes.
|
2013-05-26 19:30:31 +00:00 |
|
frosch
|
13badddd75
|
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
|
2013-05-26 19:30:07 +00:00 |
|
frosch
|
4e4e635916
|
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
|
2013-05-26 19:30:07 +00:00 |
|
frosch
|
b734305ce2
|
(svn r25292) -Feature: Save stickyness of windows when Ctrl+Clicking the sticky button.
|
2013-05-26 19:27:44 +00:00 |
|