Age | Commit message (Expand) | Author |
2009-10-13 | (svn r17771) -Codechange: use the 'StringID' function instead of the 'const c... | rubidium |
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 includes | rubidium |
2009-10-02 | (svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query win... | rubidium |
2009-09-30 | (svn r17674) -Codechange: replace SetDirty + OnInvalidateData with Invalidate... | rubidium |
2009-09-30 | (svn r17668) -Codechange: Query window uses nested widgets | yexo |
2009-09-23 | (svn r17620) -Fix (r17502): edit box offsets were off. Now they're still off,... | rubidium |
2009-09-20 | (svn r17596) -Codechange: constify some tables | smatz |
2009-09-19 | (svn r17572) -Codechange: Use the Window::GetWidget() function to access nest... | alberth |
2009-09-17 | (svn r17561) -Fix: diacritics was missing at few places | smatz |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-13 | (svn r17528) -Codechange: use QSortT instead of qsort for sorting FiosItems | rubidium |
2009-09-13 | (svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by o... | frosch |
2009-09-11 | (svn r17502) -Codechange [FS#3184]: Extend QueryStringBaseWindow to support w... | alberth |
2009-09-07 | (svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses an... | smatz |
2009-09-04 | (svn r17420) -Codechange: replace assert() by assert_compile() where possible | smatz |
2009-09-02 | (svn r17370) -Codechange: make the saveload and network GUIs use the scrollba... | rubidium |
2009-09-01 | (svn r17359) -Fix: put static before cv qualifier, some compilers complain ab... | smatz |
2009-09-01 | (svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdowns | smatz |
2009-08-30 | (svn r17324) -Codechange: Land info window uses nested widget tree | Yexo |
2009-08-29 | (svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRING | yexo |
2009-08-29 | (svn r17310) -Codechange: about window uses nested widget tree | yexo |
2009-08-29 | (svn r17309) -Fix: not all non-ASCII characters were entered with escapes in ... | smatz |
2009-08-28 | (svn r17299) -Fix: the tooltip could get truncated under some circumstances d... | rubidium |
2009-08-23 | (svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-21 | (svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdpart... | rubidium |
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 better | rubidium |
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their r... | rubidium |
2009-08-04 | (svn r17062) -Change: unify the naming of some 125 strings | rubidium |
2009-07-20 | (svn r16886) -Codechange: unify naming of some string IDs related to string c... | rubidium |
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 lis... | yexo |
2009-06-27 | (svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ... | frosch |
2009-06-27 | (svn r16677) -Codechange: Dimension width and height are unsigned. | alberth |
2009-06-27 | (svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instance... | frosch |
2009-06-25 | (svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and... | smatz |
2009-06-04 | (svn r16516) -Codechange: Added click and drag handling for nested widgets. | alberth |
2009-05-31 | (svn r16489) -Fix [FS#2937] (r16258): Do not resize a widget twice (erikjanp) | alberth |
2009-05-30 | (svn r16463) -Cleanup: Code style fixes. | alberth |
2009-05-24 | (svn r16414) -Change: Make it harder to ignore/close important error messages... | frosch |
2009-05-22 | (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time... | smatz |
2009-05-19 | (svn r16359) -Codechange: don't abuse company 0 when determining 'cost to cle... | smatz |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-05-09 | (svn r16259) -Codechange: Added nested widgets to the load and save dialogue ... | alberth |
2009-05-09 | (svn r16258) -Codechange: Remove panel with negative height and some small ad... | alberth |
2009-05-09 | (svn r16257) -Codechange: Added empty widgets in load dialogue to move the re... | alberth |
2009-05-09 | (svn r16256) -Codechange: Moved load/save dialogue widget numbers outside the... | alberth |