frosch
|
5ecbc2dd16
|
(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
|
2be4215f43
|
(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
|
b00fe16207
|
(svn r25918) -Fix: Center the edit sign window like all query windows. (Juanjo)
|
2013-10-28 10:05:00 +00:00 |
|
frosch
|
0284db1a31
|
(svn r25731) -Fix [FS#5692]: Minor RTL alignment issues. (sbr)
|
2013-08-18 19:30:25 +00:00 |
|
frosch
|
173aed1687
|
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.
|
2013-06-15 15:31:22 +00:00 |
|
frosch
|
303aa2f473
|
(svn r25412) -Codechange: Make use of Window::OnHotkey
|
2013-06-15 15:30:44 +00:00 |
|
frosch
|
1565bb32a0
|
(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyList member.
|
2013-06-15 15:28:09 +00:00 |
|
frosch
|
55154f91b6
|
(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.
|
2013-06-15 15:27:33 +00:00 |
|
frosch
|
13badddd75
|
(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
|
16feb5c4e9
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
25adefca23
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
frosch
|
9c23446b2b
|
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
|
2013-03-17 13:04:10 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
eb20798aae
|
(svn r24801) -Codechange: Add functions to set integral DParams to suitable values for size computations.
|
2012-12-08 17:18:51 +00:00 |
|
frosch
|
d848b14630
|
(svn r24750) -Cleanup: Remove old special clear filter button from signs list.
|
2012-11-14 22:51:05 +00:00 |
|
frosch
|
44d79aa9e5
|
(svn r24746) -Cleanup: Remove weird lowering of editboxes.
|
2012-11-14 22:50:49 +00:00 |
|
frosch
|
7b3d6cc31f
|
(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.
|
2012-11-14 22:50:39 +00:00 |
|
frosch
|
18dcd2e6a4
|
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
|
2012-11-14 22:50:35 +00:00 |
|
frosch
|
838388dcd5
|
(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.
|
2012-11-14 22:50:21 +00:00 |
|
frosch
|
0ab8e7939b
|
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
|
2012-11-14 22:50:17 +00:00 |
|
frosch
|
f1d40ca6f2
|
(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::OnEditboxChanged.
|
2012-11-13 21:47:07 +00:00 |
|
frosch
|
08e92e6f23
|
(svn r24733) -Codechange: Move handling of editbox keys to window class.
|
2012-11-13 21:47:02 +00:00 |
|
frosch
|
8f611527e9
|
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.
|
2012-11-13 21:46:58 +00:00 |
|
frosch
|
c6ac0299a8
|
(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and CANCEL buttons via QueryString members.
|
2012-11-13 21:46:54 +00:00 |
|
frosch
|
c12caa20aa
|
(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.
|
2012-11-13 21:46:46 +00:00 |
|
frosch
|
11bd36d3e8
|
(svn r24728) -Codechange: Unify usage of OnOSKInput.
|
2012-11-13 21:46:40 +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 |
|
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
|
d43fbf595f
|
(svn r23943) -Fix (r23835) [FS#5061]: Also list DEITY signs in the signlist in SE.
|
2012-02-13 17:34:53 +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
|
ac9324f270
|
(svn r23621) -Add: allow manipulation of signs via GameScripts
|
2011-12-19 20:59:29 +00:00 |
|
truebrain
|
c74ccfff1b
|
(svn r23601) -Fix: fix the conflict in window number
|
2011-12-19 20:50:21 +00:00 |
|
truebrain
|
045546d3a1
|
(svn r23551) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 18:27:50 +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 |
|
planetmaker
|
3e5d60ea2e
|
(svn r22708) -Feature [FS#4701]: Display option to hide competitors' signs and station names (Zuu)
|
2011-08-01 18:41:21 +00:00 |
|
rubidium
|
6e9122828e
|
(svn r22406) -Document: some more "random-ish" tidbits
|
2011-05-01 19:51:52 +00:00 |
|
terkhen
|
23f42e5769
|
(svn r22345) -Change: Remove pixel limiter for text buffers.
|
2011-04-17 18:44:09 +00:00 |
|
terkhen
|
97ceef7663
|
(svn r22344) -Codechange: Remove width constant from the sign list window.
|
2011-04-17 18:43:17 +00:00 |
|
terkhen
|
a88fe7c2aa
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
frosch
|
db3a8d1abf
|
(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.
|
2011-03-13 21:34:21 +00:00 |
|
frosch
|
4b4a40a72e
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
frosch
|
1a14c133c6
|
(svn r22228) -Fix (r22135)[FS#4546]: Do not resort town, industry and signs list directly in OnInvalidateData(). There might be a scheduled rebuild which needs execution first. So, only set a trigger for resorting.
|
2011-03-08 20:52:59 +00:00 |
|
rubidium
|
6e39c4afa1
|
(svn r21413) -Codechange: limit sign name by amount of characters, not bytes
|
2010-12-05 22:25:08 +00:00 |
|
terkhen
|
64c200a25e
|
(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.
|
2010-11-27 22:52:12 +00:00 |
|
rubidium
|
5ec2bcc0d9
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
frosch
|
0d4a57c429
|
(svn r20846) -Fix: some whitespace.
|
2010-09-25 19:13:25 +00:00 |
|