Age | Commit message (Expand) | Author |
2010-09-17 | (svn r20820) -Codechange: remove two more contants related to the height of t... | yexo |
2010-09-15 | (svn r20807) -Codechange: don't clamp the width of the main toolbar to 640 pi... | yexo |
2010-09-07 | (svn r20759) -Fix (r20753): it wasn't possible to build anything when left bu... | smatz |
2010-09-06 | (svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone ... | smatz |
2010-08-31 | (svn r20705) -Fix: graphic glitch when switching to a different-sized font wh... | yexo |
2010-08-30 | (svn r20697) -Fix [FS#4084]: call the new function after resizing a window so... | yexo |
2010-08-30 | (svn r20696) -Codechange: create a new function to make sure part of the capt... | yexo |
2010-08-30 | (svn r20695) -Codechange: move PreventHiding to another location | yexo |
2010-08-29 | (svn r20689) -Codechange: Make some global functions used in 1 .cpp file stat... | alberth |
2010-08-20 | (svn r20577) -Fix [FS#4043]: scroll button flickering when pressed | rubidium |
2010-08-19 | (svn r20552) -Fix: Never show tooltips when the mouse cursor is outside the w... | terkhen |
2010-08-15 | (svn r20509) -Change: don't cycle (quickly) through the shade states. Just ma... | rubidium |
2010-08-12 | (svn r20470) -Codechange: Make arrow buttons lower and raise like other butto... | frosch |
2010-08-12 | (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL... | frosch |
2010-08-12 | (svn r20460) -Codechange: Remove WF_SCROLL window flags and store the state d... | frosch |
2010-08-12 | (svn r20459) -Codechange: Remove the Scrollbar members of Window and make NWi... | frosch |
2010-08-12 | (svn r20458) -Codechange: Move Scrollbar from window.cpp to widget.cpp | frosch |
2010-08-12 | (svn r20457) -Codechange: Remove _scrolling_scrollbar and WF_SCROLL_MIDDLE an... | frosch |
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 |
2010-08-12 | (svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s... | frosch |
2010-08-12 | (svn r20451) -Codechange: Add helper function Window::GetScrollbar() to get t... | frosch |
2010-08-01 | (svn r20289) -Codechange: Unify fall through coding style. | terkhen |
2010-08-01 | (svn r20286) -Codechange: Unify end of doxygen comments. | frosch |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium |
2010-07-31 | (svn r20269) -Codechange: Use IsLocalCompany() everywhere, document the funct... | alberth |
2010-07-31 | (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. | alberth |
2010-07-26 | (svn r20222) -Add: Add functions to compute the row in a scrolled widget. | alberth |
2010-07-26 | (svn r20221) -Codechange: Move unscrolled row calculation into a function. | alberth |
2010-07-19 | (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi... | rubidium |
2010-07-14 | (svn r20152) -Fix: Silence a gcc warning. | frosch |
2010-07-14 | (svn r20145) -Codechange: keep original RMB->tooltip behaviour when hovering ... | rubidium |
2010-07-14 | (svn r20144) -Feature: Allow to configure the delay of hover events, or to di... | terkhen |
2010-07-11 | (svn r20124) -Fix (r20118): Don't bring windows to front by hovering over them. | frosch |
2010-07-11 | (svn r20121) -Add: OnHover method for windows. | terkhen |
2010-07-11 | (svn r20120) -Feature [FS#3913]: Tooltips are shown by hovering the mouse ove... | terkhen |
2010-07-11 | (svn r20118) -Add: Detect if the mouse has been hovering over the same point. | terkhen |
2010-07-11 | (svn r20117) -Codechange: Use a Point struct to store double click position. | terkhen |
2010-07-03 | (svn r20070) -Feature: when none of the open windows handles a keypress, try ... | yexo |
2010-06-05 | (svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync... | frosch |
2010-05-30 | (svn r19910) -Doc: Doxygen additions. | alberth |
2010-05-30 | (svn r19909) -Doc: Typo fixes, small doxygen improvements. | alberth |
2010-05-30 | (svn r19908) -Codechange: Use a boolean value to assign to a boolean variable. | alberth |
2010-05-30 | (svn r19906) -Codechange: HandleMouseOver() never ends, so don't return an ev... | alberth |
2010-05-30 | (svn r19905) -Codechange: Use EventState for mouse handling routines. | alberth |
2010-05-30 | (svn r19904) -Codechange: Make EventState usable outside Window context. | alberth |
2010-05-30 | (svn r19903) -Codechange: Use SpecialMouseMode enum as type of _special_mouse... | alberth |
2010-05-23 | (svn r19886) -Add [FS#3705]: Perform window callback during mouse dragging fo... | alberth |
2010-05-01 | (svn r19746) -Fix [FS#3675]: Do not recenter usually centered windows when re... | frosch |