summaryrefslogtreecommitdiff
path: root/src/window.h
AgeCommit message (Expand)Author
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-18(svn r11663) -Codechange: moving of the road related types and functions.rubidium
2007-12-16(svn r11643) -Codechange: conform with the coding style for the WP macro uses.rubidium
2007-12-13(svn r11629) -Fix [FS#1527]: many viewports could crash the scenario editor.rubidium
2007-12-08(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove ...belugas
2007-12-08(svn r11595) -Codechange: add a new member to Window struct, based on its fun...belugas
2007-12-08(svn r11592) -Codechange: Use the Window member RaiseButtons and remove the n...belugas
2007-12-08(svn r11591) -Codechange: remove now unused widget accessors.belugas
2007-12-07(svn r11586) -Fix: make another widget 'accessor' function const when it shou...glx
2007-12-06(svn r11579) -Revert(r11578): some cases of key propagation are not handled c...belugas
2007-12-06(svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY whi...belugas
2007-12-04(svn r11568) -Codechange: Use bit shifts instead of values for flags. It hel...belugas
2007-12-02(svn r11554) -Codechange: be more consistent with the naming of the widget fu...rubidium
2007-12-02(svn r11553) -Fix: make a few widget 'accessor' function const when they shou...rubidium
2007-12-02(svn r11551) -Codechange: Introduction of widget control members on struct Wi...belugas
2007-11-20(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename t...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-15(svn r11439) -Codechange: replace some magic numbers by a ViewportPlaceMethod...rubidium
2007-10-15(svn r11269) -Feature: user customisable faces. Patch by BigBB.rubidium
2007-09-09(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsys...rubidium
2007-09-05(svn r11049) -Codechange: unify a large part of the vehicle details window. B...rubidium
2007-07-29(svn r10730) -Codechange: allow (some) arbitrary data to be send to the WE_CR...rubidium
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-07-19(svn r10624) -Fix [FS#1047]: the production of banks could not be modified (e...rubidium
2007-06-22(svn r10265) -Feature: allow double-clicking on certain places: build-vehicle...truelight
2007-06-21(svn r10262) -Fix (r10258): some places that needed to be changed to uint64 w...rubidium
2007-05-28(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled wit...peter1138
2007-05-23(svn r9900) -Codechange: Separate the variables for how to highlight a land a...maedhros
2007-05-21(svn r9897) -Codechange: prepare the toolbar for more road types.rubidium
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium
2007-05-18(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ...rubidium
2007-04-26(svn r9719) -Fix: in-game private messages did not work for clients with a Cl...rubidium
2007-04-06(svn r9568) -Documentation: doxygen and comment changes: Root of src is final...belugas
2007-03-10(svn r9088) -Add : a new type of widget, called WWT_TEXT. It is a simple tru...belugas
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-01(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...belugas
2007-02-23(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...belugas
2007-02-15(svn r8747) -Fixtron
2007-02-10(svn r8662) -Fix r8661: don't try to put negative values in unsigned varsbjarni
2007-02-06(svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace...bjarni
2007-01-24(svn r8390) -Codechange (r8384): Rewrote ResizeButtons()bjarni
2007-01-24(svn r8384) -Codechange: [GUI] instead of writing a resize button function fo...bjarni
2007-01-21(svn r8333) -Codechange: when invalidating a build window list, set a flag in...bjarni
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium