alberth
|
95990e6d10
|
(svn r17966) -Fix (r17965): The Default button should be disabled in some cases rather than the Ok button.
|
2009-11-03 20:21:49 +00:00 |
|
alberth
|
076d6e696b
|
(svn r17966) -Fix (r17965): The Default button should be disabled in some cases rather than the Ok button.
|
2009-11-03 20:21:49 +00:00 |
|
alberth
|
cc0906a49c
|
(svn r17965) -Codechange: query string window uses pure nested widgets.
|
2009-11-03 20:04:05 +00:00 |
|
alberth
|
7a0814c6cc
|
(svn r17965) -Codechange: query string window uses pure nested widgets.
|
2009-11-03 20:04:05 +00:00 |
|
alberth
|
e22b5ed872
|
(svn r17945) -Fix (r17940): Absence of main toolbar and/or status bar should not be fatal.
|
2009-11-02 05:12:58 +00:00 |
|
alberth
|
cb7c9b09ff
|
(svn r17945) -Fix (r17940): Absence of main toolbar and/or status bar should not be fatal.
|
2009-11-02 05:12:58 +00:00 |
|
alberth
|
06f7a2fc76
|
(svn r17940) -Codechange: Use real y position of the main toolbar and status bar instead of hardcoded sizes for tooltip and for error message windows.
|
2009-11-01 19:19:14 +00:00 |
|
alberth
|
df8c655ee6
|
(svn r17940) -Codechange: Use real y position of the main toolbar and status bar instead of hardcoded sizes for tooltip and for error message windows.
|
2009-11-01 19:19:14 +00:00 |
|
alberth
|
869370dd2a
|
(svn r17935) -Fix (r17933): Compensate for being inside a class.
|
2009-11-01 17:45:24 +00:00 |
|
alberth
|
2211e3faad
|
(svn r17935) -Fix (r17933): Compensate for being inside a class.
|
2009-11-01 17:45:24 +00:00 |
|
alberth
|
b4f8ea259a
|
(svn r17933) -Codechange: Move position calculation of error message window into the class.
|
2009-11-01 17:38:14 +00:00 |
|
alberth
|
f3d53d3c28
|
(svn r17933) -Codechange: Move position calculation of error message window into the class.
|
2009-11-01 17:38:14 +00:00 |
|
alberth
|
74a9be4f59
|
(svn r17932) -Fix: Don't let the tooltip go under the status bar.
|
2009-11-01 17:20:28 +00:00 |
|
alberth
|
d213ffe3ca
|
(svn r17932) -Fix: Don't let the tooltip go under the status bar.
|
2009-11-01 17:20:28 +00:00 |
|
alberth
|
57cdbcb418
|
(svn r17931) -Codechange: Error message window uses pure nested widgets.
|
2009-11-01 14:28:53 +00:00 |
|
alberth
|
898f20ce56
|
(svn r17931) -Codechange: Error message window uses pure nested widgets.
|
2009-11-01 14:28:53 +00:00 |
|
alberth
|
5a97b64d73
|
(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
|
2009-10-31 19:46:51 +00:00 |
|
alberth
|
44aacfc59f
|
(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
|
2009-10-31 19:46:51 +00:00 |
|
alberth
|
173c6ae977
|
(svn r17927) -Codechange: Rename error message string variables.
|
2009-10-31 18:22:39 +00:00 |
|
alberth
|
4ce1f5f0a0
|
(svn r17927) -Codechange: Rename error message string variables.
|
2009-10-31 18:22:39 +00:00 |
|
alberth
|
ae3c6b0935
|
(svn r17924) -Codechange: Replace y array with two area rectangles in the error message window.
|
2009-10-31 15:47:22 +00:00 |
|
alberth
|
bd8d70e012
|
(svn r17924) -Codechange: Replace y array with two area rectangles in the error message window.
|
2009-10-31 15:47:22 +00:00 |
|
alberth
|
9059383676
|
(svn r17921) -Documentation: Add doxygen comments in the ErrmsgWindow struct.
|
2009-10-31 14:33:07 +00:00 |
|
alberth
|
617e7966f9
|
(svn r17921) -Documentation: Add doxygen comments in the ErrmsgWindow struct.
|
2009-10-31 14:33:07 +00:00 |
|
alberth
|
8e6f96e322
|
(svn r17919) -Codechange (r17849): Remove the outermost NWID_LAYERED and NWID_VERTICAL containers from the load and save nested widget parts, since they do nothing.
|
2009-10-31 13:43:34 +00:00 |
|
alberth
|
70ebe13ee8
|
(svn r17919) -Codechange (r17849): Remove the outermost NWID_LAYERED and NWID_VERTICAL containers from the load and save nested widget parts, since they do nothing.
|
2009-10-31 13:43:34 +00:00 |
|
alberth
|
9deb0eb32b
|
(svn r17918) -Codechange: Move tooltip size calculation into the tooltip window class.
|
2009-10-31 13:29:53 +00:00 |
|
alberth
|
43abc7b51d
|
(svn r17918) -Codechange: Move tooltip size calculation into the tooltip window class.
|
2009-10-31 13:29:53 +00:00 |
|
alberth
|
e6c50f7e7d
|
(svn r17917) -Codechange: Move tooltip initial position calculation into the tooltip window class.
|
2009-10-31 13:14:51 +00:00 |
|
alberth
|
4374647cbe
|
(svn r17917) -Codechange: Move tooltip initial position calculation into the tooltip window class.
|
2009-10-31 13:14:51 +00:00 |
|
alberth
|
141be7b048
|
(svn r17916) -Codechange: Make tooltips window use pure nested widgets.
|
2009-10-31 13:01:52 +00:00 |
|
alberth
|
ceb57c8314
|
(svn r17916) -Codechange: Make tooltips window use pure nested widgets.
|
2009-10-31 13:01:52 +00:00 |
|
alberth
|
256adf9c8a
|
(svn r17914) -Codechange: Use some constants in the size calculation, and pass the size as a combined value to the tooltip window.
|
2009-10-31 11:29:53 +00:00 |
|
alberth
|
52b2d67200
|
(svn r17914) -Codechange: Use some constants in the size calculation, and pass the size as a combined value to the tooltip window.
|
2009-10-31 11:29:53 +00:00 |
|
alberth
|
d57223144d
|
(svn r17913) -Documentation: Add doxygen comments to the tooltip window class.
|
2009-10-31 11:13:31 +00:00 |
|
alberth
|
8e7af56d53
|
(svn r17913) -Documentation: Add doxygen comments to the tooltip window class.
|
2009-10-31 11:13:31 +00:00 |
|
rubidium
|
c1365b3cc1
|
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
2009-10-24 14:53:55 +00:00 |
|
rubidium
|
ca0521f89f
|
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
2009-10-24 14:53:55 +00:00 |
|
rubidium
|
343586484b
|
(svn r17849) -Codechange: make the saveload windows nested
|
2009-10-23 21:10:36 +00:00 |
|
rubidium
|
d5a3ec1996
|
(svn r17849) -Codechange: make the saveload windows nested
|
2009-10-23 21:10:36 +00:00 |
|
rubidium
|
b72898c8a3
|
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
|
2009-10-17 14:29:10 +00:00 |
|
rubidium
|
d1d35b95b6
|
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
|
2009-10-17 14:29:10 +00:00 |
|
rubidium
|
abbfdb1396
|
(svn r17771) -Codechange: use the 'StringID' function instead of the 'const char *' function + custom code to resolve the 'const char *' from the 'StringID'
|
2009-10-13 19:24:58 +00:00 |
|
rubidium
|
313fb65943
|
(svn r17771) -Codechange: use the 'StringID' function instead of the 'const char *' function + custom code to resolve the 'const char *' from the 'StringID'
|
2009-10-13 19:24:58 +00:00 |
|
michi_cc
|
d6da4f24ad
|
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
|
2009-10-04 21:08:38 +00:00 |
|
michi_cc
|
049d62b35c
|
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
|
2009-10-04 21:08:38 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
da2fe3293c
|
(svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters
|
2009-10-02 15:06:14 +00:00 |
|
rubidium
|
9c6157c578
|
(svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters
|
2009-10-02 15:06:14 +00:00 |
|