Age | Commit message (Expand) | Author |
2014-06-08 | (svn r26634) -Fix: 'Load' button was not properly enabled/disabled for old sa... | frosch |
2014-04-23 | (svn r26489) -Codechange: properly account for the end of buffers in the file... | rubidium |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
2014-03-25 | (svn r26428) -Add [FS#5953]: Load button for heightmap list | planetmaker |
2013-08-05 | (svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of jus... | michi_cc |
2013-05-26 | (svn r25294) -Feature: Add another button to window title bars to resize the ... | frosch |
2013-05-26 | (svn r25290) -Add: Assign string names to notable windows. | frosch |
2013-05-26 | (svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af... | frosch |
2013-03-17 | (svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf. | frosch |
2012-11-14 | (svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings... | frosch |
2012-11-14 | (svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow... | frosch |
2012-11-14 | (svn r24739) -Codechange: Simplify some code by using Textbuf::Assign. | frosch |
2012-11-14 | (svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor. | frosch |
2012-11-13 | (svn r24733) -Codechange: Move handling of editbox keys to window class. | frosch |
2012-11-13 | (svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes. | frosch |
2012-11-13 | (svn r24726) -Codechange: Move editbox mouseloop handling to Window class. | frosch |
2012-11-13 | (svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code. | frosch |
2012-11-11 | (svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default. | frosch |
2012-06-04 | (svn r24324) -Codechange: Turn functions dealing with Textbufs into member fu... | frosch |
2012-02-05 | (svn r23901) -Fix: memory leak everytime one clicked a savegame in the load GUI | smatz |
2011-12-16 | (svn r23531) -Codechange: document and rename widgets to be consistent and un... | truebrain |
2011-12-15 | (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h | truebrain |
2011-12-10 | (svn r23475) -Codechange: queue critical error messages, so when multiple hap... | rubidium |
2011-12-10 | (svn r23474) -Codechange: move the declaration error related functions to err... | rubidium |
2011-12-09 | (svn r23465) -Feature [FS#4827]: add 'find missing content online' button to ... | yexo |
2011-10-30 | (svn r23065) -Add: -q option to read a savegame, write some general info and ... | yexo |
2011-05-28 | (svn r22513) -Add: Allow for saving a heightmap from the file dialogue window. | alberth |
2011-05-28 | (svn r22512) -Add: Save heightmap. | alberth |
2011-05-27 | (svn r22500) -Doc: Fix and add fios doxygen documentation. | alberth |
2011-05-15 | (svn r22463) -Fix [FS#4615]: Update the fios GUI immediatelly after scanning ... | frosch |
2011-05-06 | (svn r22429) -Add: some constants for specific palette colours used in the GUI. | frosch |
2011-05-04 | (svn r22421) -Fix: Replace various references to Windows palette greyscale in... | frosch |
2011-04-17 | (svn r22345) -Change: Remove pixel limiter for text buffers. | terkhen |
2011-03-13 | (svn r22249) -Codechange: Process some more invalidation of IDs during comman... | frosch |
2011-03-13 | (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate... | frosch |
2011-01-22 | (svn r21895) -Cleanup: get rid of the unused SLD_NEW_GAME | rubidium |
2011-01-22 | (svn r21890) -Cleanup: remove some unneeded includes | rubidium |
2010-12-05 | (svn r21406) -Codechange: rename some textbuf related names to make them a bi... | rubidium |
2010-11-12 | (svn r21151) -Fix [FS#4221]: Sort arrow wasn't accounted for in two windows c... | rubidium |
2010-11-07 | (svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break savega... | planetmaker |
2010-08-12 | (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL... | frosch |
2010-08-12 | (svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ... | frosch |
2010-08-12 | (svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s... | frosch |
2010-08-01 | (svn r20289) -Codechange: Unify fall through coding style. | terkhen |
2010-08-01 | (svn r20286) -Codechange: Unify end of doxygen comments. | frosch |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium |
2010-07-26 | (svn r20223) -Codechange: Replace scrolled row calculations by a call to GetS... | alberth |
2010-07-02 | (svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin... | alberth |
2010-06-13 | (svn r19984) -Feature: Show some savegame details when selecting items in sav... | frosch |