Sat, 23 Mar 2013 23:37:24 +0100 |
Michael Lutz |
-Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers.
draft
|
Sun, 30 Jun 2013 14:36:31 +0000 |
frosch |
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size.
draft
|
Sun, 30 Jun 2013 14:36:07 +0000 |
frosch |
(svn r25536) -Cleanup: No need to set scrollbar capacity anywhere but in OnResize.
draft
|
Sun, 30 Jun 2013 14:33:32 +0000 |
frosch |
(svn r25533) -Codechange: Use SetCapacityFromWidget more often.
draft
|
Sun, 30 Jun 2013 14:33:15 +0000 |
frosch |
(svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets depend on their number of rows, since that changes when resizing the window.
draft
|
Sun, 30 Jun 2013 14:32:31 +0000 |
frosch |
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets.
draft
|
Sat, 15 Jun 2013 15:31:04 +0000 |
frosch |
(svn r25413) -Fix-ish: Suppress focussing editboxes which are not visible.
draft
|
Fri, 31 May 2013 18:47:49 +0000 |
frosch |
(svn r25307) -Fix: Do not focus the editbox in the NewGRF window, if there is no editbox visible.
draft
|
Sun, 26 May 2013 19:30:07 +0000 |
frosch |
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
draft
|
Sun, 26 May 2013 19:25:01 +0000 |
frosch |
(svn r25290) -Add: Assign string names to notable windows.
draft
|
Sun, 26 May 2013 19:23:42 +0000 |
frosch |
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
draft
|
Sat, 23 Mar 2013 23:37:24 +0100 |
Michael Lutz |
-Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers.
draft
|
Sat, 09 Feb 2013 17:31:07 +0000 |
frosch |
(svn r24983) -Change: Apply the same name sorting rules to content and NewGRF list as for the server list.
draft
|
Tue, 22 Jan 2013 03:54:40 +0000 |
peter1138 |
(svn r24932) -Fix [FS#5158]: Prevent more NewGRFs being selected than is possible to load.
draft
|
Tue, 08 Jan 2013 22:46:42 +0000 |
planetmaker |
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
draft
|
Tue, 25 Dec 2012 22:10:43 +0000 |
peter1138 |
(svn r24853) -Fix: Extend widget data member to 32 bits so that sprite IDs >= 2^16 can be used.
draft
|
Sat, 08 Dec 2012 17:18:51 +0000 |
frosch |
(svn r24801) -Codechange: Add functions to set integral DParams to suitable values for size computations.
draft
|
Sat, 01 Dec 2012 13:12:39 +0000 |
alberth |
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb)
draft
|
Wed, 14 Nov 2012 22:50:39 +0000 |
frosch |
(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.
draft
|
Wed, 14 Nov 2012 22:50:35 +0000 |
frosch |
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
draft
|
Wed, 14 Nov 2012 22:50:26 +0000 |
frosch |
(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow and directly use QueryString.
draft
|
Wed, 14 Nov 2012 22:50:17 +0000 |
frosch |
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
draft
|
Tue, 13 Nov 2012 21:47:07 +0000 |
frosch |
(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::OnEditboxChanged.
draft
|
Tue, 13 Nov 2012 21:47:02 +0000 |
frosch |
(svn r24733) -Codechange: Move handling of editbox keys to window class.
draft
|
Tue, 13 Nov 2012 21:46:46 +0000 |
frosch |
(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.
draft
|
Tue, 13 Nov 2012 21:46:33 +0000 |
frosch |
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
draft
|
Tue, 13 Nov 2012 21:46:19 +0000 |
frosch |
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
draft
|
Sun, 11 Nov 2012 16:10:43 +0000 |
frosch |
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
draft
|
Mon, 13 Aug 2012 18:52:47 +0000 |
yexo |
(svn r24467) -Codechange [FS#5236]: make textfile window class slightly more general (LordAro)
draft
|
Sat, 09 Jun 2012 19:54:16 +0000 |
frosch |
(svn r24337) -Feature: Allow filtering for multiple words (separated by whitespace resp. quoted) in the sign list, content- and NewGRF-guis.
draft
|
Mon, 04 Jun 2012 15:30:29 +0000 |
frosch |
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member functions.
draft
|
Fri, 01 Jun 2012 15:20:18 +0000 |
frosch |
(svn r24318) -Feature: Add dropdowns to NewGRF configurations, if all values have labels.
draft
|
Fri, 01 Jun 2012 15:12:52 +0000 |
frosch |
(svn r24314) -Fix: Editing NewGRF parameters using the query window showed wrong values, if there was no direct relation between parameter index and parameter register.
draft
|
Fri, 01 Jun 2012 15:08:40 +0000 |
frosch |
(svn r24313) -Fix: Some obiwans wrt. clicking on setting buttons.
draft
|
Fri, 01 Jun 2012 14:42:48 +0000 |
frosch |
(svn r24312) -Change: Center the settings buttons in the AI and NewGRF config windows.
draft
|
Fri, 01 Jun 2012 14:41:09 +0000 |
frosch |
(svn r24310) -Codechange: Add named constants for the dimensions of settings buttons, and generally make their usage more consistent.
draft
|
Fri, 01 Jun 2012 10:44:45 +0000 |
frosch |
(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h
draft
|
Tue, 17 Apr 2012 19:43:13 +0000 |
michi_cc |
(svn r24126) -Feature [FS#3854]: Drag and drop support for the NewGRF list window. (Based on patch by sbr)
draft
|
Sun, 12 Feb 2012 10:35:15 +0000 |
rubidium |
(svn r23933) -Codechange: make the text file window strings more generic (LordAro)
draft
|
Sun, 12 Feb 2012 10:32:41 +0000 |
rubidium |
(svn r23932) -Codechange: split the NewGRF text window into its own source files
draft
|
Sun, 15 Jan 2012 19:29:49 +0000 |
yexo |
(svn r23812) -Fix [FS#4977] (r23804): custom ActionB messages were broken
draft
|
Sun, 15 Jan 2012 17:33:35 +0000 |
frosch |
(svn r23807) -Codechange: GRFError::num_params is not needed, remove it.
draft
|
Thu, 12 Jan 2012 20:03:35 +0000 |
yexo |
(svn r23793) -Fix (r23791): height computation was missing a few pixels so the last line was still missing
draft
|
Thu, 12 Jan 2012 19:11:51 +0000 |
yexo |
(svn r23791) -Fix [FS#4960]: resize text panel for parameter description if it doesn't fit in 4 lines.
draft
|
Thu, 05 Jan 2012 20:03:15 +0000 |
frosch |
(svn r23760) -Feature: Allow readonly display of NewGRF parameters, if GRF list may not be edited.
draft
|
Thu, 05 Jan 2012 19:32:51 +0000 |
frosch |
(svn r23757) -Codechange: Unify the drawing of toggle buttons for boolean settings.
draft
|
Tue, 03 Jan 2012 21:32:51 +0000 |
rubidium |
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
draft
|
Tue, 20 Dec 2011 17:57:56 +0000 |
truebrain |
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
draft
|
Mon, 19 Dec 2011 20:50:21 +0000 |
truebrain |
(svn r23601) -Fix: fix the conflict in window number
draft
|
Sun, 18 Dec 2011 18:37:54 +0000 |
rubidium |
(svn r23590) -Codechange: make the string validation settings better expandable
draft
|
Fri, 16 Dec 2011 17:46:47 +0000 |
planetmaker |
(svn r23543) -Codechange: Document and name consistently widgets of NewGRF window
draft
|
Fri, 16 Dec 2011 16:23:50 +0000 |
truebrain |
(svn r23529) -Codechange: make all widget enum values unique and make them include the files they need to compile
draft
|
Thu, 15 Dec 2011 22:22:55 +0000 |
truebrain |
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
draft
|
Sun, 11 Dec 2011 12:55:28 +0000 |
yexo |
(svn r23495) -Feature: button in NewGRF window to open URL from action14
draft
|
Sat, 10 Dec 2011 13:54:10 +0000 |
rubidium |
(svn r23474) -Codechange: move the declaration error related functions to error.h
draft
|
Fri, 09 Dec 2011 21:49:52 +0000 |
yexo |
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows
draft
|
Sun, 20 Nov 2011 19:09:15 +0000 |
rubidium |
(svn r23288) -Feature: use the monospace font for the NewGRF text windows
draft
|
Fri, 18 Nov 2011 20:39:40 +0000 |
frosch |
(svn r23253) -Fix: Several clipping issues with the display of textfiles, esp. with RTL text direction.
draft
|
Fri, 18 Nov 2011 19:23:34 +0000 |
frosch |
(svn r23251) -Fix: 3-column view of NewGRF GUI had too much space for certain font sizes.
draft
|
Fri, 18 Nov 2011 14:40:57 +0000 |
frosch |
(svn r23249) -Feature: Also allow viewing of the other two textfiles supplied by BaNaNaS tars, i.e. changelog and license.
draft
|