summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Collapse)Author
2009-11-01(svn r17932) -Fix: Don't let the tooltip go under the status bar.alberth
2009-11-01(svn r17931) -Codechange: Error message window uses pure nested widgets.alberth
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string ↵alberth
before the details string. Gentlemen, swap your string parameters.
2009-10-31(svn r17927) -Codechange: Rename error message string variables.alberth
2009-10-31(svn r17924) -Codechange: Replace y array with two area rectangles in the ↵alberth
error message window.
2009-10-31(svn r17921) -Documentation: Add doxygen comments in the ErrmsgWindow struct.alberth
2009-10-31(svn r17919) -Codechange (r17849): Remove the outermost NWID_LAYERED and ↵alberth
NWID_VERTICAL containers from the load and save nested widget parts, since they do nothing.
2009-10-31(svn r17918) -Codechange: Move tooltip size calculation into the tooltip ↵alberth
window class.
2009-10-31(svn r17917) -Codechange: Move tooltip initial position calculation into the ↵alberth
tooltip window class.
2009-10-31(svn r17916) -Codechange: Make tooltips window use pure nested widgets.alberth
2009-10-31(svn r17914) -Codechange: Use some constants in the size calculation, and ↵alberth
pass the size as a combined value to the tooltip window.
2009-10-31(svn r17913) -Documentation: Add doxygen comments to the tooltip window class.alberth
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ↵rubidium
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-23(svn r17849) -Codechange: make the saveload windows nestedrubidium
2009-10-17(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with ↵rubidium
wrong 'size') upon reiniting windows
2009-10-13(svn r17771) -Codechange: use the 'StringID' function instead of the 'const ↵rubidium
char *' function + custom code to resolve the 'const char *' from the 'StringID'
2009-10-04(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.michi_cc
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-10-02(svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query ↵rubidium
window used parameters
2009-09-30(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with ↵rubidium
InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant.
2009-09-30(svn r17668) -Codechange: Query window uses nested widgetsyexo
2009-09-23(svn r17620) -Fix (r17502): edit box offsets were off. Now they're still ↵rubidium
off, but look (in my opinion) even better than before
2009-09-20(svn r17596) -Codechange: constify some tablessmatz
2009-09-19(svn r17572) -Codechange: Use the Window::GetWidget() function to access ↵alberth
nested widgets through the nested_array.
2009-09-17(svn r17561) -Fix: diacritics was missing at few placessmatz
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty ↵frosch
for more consistency and distinguishability.
2009-09-13(svn r17528) -Codechange: use QSortT instead of qsort for sorting FiosItemsrubidium
2009-09-13(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by ↵frosch
other functions already.
2009-09-11(svn r17502) -Codechange [FS#3184]: Extend QueryStringBaseWindow to support ↵alberth
windows with nested widgets (by Terkhen with a few tweaks).
2009-09-07(svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses ↵smatz
and headquarters anymore
2009-09-04(svn r17420) -Codechange: replace assert() by assert_compile() where possiblesmatz
2009-09-02(svn r17370) -Codechange: make the saveload and network GUIs use the ↵rubidium
scrollbar wrappers
2009-09-01(svn r17359) -Fix: put static before cv qualifier, some compilers complain ↵smatz
about that
2009-09-01(svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdownssmatz
2009-08-30(svn r17324) -Codechange: Land info window uses nested widget treeYexo
2009-08-29(svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRINGyexo
2009-08-29(svn r17310) -Codechange: about window uses nested widget treeyexo
2009-08-29(svn r17309) -Fix: not all non-ASCII characters were entered with escapes in ↵smatz
the About window
2009-08-28(svn r17299) -Fix: the tooltip could get truncated under some circumstances ↵rubidium
due to its custom string height determination
2009-08-23(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/falserubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-21(svn r17247) -Change: move '3rd party' MD5 implementation also to the ↵rubidium
3rdparty directory.
2009-08-18(svn r17216) -Update: MiniLZO from 1.08 to 2.03.rubidium
2009-08-18(svn r17210) -Update: credits to reflect the (current) truth a bit betterrubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their ↵rubidium
relatives
2009-08-04(svn r17062) -Change: unify the naming of some 125 stringsrubidium
2009-07-20(svn r16886) -Codechange: unify naming of some string IDs related to string ↵rubidium
codes and group them logically
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-10(svn r16789) -Codechange: unify the drawing of the Accepts/Supplies cargo ↵yexo
lists in the station build windows.
2009-06-27(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ↵frosch
to deal with sizeof() wrt. typedef-ed arrays.