rubidium
|
f20d3a55ec
|
(svn r18093) -Fix: the mouseover handler could crash if there wasn't a widget under the mouse
|
2009-11-15 13:50:49 +00:00 |
|
rubidium
|
1f6f15a126
|
(svn r18092) -Codechange: remove support for the unnested widgets
|
2009-11-15 13:36:30 +00:00 |
|
alberth
|
452946cdad
|
(svn r18090) -Fix: Only allow raising of WWT_* nested widgets.
|
2009-11-15 13:08:50 +00:00 |
|
rubidium
|
c162fa0575
|
(svn r18088) -Codechange: remove CompareWidgetArrays
|
2009-11-15 10:38:04 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
alberth
|
df877e480d
|
(svn r18069) -Codechange: Initialize window flags at the same tme as the other fields instead of afterwards.
|
2009-11-14 09:58:52 +00:00 |
|
rubidium
|
b3394dbeb4
|
(svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging
|
2009-11-09 16:05:24 +00:00 |
|
alberth
|
ade53126b4
|
(svn r18013) -Codechange: Add possibility to change window size during ReInit().
|
2009-11-08 15:22:04 +00:00 |
|
rubidium
|
79a039b0df
|
(svn r18003) -Cleanup: prune some unused functions from Window
|
2009-11-07 22:29:17 +00:00 |
|
alberth
|
c7ca4691c4
|
(svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view.
|
2009-11-07 17:24:04 +00:00 |
|
alberth
|
0fa6870eca
|
(svn r17995) -Codechange: PreventHiding() is used in one file, make it static.
|
2009-11-07 15:49:36 +00:00 |
|
rubidium
|
c4c56ea04d
|
(svn r17947) -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used
|
2009-11-02 10:15:48 +00:00 |
|
rubidium
|
8742314bb8
|
(svn r17922) -Fix [FS#3291]: crash when closing NewGRF parameter window with no NewGRF selected
|
2009-10-31 14:53:19 +00:00 |
|
alberth
|
2a7d0de0b0
|
(svn r17915) -Codechange: Allow windows to compute their own initial position.
|
2009-10-31 11:34:43 +00:00 |
|
smatz
|
7921a5c7d0
|
(svn r17869) -Codechange: don't create OnScroll() event for zero delta
|
2009-10-25 17:01:45 +00:00 |
|
rubidium
|
c1365b3cc1
|
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
2009-10-24 14:53:55 +00:00 |
|
frosch
|
9259446b76
|
(svn r17830) -Fix [FS#3276]: Some windows already need their window_number when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately.
|
2009-10-20 21:25:25 +00:00 |
|
rubidium
|
6ba0dc05a7
|
(svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused edit box would show the OSK (Zuu)
|
2009-10-10 12:11:05 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
ed8788d581
|
(svn r17682) -Codechange: remove erroneous space before some commas
|
2009-10-02 15:13:15 +00:00 |
|
rubidium
|
e3bb9351a4
|
(svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class
|
2009-09-30 21:00:35 +00:00 |
|
alberth
|
d54028fde8
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
rubidium
|
310465da07
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
frosch
|
263952f557
|
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.
|
2009-09-13 17:37:47 +00:00 |
|
alberth
|
029c711732
|
(svn r17504) -Codechange: un-inlining SetFocusedWidget() as it is not often used.
|
2009-09-11 19:12:05 +00:00 |
|
rubidium
|
62c7948a4f
|
(svn r17375) -Codechange: remove last direct usage of scrollbar variables
|
2009-09-02 08:58:20 +00:00 |
|
rubidium
|
fc193fd902
|
(svn r17374) -Codechange: make the town and vehicle GUIs use the scrollbar wrappers
|
2009-09-02 08:48:29 +00:00 |
|
rubidium
|
f1ba8fb206
|
(svn r17365) -Codechange: introduce wrapper functions to update the position, capacity and count of scroll bars. This to (eventually) prevent the scrollbar overflowing outside of the window
|
2009-09-02 06:34:40 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
alberth
|
bef94e081d
|
(svn r17175) -Codechange: Only auto-raise push buttons.
|
2009-08-14 21:27:08 +00:00 |
|
smatz
|
d64bdb138c
|
(svn r17168) -Codechange: apply coding style to if and while statements
|
2009-08-14 17:11:59 +00:00 |
|
frosch
|
e44a69b92f
|
(svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following vehicles, when autoreplacing/renewing them.
|
2009-08-10 20:06:39 +00:00 |
|
alberth
|
eeaa337a21
|
(svn r17024) -Codechange: Allow InitNested to be done in two parts.
|
2009-08-01 15:49:18 +00:00 |
|
alberth
|
84507dc358
|
(svn r16963) -Codechange: Added NWidgetViewport widget.
|
2009-07-26 17:29:01 +00:00 |
|
frosch
|
1969cbd6e8
|
(svn r16957) -Fix: Trigger the same window repositioning after changing font/language as it is done after resizing the main OpenTTD window.
|
2009-07-25 15:58:48 +00:00 |
|
alberth
|
2399f91f62
|
(svn r16906) -Fix (r12939): Child windows of build toolbars were placed inconsistently.
|
2009-07-21 22:25:21 +00:00 |
|
alberth
|
05cbe62ba2
|
(svn r16890) -Codechange: Allow raising and enabling/disabling of widgets even if they are not used.
|
2009-07-20 18:39:38 +00:00 |
|
alberth
|
832c116b5b
|
(svn r16848) -Fix: Trying to reduce a nested widget window further than the smallest alowed size should not crash the game.
|
2009-07-16 18:31:33 +00:00 |
|
alberth
|
62fc8bd6c5
|
(svn r16838) -Codechange: Fill Window::nested_array in SetupSmallestSize.
|
2009-07-15 22:51:37 +00:00 |
|
rubidium
|
fd980be463
|
(svn r16815) -Fix: reduce the toolbar's priority for handling keypresses from most important to least important, so e.g. the order windows' 'd' skips to the next order
|
2009-07-13 16:41:34 +00:00 |
|
alberth
|
95ac767add
|
(svn r16798) -Fix [FS#3016]: Added several new widget distances for better widget size computations.
|
2009-07-12 12:19:41 +00:00 |
|
alberth
|
99455ffb49
|
(svn r16779) -Fix: Take real smallest size of nested widgets into account for initial window position.
|
2009-07-09 19:57:33 +00:00 |
|
alberth
|
b417938f74
|
(svn r16778) -Codechange: Split window initialization in a data part and a size/position part.
|
2009-07-09 19:52:47 +00:00 |
|
alberth
|
36ce7e09ef
|
(svn r16747) -Fix: Non-resized windows also need a post re-init SetDirty.
|
2009-07-05 14:26:29 +00:00 |
|
alberth
|
43ee12137b
|
(svn r16740) -Codechange: Self-sizing widgets in intro screen, town directory, and found town windows.
|
2009-07-04 15:35:36 +00:00 |
|
alberth
|
194701b27a
|
(svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change.
|
2009-06-28 20:09:40 +00:00 |
|
alberth
|
e77b0adb53
|
(svn r16519) -Add: Prevent hiding of a window titlebar behind the status bar.
|
2009-06-05 07:25:26 +00:00 |
|
alberth
|
e47ca002d2
|
(svn r16517) -Codechange: Switched intro-screen and town directory window to nested widget trees.
|
2009-06-04 14:34:38 +00:00 |
|
alberth
|
cbf2d24ebb
|
(svn r16516) -Codechange: Added click and drag handling for nested widgets.
|
2009-06-04 14:07:05 +00:00 |
|