frosch
|
c12caa20aa
|
(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.
|
2012-11-13 21:46:46 +00:00 |
|
frosch
|
e0f59fb049
|
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
|
2012-11-13 21:46:33 +00:00 |
|
frosch
|
e95b757c11
|
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
|
2012-11-13 21:46:19 +00:00 |
|
frosch
|
3b06409153
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
yexo
|
5951be7ca7
|
(svn r24467) -Codechange [FS#5236]: make textfile window class slightly more general (LordAro)
|
2012-08-13 18:52:47 +00:00 |
|
frosch
|
56383c577a
|
(svn r24337) -Feature: Allow filtering for multiple words (separated by whitespace resp. quoted) in the sign list, content- and NewGRF-guis.
|
2012-06-09 19:54:16 +00:00 |
|
frosch
|
9b196d0fb4
|
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member functions.
|
2012-06-04 15:30:29 +00:00 |
|
frosch
|
69f836e57b
|
(svn r24318) -Feature: Add dropdowns to NewGRF configurations, if all values have labels.
|
2012-06-01 15:20:18 +00:00 |
|
frosch
|
2c2f77e62d
|
(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.
|
2012-06-01 15:12:52 +00:00 |
|
frosch
|
7162c556f4
|
(svn r24313) -Fix: Some obiwans wrt. clicking on setting buttons.
|
2012-06-01 15:08:40 +00:00 |
|
frosch
|
4dd9176cc5
|
(svn r24312) -Change: Center the settings buttons in the AI and NewGRF config windows.
|
2012-06-01 14:42:48 +00:00 |
|
frosch
|
23ad97e755
|
(svn r24310) -Codechange: Add named constants for the dimensions of settings buttons, and generally make their usage more consistent.
|
2012-06-01 14:41:09 +00:00 |
|
frosch
|
70d3206320
|
(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h
|
2012-06-01 10:44:45 +00:00 |
|
michi_cc
|
b4f976d487
|
(svn r24126) -Feature [FS#3854]: Drag and drop support for the NewGRF list window. (Based on patch by sbr)
|
2012-04-17 19:43:13 +00:00 |
|
rubidium
|
c7ac6982d5
|
(svn r23933) -Codechange: make the text file window strings more generic (LordAro)
|
2012-02-12 10:35:15 +00:00 |
|
rubidium
|
6256d64553
|
(svn r23932) -Codechange: split the NewGRF text window into its own source files
|
2012-02-12 10:32:41 +00:00 |
|
yexo
|
3557d5a784
|
(svn r23812) -Fix [FS#4977] (r23804): custom ActionB messages were broken
|
2012-01-15 19:29:49 +00:00 |
|
frosch
|
9eebe8b1ae
|
(svn r23807) -Codechange: GRFError::num_params is not needed, remove it.
|
2012-01-15 17:33:35 +00:00 |
|
yexo
|
b7d7111dd5
|
(svn r23793) -Fix (r23791): height computation was missing a few pixels so the last line was still missing
|
2012-01-12 20:03:35 +00:00 |
|
yexo
|
e1dc47e65c
|
(svn r23791) -Fix [FS#4960]: resize text panel for parameter description if it doesn't fit in 4 lines.
If you resize the window so it's smaller than default the text might still not fit
|
2012-01-12 19:11:51 +00:00 |
|
frosch
|
7ed4b6d069
|
(svn r23760) -Feature: Allow readonly display of NewGRF parameters, if GRF list may not be edited.
|
2012-01-05 20:03:15 +00:00 |
|
frosch
|
b986a1133c
|
(svn r23757) -Codechange: Unify the drawing of toggle buttons for boolean settings.
|
2012-01-05 19:32:51 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
aa1a0053b0
|
(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)
|
2011-12-20 17:57:56 +00:00 |
|
truebrain
|
c74ccfff1b
|
(svn r23601) -Fix: fix the conflict in window number
|
2011-12-19 20:50:21 +00:00 |
|
rubidium
|
8e4b6c3055
|
(svn r23590) -Codechange: make the string validation settings better expandable
|
2011-12-18 18:37:54 +00:00 |
|
planetmaker
|
5f74999799
|
(svn r23543) -Codechange: Document and name consistently widgets of NewGRF window
|
2011-12-16 17:46:47 +00:00 |
|
truebrain
|
d1dc135461
|
(svn r23529) -Codechange: make all widget enum values unique and make them include the files they need to compile
|
2011-12-16 16:23:50 +00:00 |
|
truebrain
|
49e88dcbf0
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
yexo
|
b775d1e829
|
(svn r23495) -Feature: button in NewGRF window to open URL from action14
|
2011-12-11 12:55:28 +00:00 |
|
rubidium
|
9aab2dc861
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
yexo
|
442caecab0
|
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows
|
2011-12-09 21:49:52 +00:00 |
|
rubidium
|
74a025b38c
|
(svn r23288) -Feature: use the monospace font for the NewGRF text windows
|
2011-11-20 19:09:15 +00:00 |
|
frosch
|
4b6fcf4d32
|
(svn r23253) -Fix: Several clipping issues with the display of textfiles, esp. with RTL text direction.
|
2011-11-18 20:39:40 +00:00 |
|
frosch
|
35c90314ca
|
(svn r23251) -Fix: 3-column view of NewGRF GUI had too much space for certain font sizes.
|
2011-11-18 19:23:34 +00:00 |
|
frosch
|
ba6d212079
|
(svn r23249) -Feature: Also allow viewing of the other two textfiles supplied by BaNaNaS tars, i.e. changelog and license.
|
2011-11-18 14:40:57 +00:00 |
|
frosch
|
42ba77bd11
|
(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic.
|
2011-11-18 13:05:55 +00:00 |
|
rubidium
|
023d530ead
|
(svn r23222) -Codechange: reduce tar scanning calls to the bare minimum
|
2011-11-14 21:40:39 +00:00 |
|
rubidium
|
4d281cce97
|
(svn r23217) -Codechange: introduce the concept of scanning only in a limited set of sub directories
|
2011-11-14 21:30:37 +00:00 |
|
rubidium
|
ee0fd02d17
|
(svn r23179) -Codechange: use some tooltips that already existed (monoid)
|
2011-11-10 17:55:52 +00:00 |
|
rubidium
|
60c0abb883
|
(svn r23178) -Feature [FS#4780]: in-game readme.txt readmer (LordAro)
|
2011-11-10 06:15:03 +00:00 |
|
peter1138
|
ae046aad98
|
(svn r23021) -Codechange: Support resized square and warning icons in NewGRF selection window.
|
2011-10-11 16:58:44 +00:00 |
|
michi_cc
|
3f7a9ced17
|
(svn r23002) -Add: Extend palette information in the NewGRF GUI with the 32 bpp state.
|
2011-10-04 21:35:57 +00:00 |
|
rubidium
|
7496bd66e7
|
(svn r22820) -Codechange: perform a full (re)draw cycle in the first draw during progress instead of waiting 200ms
|
2011-08-24 12:18:53 +00:00 |
|
rubidium
|
cc6e55a246
|
(svn r22797) -Add: progress bar for scanning NewGRFs
|
2011-08-21 12:53:13 +00:00 |
|
rubidium
|
bade180f88
|
(svn r22791) -Codechange: use callback for scanning from the NewGRF window
|
2011-08-21 12:50:13 +00:00 |
|
rubidium
|
afe407322d
|
(svn r22771) -Codechange: unify some NewGRFScan calling code
|
2011-08-20 17:46:03 +00:00 |
|
frosch
|
3426225c9f
|
(svn r22642) -Change: Disable the 'set parameters' button in the NewGRF GUI, if the GRF specifies to have no parameters and one would not be able to set any parameters anyway.
|
2011-07-07 21:52:08 +00:00 |
|
frosch
|
1322d59aaa
|
(svn r22617) -Codechange: Add GameOptionsInvalidationData enum for data values for Window::OnInvalidateData() of windows with class WC_GAME_OPTIONS.
|
2011-07-02 12:49:44 +00:00 |
|
yexo
|
579bdfae4a
|
(svn r22594) -Fix [FS#4644]: add active NewGRFs to the list of available ones when selecting the empty preset
|
2011-06-16 10:59:09 +00:00 |
|