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 |
|
rubidium
|
0855ae61de
|
(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant.
|
2009-09-30 21:07:54 +00:00 |
|
rubidium
|
c847f5c04e
|
(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant.
|
2009-09-30 21:07:54 +00:00 |
|
yexo
|
fb773a2016
|
(svn r17668) -Codechange: Query window uses nested widgets
|
2009-09-30 15:14:34 +00:00 |
|
yexo
|
5fbb263bd2
|
(svn r17668) -Codechange: Query window uses nested widgets
|
2009-09-30 15:14:34 +00:00 |
|
rubidium
|
6c74ca895a
|
(svn r17620) -Fix (r17502): edit box offsets were off. Now they're still off, but look (in my opinion) even better than before
|
2009-09-23 15:42:29 +00:00 |
|
rubidium
|
a848fda880
|
(svn r17620) -Fix (r17502): edit box offsets were off. Now they're still off, but look (in my opinion) even better than before
|
2009-09-23 15:42:29 +00:00 |
|
smatz
|
f85b8c4e09
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
smatz
|
114d48e492
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
alberth
|
d54028fde8
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
alberth
|
116c77c342
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
smatz
|
9f4f7a2892
|
(svn r17561) -Fix: diacritics was missing at few places
|
2009-09-17 18:56:31 +00:00 |
|
smatz
|
1858fef92f
|
(svn r17561) -Fix: diacritics was missing at few places
|
2009-09-17 18:56:31 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
frosch
|
ebd916be3d
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
rubidium
|
ca78c69924
|
(svn r17528) -Codechange: use QSortT instead of qsort for sorting FiosItems
|
2009-09-13 17:39:33 +00:00 |
|
rubidium
|
ca7f6f5d7a
|
(svn r17528) -Codechange: use QSortT instead of qsort for sorting FiosItems
|
2009-09-13 17:39:33 +00:00 |
|
frosch
|
263952f557
|
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.
|
2009-09-13 17:37:47 +00:00 |
|
frosch
|
734edc178d
|
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.
|
2009-09-13 17:37:47 +00:00 |
|
alberth
|
ed5a0dfaf1
|
(svn r17502) -Codechange [FS#3184]: Extend QueryStringBaseWindow to support windows with nested widgets (by Terkhen with a few tweaks).
|
2009-09-11 18:52:56 +00:00 |
|
alberth
|
669b7d01ac
|
(svn r17502) -Codechange [FS#3184]: Extend QueryStringBaseWindow to support windows with nested widgets (by Terkhen with a few tweaks).
|
2009-09-11 18:52:56 +00:00 |
|
smatz
|
5d622fd840
|
(svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses and headquarters anymore
|
2009-09-07 07:39:08 +00:00 |
|
smatz
|
22e9d59559
|
(svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses and headquarters anymore
|
2009-09-07 07:39:08 +00:00 |
|
smatz
|
dc73d5432d
|
(svn r17420) -Codechange: replace assert() by assert_compile() where possible
|
2009-09-04 23:02:52 +00:00 |
|
smatz
|
0bfea0646c
|
(svn r17420) -Codechange: replace assert() by assert_compile() where possible
|
2009-09-04 23:02:52 +00:00 |
|
rubidium
|
6d72ae033a
|
(svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers
|
2009-09-02 08:08:30 +00:00 |
|
rubidium
|
59ac4f6b21
|
(svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers
|
2009-09-02 08:08:30 +00:00 |
|
smatz
|
7744a7303a
|
(svn r17359) -Fix: put static before cv qualifier, some compilers complain about that
|
2009-09-01 21:27:33 +00:00 |
|