]> git.saurik.com Git - wxWidgets.git/history - src/gtk/settings.cpp
wxIconBundle implementation.
[wxWidgets.git] / src / gtk / settings.cpp
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-01-28  Vadim Zeitlinwarning fixes in GetColor() for the newly added values
2002-01-22  Vadim Zeitlinadded (dummy) implementation of GetMetric(wxSYS_CURSOR_...
2002-01-18  Vadim Zeitlinbetter native font support for wxGTK
2002-01-08  Václav Slavíkcompilation fix
2001-12-31  Václav SlavíkwxSystemSettings mods in wxMGL and wxGTK
2001-10-30  Václav Slavíkchanged wxSystemSettings::HasFrameDecorations to more...
2001-08-20  Vadim Zeitlinmade GetColourFromGTKWidget() more general, it is now...
2001-08-20  Vadim Zeitlinfix for wxSYS_COLOUR_LISTBOX colour detection
2001-08-20  Vadim Zeitlinextracted 4 copies of identical code into a function
2001-02-06  Julian SmartFixed some warnings (don't know why dialoged Makefile...
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-30  Julian SmartAdded wxSYS_COLOUR_3DLIGHT
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Robert Roebling Highly experimental, unstable code (for determining the
2000-02-17  Václav Slavíkfixed detection of listbox background
2000-02-15  Václav Slavíkadded wxSYS_COLOUR_LISTBOX ; check to prevent wxSYS_COL...
2000-01-04  Robert Roebling Removed crashes when not using themes.
2000-01-04  Robert Roebling Correct deafult GUI font is now found when querying
2000-01-04  Robert Roebling New colour, font, theme and size code..
1999-11-28  Robert Roeblingsfs
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-05-24  Robert Roebling Hardcode colours in systems settings.
1999-04-28  Robert Roebling background colour changes for listbox and combobox
1999-04-15  Ove KaavenSo far so good. These now compiles in Unicode mode.
1999-03-17  J. Russell Smyth1 - fixed listbox.cpp to work with events with m_comman...
1999-03-14  J. Russell Smythadded wxSYS_COLOR_BTNTEXT case was missing.
1999-01-03  Robert Roebling new cursors
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-10-30  Robert Roebling Tought Systemettings that sysfont has 12 pts
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-05-20  Karsten BallüderInitial revision