summaryrefslogtreecommitdiff
path: root/src/widget.cpp
AgeCommit message (Collapse)Author
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.
2010-08-12(svn r20459) -Codechange: Remove the Scrollbar members of Window and make ↵frosch
NWidgetScrollbar inherit from Scrollbar instead.
2010-08-12(svn r20458) -Codechange: Move Scrollbar from window.cpp to widget.cppfrosch
2010-08-12(svn r20457) -Codechange: Remove _scrolling_scrollbar and WF_SCROLL_MIDDLE ↵frosch
and instead store the widget index of the being scrolled scrollbar in the Window.
2010-08-12(svn r20456) -Codechange: Add separate nested widget class for scrollbars.frosch
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ↵frosch
and vscroll2. Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion.
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate ↵frosch
scrollbar explicitly using a NWidgetPart via SetScrollbar().
2010-08-06(svn r20394) -Fix [FS#4010]: make the default minimum width for editboxes 10 ↵yexo
pixels
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for ↵alberth
DrawStringMultiLine().
2010-06-07(svn r19943) -Fix [FS#3865]: Disallow moving of vehicle news window.frosch
2010-05-16(svn r19844) -Fix: Move NWidgetBase::StoreSizePosition() to an include file, ↵alberth
and use proper inline macro.
2010-05-16(svn r19843) -Codechange: Move ComputeMaxSize() to widget_type.h to make it ↵alberth
globally accessible.
2010-04-24(svn r19706) -Add: support for the (NewGRF) debug boxrubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2009-12-22(svn r18606) -Codechange: Introduce several forms of zero-size stacked ↵alberth
display planes.
2009-12-22(svn r18605) -Codechange: Coding style fixes, prevent useless calls to ↵alberth
UpdateWidgetSize().
2009-12-21(svn r18593) -Fix: GetWidget call case similar to r18591rubidium
2009-12-21(svn r18592) -Fix (r18591): argh... save after starting the commit :(rubidium
2009-12-21(svn r18591) -Fix [FS#3399]: FindScrollbar could trigger an assert if the ↵rubidium
next widget (in the widget array) was a container-ish (e.g. selection) widget
2009-12-21(svn r18587) -Codechange: Insert a shade selection widget in the widget tree ↵alberth
when the window starts with a title bar with a shade box.
2009-12-21(svn r18584) -Codechange: Generalize MakeWidgetTree to read only one widget ↵alberth
(recursively).
2009-12-21(svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily ↵alberth
based on code by erikjanp).
2009-12-13(svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by ↵alberth
Eddi), and a typo fix.
2009-12-13(svn r18491) -Fix (r18482): Update doxy comments of SetupSmallestSize() as well.alberth
2009-12-13(svn r18490) -Doc: Fixed syntax of a few doxygen pre and post coditions.alberth
2009-12-13(svn r18482) -Cleanup (r18092): Conversion to widget array is not done any more.alberth
2009-11-28(svn r18330) -Cleanup: remove some unneeded includesrubidium