Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk / settings.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-30  Paul Cornettsupport for GTK3
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-02-25  Julian SmartAdded wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree...
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2010-07-13  Vadim ZeitlinCompilation fix for wxUSE_FONTENUM==0 case.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-10-17  Paul Cornettpartial support for border metrics of non-TLW
2008-08-27  Paul Cornettget system colors directly from GTK styles, eliminating...
2008-05-21  Paul Cornettbutton text uses fg color, not text color
2008-05-20  Paul Cornettget wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733
2008-05-20  Paul Cornettadd missing break statement
2008-05-20  Paul Cornettput frame extents XGetWindowProperty code in one place
2008-02-09  Vadim Zeitlinget wxSYS_COLOUR_MENU from a menu bar and not from...
2008-02-02  Paul Cornettavoid GCC warnings about breaking strict aliasing rules
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-10-27  Julian SmartwxSYS_COLOUR_WINDOW is no longer hard-wired in wxGTK
2007-09-09  Vadim Zeitlinadd wxSYS_DCLICK_TIME system metric constant; use it...
2007-08-27  Paul Cornettfix getting frame extents on 64-bit platforms, cleanup...
2007-08-26  Paul Cornettremove gtk_window_set_type_hint from GetTooltipColors...
2007-08-26  Robert Roeblingcompile fix
2007-08-26  Paul Cornettfix getting tooltip colors for GTK 2.11
2007-08-10  Julian SmartDon't access null tip_window pointer [ 1767485 ] wxGtk...
2007-06-22  Paul Cornettgtk_widget_destroy does not unref the widget unless...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-10-15  Paul Cornettdeprecation fixes, plus some code size reduction and...
2006-08-28  Robert Roebling Leave a comment about drag threshold setting.
2006-08-27  Robert Roebling Change drag threshhold (why was it multiplied
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2006-05-25  Włodzimierz SkibaInclude wx/cmndata.h according to precompiled headers...
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
2006-04-06  Mart RaudseppwxGTK2: We don't need to check for __WXGTK20__ here
2006-02-20  Mart RaudseppMake everything compile with GTK_DISABLE_DEPRECATED...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-16  Robert Roebling Apply patch for querying tooltip colours.
2005-03-17  Vadim Zeitlinfixed bug due to missing break in GetColourFromGTKWidge...
2005-03-11  Robert Roebling GTK+ 2.0 compilation.
2005-03-08  Kevin HockGTK1 compilation fix from Mart R., followup to patch...
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-01-06  Robert Roebling Applied patched for combo box SELECTED events (no
2004-09-29  Robin DunnwxSystemSettings::GetMetric returns -1 if the metric...
2004-09-29  Robin DunnJust return zero without failing for unknown metrics...
2004-07-02  Václav Slavíkfixed memory leak in wxNativeFontInfo when using Pango
2004-06-30  Václav Slavíkimplemented wxSS::GetMetric on wxGTK2 (patch 950618)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-16  Robert Roebling This should fix a link error in GTK 2.3.X and
2003-10-23  Vadim Zeitlindon't crash on startup (fix for last change)
2003-10-21  Vadim Zeitlindon't allocate system fonts/colours dynamically
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-20  Václav Slavíkfix one of reasons for crash if there is no font
2003-02-19  Václav Slavíkfixed wxSYS_DEFAULT_GUI_FONT lookup
2003-01-31  Robert Roebling Corrected GTK2 creation of default font.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
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