summaryrefslogtreecommitdiff
path: root/src/widget.cpp
AgeCommit message (Expand)Author
2009-06-20(svn r16609) -Codechange: Introduction of widget sizes and offsets used while...alberth
2009-06-14(svn r16575) -Fix (r15760): Move resize sprite to the right when widget is lo...alberth
2009-06-07(svn r16530) -Fix [FS#2964], (r16501): Deduct additional widget length given ...alberth
2009-06-04(svn r16515) -Codechange: Added scrollbar handling for nested widgets, and fi...alberth
2009-06-03(svn r16514) -Codechange: Add widget flags, and drawing and invalidating.alberth
2009-06-03(svn r16513) -Codechange: Add nested widgets root and array to Window, and NW...alberth
2009-06-01(svn r16501) -Codechange: Introduced different phases in resizing a nested wi...alberth
2009-06-01(svn r16491) -Codechange: Added parentheses around bitwise operators for code...alberth
2009-05-23(svn r16405) -Codechange: Move widget drawing code to functions to allow re-use.alberth
2009-05-21(svn r16372) -Codechange: Simplify size calculations with a few helper functi...alberth
2009-05-21(svn r16371) -Codechange (r16367): Properly align comments.alberth
2009-05-21(svn r16370) -Doc: Improvements to the nested widgets documentation, added ex...alberth
2009-05-21(svn r16369) -Codechange: Renaming ComputeMinimalSize() to SetupSmallestSize(...alberth
2009-05-21(svn r16367) -Codechange: Do not use min_x and min_y for storing smallest siz...alberth
2009-05-04(svn r16226) -Codechange: Separating generation of a widget array from Window...alberth
2009-05-02(svn r16201) -Codechange: Add NWidgetBase::SetPadding method.alberth
2009-04-30(svn r16190) -Codechange: Allow stacking of nested widgets.alberth
2009-04-30(svn r16189) -Doc: Additions and improvement of (mainly) nested widgets/widge...alberth
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw...rubidium
2009-04-25(svn r16140) -Codechange: Call a function while contructing a widget tree.alberth
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-03-29(svn r15889) -Codechange: Add pre/inter/post space to nested background widgetsalberth
2009-03-28(svn r15872) -Codechange: add paddings for widgets, this makes writing new wi...yexo
2009-03-26(svn r15861) -Codechange: Add NWID_HORIZONTAL_LTR that forces the ordering fr...yexo
2009-03-26(svn r15856) -Fix (r15819): NWidgetLeaf constructor don't use the provided wi...glx
2009-03-25(svn r15842) -Codechange: make DrawSortButtonState RTL.rubidium
2009-03-23(svn r15833) -Fix: alignment of up/down arrows and closebox when in RTL 'view'rubidium
2009-03-23(svn r15827) -Fix (r15823): line still was a bit too longyexo
2009-03-23(svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace i...yexo
2009-03-22(svn r15823) -Codechange: prepare the WWT_FRAME and WWT_DROPDOWN(IN) widget t...yexo
2009-03-22(svn r15819) -Add: Nested widgets frameworkalberth
2009-03-22(svn r15812) -Codechange: use the new DrawString API in another set of GUIsrubidium
2009-03-21(svn r15794) -Codechange: remove the DoDrawString part of the old text drawin...rubidium
2009-03-21(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.rubidium
2009-03-21(svn r15785) -Codechange: remove the *Truncated part of the old text drawing ...rubidium
2009-03-21(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windowsglx
2009-03-21(svn r15782) -Codechange: replace some calls to the all text drawing API to t...rubidium
2009-03-18(svn r15760) -Codechange [FS#2704]: support that the resize box is at the lef...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-09(svn r15427) -Codechange: give w->caption_color a more sensible name as it ho...rubidium
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-02-09(svn r15423) -Codechange: split widget related types to their own header and ...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-10-14(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names...rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-08-11(svn r14040) -Codechange:Remove a hard coded value that is not even represent...belugas
2008-08-04(svn r13987) -Codechange: Resize small map legend dynamically on window resiz...peter1138