Henry Wilson
|
bfd79e59dc
|
Codechange: Replace SmallVector::Clear() with std::vector::clear()
|
2019-03-26 20:15:57 +00:00 |
|
peter1138
|
317f69c152
|
Codechange: Use override specifier in Window-derived classes.
|
2019-03-24 16:10:04 +01:00 |
|
PeterN
|
cbaf52fbe1
|
Codechange: Sort and filter sign names directly rather than through string system. (#7304)
This provides a notable performance benefit in the Sign List window when there are many signs.
|
2019-03-02 17:08:45 +00:00 |
|
frosch
|
b4b98e5165
|
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
|
2017-08-13 18:38:42 +00:00 |
|
michi_cc
|
2b8bb12d62
|
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing conversions in initializer lists.
|
2015-08-10 20:24:13 +00:00 |
|
frosch
|
01dae23dc7
|
(svn r26827) -Change [FS#6116]: The ok-button in the OSK for the signs list should just close the OSK.
|
2014-09-15 19:26:03 +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
|
2b8e66e3e3
|
(svn r25918) -Fix: Center the edit sign window like all query windows. (Juanjo)
|
2013-10-28 10:05:00 +00:00 |
|
frosch
|
f89375aa44
|
(svn r25731) -Fix [FS#5692]: Minor RTL alignment issues. (sbr)
|
2013-08-18 19:30:25 +00:00 |
|
frosch
|
fef30983e6
|
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.
|
2013-06-15 15:31:22 +00:00 |
|
frosch
|
5cb174c6b8
|
(svn r25412) -Codechange: Make use of Window::OnHotkey
|
2013-06-15 15:30:44 +00:00 |
|
frosch
|
1b8b1f3f6c
|
(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyList member.
|
2013-06-15 15:28:09 +00:00 |
|
frosch
|
d9e9710cb3
|
(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.
|
2013-06-15 15:27:33 +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 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
b533523258
|
(svn r24801) -Codechange: Add functions to set integral DParams to suitable values for size computations.
|
2012-12-08 17:18:51 +00:00 |
|
frosch
|
06054d7a9d
|
(svn r24750) -Cleanup: Remove old special clear filter button from signs list.
|
2012-11-14 22:51:05 +00:00 |
|
frosch
|
aed11012d4
|
(svn r24746) -Cleanup: Remove weird lowering of editboxes.
|
2012-11-14 22:50:49 +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
|
6653ac6b36
|
(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.
|
2012-11-14 22:50:21 +00:00 |
|
frosch
|
f6d4200f86
|
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
|
2012-11-14 22:50:17 +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
|
7699a7dc06
|
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.
|
2012-11-13 21:46:58 +00:00 |
|
frosch
|
fd55399167
|
(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and CANCEL buttons via QueryString members.
|
2012-11-13 21:46:54 +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 |
|
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 |
|
frosch
|
6ceda44d3b
|
(svn r23943) -Fix (r23835) [FS#5061]: Also list DEITY signs in the signlist in SE.
|
2012-02-13 17:34:53 +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
|
e7cd301d3c
|
(svn r23621) -Add: allow manipulation of signs via GameScripts
|
2011-12-19 20:59:29 +00:00 |
|
truebrain
|
561b25d031
|
(svn r23601) -Fix: fix the conflict in window number
|
2011-12-19 20:50:21 +00:00 |
|
truebrain
|
e4887d4dc4
|
(svn r23551) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 18:27:50 +00:00 |
|
truebrain
|
98d3f11d45
|
(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
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
planetmaker
|
3fb66890ee
|
(svn r22708) -Feature [FS#4701]: Display option to hide competitors' signs and station names (Zuu)
|
2011-08-01 18:41:21 +00:00 |
|
rubidium
|
5a620d1c65
|
(svn r22406) -Document: some more "random-ish" tidbits
|
2011-05-01 19:51:52 +00:00 |
|
terkhen
|
5bb7a48cd2
|
(svn r22345) -Change: Remove pixel limiter for text buffers.
|
2011-04-17 18:44:09 +00:00 |
|
terkhen
|
0bd44f60e9
|
(svn r22344) -Codechange: Remove width constant from the sign list window.
|
2011-04-17 18:43:17 +00:00 |
|
terkhen
|
10caf391a1
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
frosch
|
652c9cb663
|
(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.
|
2011-03-13 21:34:21 +00:00 |
|
frosch
|
ec9540a12a
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|