Age | Commit message (Expand) | Author |
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 |
2013-01-08 | (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl... | planetmaker |
2012-12-08 | (svn r24801) -Codechange: Add functions to set integral DParams to suitable v... | frosch |
2012-11-14 | (svn r24750) -Cleanup: Remove old special clear filter button from signs list. | frosch |
2012-11-14 | (svn r24746) -Cleanup: Remove weird lowering of editboxes. | frosch |
2012-11-14 | (svn r24743) -Change: Unify the behaviour of ESC in filter editboxes. | frosch |
2012-11-14 | (svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings... | 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 r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::O... | 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 r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and C... | frosch |
2012-11-13 | (svn r24729) -Codechange: Unify the handling of HEBR_EDITING. | frosch |
2012-11-13 | (svn r24728) -Codechange: Unify usage of OnOSKInput. | 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-09 | (svn r24337) -Feature: Allow filtering for multiple words (separated by white... | frosch |
2012-06-04 | (svn r24324) -Codechange: Turn functions dealing with Textbufs into member fu... | frosch |
2012-02-13 | (svn r23943) -Fix (r23835) [FS#5061]: Also list DEITY signs in the signlist i... | frosch |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2011-12-19 | (svn r23621) -Add: allow manipulation of signs via GameScripts | truebrain |
2011-12-19 | (svn r23601) -Fix: fix the conflict in window number | truebrain |
2011-12-16 | (svn r23551) -Codechange: document and rename widgets to be consistent and un... | truebrain |
2011-12-16 | (svn r23529) -Codechange: make all widget enum values unique and make them in... | truebrain |
2011-12-15 | (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h | truebrain |
2011-08-01 | (svn r22708) -Feature [FS#4701]: Display option to hide competitors' signs an... | planetmaker |
2011-05-01 | (svn r22406) -Document: some more "random-ish" tidbits | rubidium |
2011-04-17 | (svn r22345) -Change: Remove pixel limiter for text buffers. | terkhen |
2011-04-17 | (svn r22344) -Codechange: Remove width constant from the sign list window. | terkhen |
2011-04-17 | (svn r22343) -Change: Remove pixel limiter for query strings. | terkhen |
2011-03-13 | (svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope. | frosch |
2011-03-13 | (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate... | frosch |
2011-03-08 | (svn r22228) -Fix (r22135)[FS#4546]: Do not resort town, industry and signs l... | frosch |
2010-12-05 | (svn r21413) -Codechange: limit sign name by amount of characters, not bytes | rubidium |
2010-11-27 | (svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU. | terkhen |
2010-11-13 | (svn r21157) -Codechange: remove information about the text direction out of ... | rubidium |
2010-09-25 | (svn r20846) -Fix: some whitespace. | frosch |
2010-08-16 | (svn r20517) -Fix (r20516): Committed way too much. | terkhen |
2010-08-16 | (svn r20516) -Feature [FS#3472]: Filter signs at the sign list window. (Zuu) | terkhen |
2010-08-12 | (svn r20470) -Codechange: Make arrow buttons lower and raise like other butto... | frosch |
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 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 |