zuu
|
b22d6715cd
|
(svn r27469) -Fix (r27468): Don't fetch all content info from content server when showing a online content window with exactly one type of content.
|
2015-12-10 19:58:33 +00:00 |
zuu
|
aabc46712a
|
(svn r27468) -Fix (r27444): Game Scripts were not displayed in the content download window when opened from the AI/GS settings window.
|
2015-12-10 18:28:01 +00:00 |
zuu
|
c9f1d82345
|
(svn r27444) -Add: When viewing online content of a particular type, hide content of other types unless they have been (auto)selected for download.
|
2015-11-14 15:57:15 +00:00 |
zuu
|
4fcaee1fee
|
(svn r27443) -Fix: Negoation in comment was wrong.
|
2015-11-14 13:06:26 +00:00 |
michi_cc
|
95cb7c8692
|
(svn r27288) -Fix: Slow network content GUI in MSVC Debug builds due to repeated string resolving.
|
2015-05-17 19:49:35 +00:00 |
peter1138
|
d9179d518e
|
(svn r26921) -Codechange: Adjust content window listing to fit icon size.
|
2014-09-25 19:27:07 +00:00 |
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
frosch
|
62c0d42f92
|
(svn r26167) -Fix [FS#5834]: Certain hotkeys crashed the content GUI when the list was empty.
|
2013-12-20 18:29:53 +00:00 |
michi_cc
|
b911f4a452
|
(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers.
|
2013-08-05 20:36:24 +00:00 |
frosch
|
43ec0bf0c1
|
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size.
|
2013-06-30 14:36:31 +00:00 |
frosch
|
98fdd20f84
|
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets.
|
2013-06-30 14:32:31 +00:00 |
frosch
|
4e4e635916
|
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
|
2013-05-26 19:30:07 +00:00 |
frosch
|
8157a8afd8
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
frosch
|
56e4a8c4d6
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
frosch
|
579ee7a592
|
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
|
2013-03-17 13:04:10 +00:00 |
frosch
|
1b10910af6
|
(svn r25024) -Feature: Searching of (missing) content via GrfCrawler.
|
2013-02-18 19:30:24 +00:00 |
frosch
|
41cc06a83c
|
(svn r25023) -Change: Regroup buttons in content download GUI to put item-specifc stuff next to each other.
|
2013-02-18 19:23:09 +00:00 |
frosch
|
3e02890b73
|
(svn r24983) -Change: Apply the same name sorting rules to content and NewGRF list as for the server list.
|
2013-02-09 17:31:07 +00:00 |
frosch
|
c283a41248
|
(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.
|
2012-11-14 22:50:39 +00:00 |
frosch
|
f5d8ba5d7f
|
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
|
2012-11-14 22:50:35 +00:00 |
frosch
|
6e6d94a2d1
|
(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow and directly use QueryString.
|
2012-11-14 22:50:26 +00:00 |
frosch
|
f6d4200f86
|
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
|
2012-11-14 22:50:17 +00:00 |
frosch
|
f2221e8b89
|
(svn r24736) -Cleanup: The third parameter of Textbuf::Initialize only makes sense if it is smaller than the second one, also its unit is not pixels.
|
2012-11-14 22:46:49 +00:00 |
frosch
|
2c22fe98dd
|
(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::OnEditboxChanged.
|
2012-11-13 21:47:07 +00:00 |
frosch
|
c4d7c8dd42
|
(svn r24733) -Codechange: Move handling of editbox keys to window class.
|
2012-11-13 21:47:02 +00:00 |
frosch
|
6d1fe626f5
|
(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.
|
2012-11-13 21:46:46 +00:00 |
frosch
|
336fcbc50e
|
(svn r24728) -Codechange: Unify usage of OnOSKInput.
|
2012-11-13 21:46:40 +00:00 |
frosch
|
137adb3496
|
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
|
2012-11-13 21:46:33 +00:00 |
frosch
|
17025fa6ea
|
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
|
2012-11-13 21:46:19 +00:00 |
frosch
|
03736af2ae
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
yexo
|
053770d4a6
|
(svn r24488) -Feature [FS#5236]: add buttons to view textfiles from the online content window (LordAro)
|
2012-08-20 21:03:50 +00:00 |
frosch
|
03046f614f
|
(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
|
d58eee1e79
|
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member functions.
|
2012-06-04 15:30:29 +00:00 |
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
truebrain
|
da8777d4e5
|
(svn r23646) -Fix [FS#4901]: rescan the Game Scripts when done downloading one.
|
2011-12-21 12:25:10 +00:00 |
truebrain
|
561b25d031
|
(svn r23601) -Fix: fix the conflict in window number
|
2011-12-19 20:50:21 +00:00 |
truebrain
|
e2d8abeec5
|
(svn r23544) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 18:02:27 +00:00 |
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
yexo
|
e0e5e51e2a
|
(svn r23492) -Feature: add 'view website' button to the online content window
|
2011-12-11 11:57:52 +00:00 |
rubidium
|
58423b26d1
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
yexo
|
1db365d0e2
|
(svn r23469) -Fix (r23468): gcc warning about initialization order
|
2011-12-10 01:49:50 +00:00 |
yexo
|
e2a9dd1b0a
|
(svn r23468) -Feature [FS#4827]: when looking for missing content, automatically select it so you can easily start the download
|
2011-12-10 00:01:28 +00:00 |
yexo
|
e31ed7db25
|
(svn r23467) -Feature [FS#4827]: automatically close the online content window after confirming the download with 'ok'
|
2011-12-09 22:44:06 +00:00 |
rubidium
|
0759649478
|
(svn r23285) -Fix: scanning of content after download didn't work
|
2011-11-20 18:36:54 +00:00 |
rubidium
|
cc85ef493a
|
(svn r23240) -Codechange: rework the code of the download status window
|
2011-11-17 21:06:41 +00:00 |
rubidium
|
4ae8bbea07
|
(svn r23222) -Codechange: reduce tar scanning calls to the bare minimum
|
2011-11-14 21:40:39 +00:00 |
rubidium
|
6d991b3b10
|
(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
|
82077965fc
|
(svn r23179) -Codechange: use some tooltips that already existed (monoid)
|
2011-11-10 17:55:52 +00:00 |
rubidium
|
f5dd74499b
|
(svn r22829) -Codechange: unify the dirtying of windows after an AI scan
|
2011-08-24 16:38:09 +00:00 |
rubidium
|
6d51883a87
|
(svn r22793) -Codechange: remove callback default to make clear they are not forgotten
|
2011-08-21 12:51:18 +00:00 |