]> git.saurik.com Git - wxWidgets.git/history - src/gtk1/dcclient.cpp
Bunch of GTK theme changes.
[wxWidgets.git] / src / gtk1 / dcclient.cpp
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-08  Václav Slavíkforgot to check-in wxGTK wxDC changes
2002-04-08  Vadim Zeitlintemporary compilation fix
2002-04-05  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_2
2002-04-01  Julian SmartApplied FloodFill patch
2002-03-29  Robert Roebling Preventing bitmap crash differently.
2002-03-29  Robert Roebling Disabled masked bitmaps under GTK 2.0 until I know
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-11  Robert Roebling wxX11:
2002-02-02  Robin DunnShouldn't call SetFont(wxNullFont) any more
2002-01-28  Robert Roebling wxDC::Blit(): the source coordinates are logical...
2002-01-08  Vadim Zeitlindon't allow setting an invalid font
2001-10-23  Vadim Zeitlinfixed nice bug in wxGTK which always draw the text...
2001-07-27  Vadim Zeitlindon't crash when invalid colour is set as fg/bg colour
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-06-27  Vadim Zeitlinlinking fixes
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-11  Robin DunnChanged wxRootWindow from a global to a staic variable...
2001-04-14  Vadim Zeitlinfixed DoDrawEllipse() bbox calculation (patch 415116)
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2001-02-13  Julian SmartFurther __WXGTK20__ fix
2001-02-13  Julian SmartTried to fix GTK+ 2.0 compilos
2001-02-06  Julian SmartFixed some warnings (don't know why dialoged Makefile...
2001-01-31  Vadim ZeitlinwxDC scaling fix patch (Derry Bryson)
2000-12-16  Robert Roebling Added wxCommandEvent::IsSeection for listbox,
2000-10-31  Vadim Zeitlincompilation fix (sorry!)
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-09-05  Robert Roebling Applied DrawArc patch.
2000-08-10  Jouk Jansen Committing in .
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-24  Ove KaavenFix gtk+ 1.2 compilation...
2000-07-19  Ove KaavenReally cheesy attempt to make wxDC::DrawText() utilize...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim Zeitlinsome more (apparently harmless) changes from Klass...
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-03-12  Ron Leeseparated wxDash type from platform specific wxGTKDash...
2000-03-11  Václav Slavíkfixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_g...
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-03-07  Jouk Jansen Committing in .
2000-03-05  Ron Leeset m_clipXX to resultant clipping region
2000-03-04  Robert Roebling Some more drawing things,
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-03-04  Robert Roebling Adapted wxGTK to wxMSW's notion of region setting.
2000-03-01  Julian SmartFull-screen dragging fix (GC setting)
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-02-23  Robert Roebling #ifdeffed new paint clipping :-(
2000-02-22  Vadim Zeitlinattempt at HP-UX compilation fix
2000-02-22  Robert Roebling Removed some debug code.
2000-02-21  Robert Roebling Slightly better GC pooling,
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-02-17  Vadim Zeitlinhack to fix crash when creating a DC for a widgetless...
2000-02-08  Vadim Zeitlindon't use ROPs for drawing the text for wxMSW compatibility
2000-02-06  Ron Leepatched DoSetClippingRegionAsRegion to update clipping...
2000-02-04  Robert Roebling ROP changes.
2000-02-02  Robert Roebling Clearified ROP code in wxDC (MSW and GTK).
2000-01-29  Robert Roebling Line drawing correction.
2000-01-24  Vadim Zeitlinpatches for wxSTIPPLE_MASK_OPAQUE from Klass Holwerda
2000-01-17  Robert Roebling fix for HP compiler
2000-01-12  Robert Roebling Chnages to mono-bitmap code.
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-08  Vadim Zeitlin1. many DrawRotatedText() corrections (gtk)
1999-12-07  Robert Roebling Correction to position of rotated text.
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-12-04  Robert Roebling String changes for translations,
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-15  Vadim Zeitlindon't draw with NULL font
1999-10-09  Robert Roebling Makefile changes for static libs and HP-UX,
1999-10-08  Robert Roebling New scrolling code.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-18  Vadim Zeitlin'static not in the beginning of the decl' warnings...
1999-09-15  Vadim Zeitlincorrected the bad patch
1999-09-15  Vadim Zeitlinpatch for AIX compilation (Hans-Joachim Baader)
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-08-05  Robert Roebling Applied patch for stipppled brushes,
1999-07-26  Robert Roebling Added more docs for the new events, derived from...
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-07-19  Robert Roebling Updated testconf
1999-07-15  Robert Roebling wxWindowDC now uses its window's font
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-05-28  Robert Roebling Added fixes for Unicode compilation.
1999-05-27  Robert Roebling Doc updates.
1999-05-26  Robert Roebling Got a new idea to do cursors, including global
1999-05-26  Robert Roebling Made wxClientDC's use safe as per wxMSW.
1999-05-25  Robert Roebling "Corrected" logical function in wxDC.
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-24  Robert Roebling Made listctrl header BG grey again
1999-05-15  Vadim Zeitlintypo in dcclient.cpp corrected (wxUSE_SPLINE => wxUSE_S...
1999-05-14  Robert Roebling wxGTK now works a little again.
1999-05-13  Vadim ZeitlinwxWindowDC compiles (wxGTK doesn't link yet because...
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
next