summaryrefslogtreecommitdiff
path: root/src/widget.cpp
AgeCommit message (Collapse)Author
2013-11-26(svn r26121) -Codechange: add some asserts after dynamic casts to show they ↵rubidium
shouldn't return NULL ever
2013-10-13(svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown ↵frosch
arrow of dropdown widgets.
2013-10-13(svn r25862) -Fix [FS#5715] (r25729): Usage of implicit unsigned wrap ↵frosch
around. (sbr)
2013-10-13(svn r25861) -Fix [FS#5760]: Scale linkgraph legend according to text ↵frosch
dimensions.
2013-08-18(svn r25729) -Fix [FS#5686]: If the child widgets of a NWidgetHorizontal ↵frosch
container do not fill the complete container, align them according to text direction. (sbr)
2013-08-18(svn r25727) -Fix [FS#5686]: NWidgetMatrix used pip_pre and pip_post ↵frosch
inconsistently and incorrectly, causing misalignment for RTL. (spotted by sbr)
2013-06-30(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ↵frosch
rows and columns from the resize step size.
2013-06-25(svn r25468) -Fix-ish: the min/max of the close box were so small the glyph ↵rubidium
wouldn't even fit between them
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ↵frosch
window to its default size.
2013-03-25(svn r25123) -Fix: when the count for a scrollbar was 0, the inter distance ↵rubidium
was subtracted too much causing a scrollbar with a negative size
2013-03-24(svn r25121) -Fix: Editboxes could become too small when resizing windows.frosch
2013-01-14(svn r24915) -Fix: Several out-of-bounds readssmatz
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵planetmaker
Eagle_rainbow)
2012-12-25(svn r24853) -Fix: Extend widget data member to 32 bits so that sprite IDs ↵peter1138
>= 2^16 can be used.
2012-11-14(svn r24745) -Codechange: Draw complete editbox via QueryString.frosch
2012-11-14(svn r24742) -Codechange: Remove QueryStringBaseWindow and store ↵frosch
QueryStrings per widget instead.
2012-11-13(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.frosch
2012-10-08(svn r24577) -Fix [FS#5324]: Draw the window resize sprite bottom-aligned (sbr)planetmaker
2012-07-07(svn r24378) -Fix [FS#5218]: ReInit could crash for windows with ↵frosch
NWidgetMatrix widgets.
2012-06-16(svn r24346) -Fix: EQUALSIZE widget containers within EQUALSIZE containers ↵frosch
were initialised with wrong sizes.
2012-04-17(svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get ↵michi_cc
old. (Vikthor)
2011-12-19(svn r23631) -Add: ScriptWindow, to manipulate windows on the client ↵truebrain
(GameScript only)
2011-12-15(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, ↵truebrain
with only values known in WindowFlags (and move out 2 timers to their own variable) -Codechange: rename Window::flags4 to Window::flags -Codechange: move some non-inline functions from .hpp to .cpp
2011-11-18(svn r23252) -Codechange: Add WD_BEVEL_xxx constants.frosch
2011-10-11(svn r23024) -Codechange: Vertically centre text within a dropdown control.peter1138
2011-10-11(svn r23020) -Codechange: Vertically centre caption text if the caption ↵peter1138
height is taller than the text.
2011-10-11(svn r23017) -Codechange: Add support for resized scrollbars.peter1138
2011-09-02(svn r22869) -Codechange: Use the same constant to set the minimum height of ↵planetmaker
all widgets in the windows title bar
2011-05-01(svn r22405) -Document: some more "random-ish" tidbitsrubidium
2011-04-29(svn r22383) -Codechange: Rename PALETTE_TO_STRUCT_GREY to PALETTE_NEWSPAPER ↵frosch
as it does not belong to the other PALETTE_TO_STRUCT_xxx recolourings.
2011-02-25(svn r22145) -Codechange: Do explicit test for non-bool values.alberth
2011-02-25(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'alberth
2011-01-15(svn r21812) -Fix (r21754): Don't try to scroll the matrix widget to ↵alberth
position -1.
2011-01-09(svn r21764) -Change: Make the scrollbar associated to a NWidgetMatrix ↵frosch
scroll in steps of the matrix when using the wheel or the scrollbar-buttons.
2011-01-09(svn r21763) -Codechange: Pass the distance to Scrollbar::UpdatePosition() ↵frosch
in units of small or big steps.
2011-01-09(svn r21754) -Codechange: Scroll the matrix widget to make a clicked entry ↵alberth
fully visible.
2010-12-12(svn r21479) -Fix (r9563): Keep transparency for textual stuff in newspaper.frosch
2010-12-10(svn r21451) -Fix (r21449): make sure the matrix's child widget's size is ↵rubidium
updated with the right widget index
2010-12-10(svn r21448) -Add: generic widget for creating a scrollable (one direction) ↵rubidium
and resizable (both directions) area with same sized widgets
2010-12-10(svn r21447) -Add: accessor function to get the direction of a scrollbarrubidium
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ↵rubidium
the language "list"
2010-10-23(svn r21017) -Doc: Small fixes (by Krille).alberth
2010-10-15(svn r20922) -Fix [FS#4071]: accidentally moving the mouse of the scrollbar ↵rubidium
arrows while pressing it clicks the button next to the arrow
2010-08-21(svn r20587) -Codechange (r20456)[FS#4035]: Revert to scrollbars without ↵frosch
minimal size to simplify window setup.
2010-08-20(svn r20577) -Fix [FS#4043]: scroll button flickering when pressedrubidium
2010-08-19(svn r20558) -Codechange: use one generic function to create a list of ↵yexo
company buttons
2010-08-12(svn r20470) -Codechange: Make arrow buttons lower and raise like other ↵frosch
buttons when clicked.
2010-08-12(svn r20462) -Fix (r20452): Initialise scrollbar_index with -1 to indicate ↵frosch
'no scrollbar associated'.
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and ↵frosch
WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
2010-08-12(svn r20460) -Codechange: Remove WF_SCROLL window flags and store the state ↵frosch
directly in the scrollbar widget instead.