wxWidgets.git
2006-10-02  Paul Cornett64-bit warning fixes
2006-10-02  Paul Cornettwarning fix
2006-10-02  Paul Cornettbuild fix
2006-10-01  Robert Roebling Removed some irritating flags.
2006-10-01  Vadim Zeitlinregenerated after wx/cpp.h addition
2006-10-01  Julian SmartAdded rich text buffer clipboard support.
2006-10-01  Robert Roebling Typo.
2006-09-30  Robert Roebling Several wxBitmapDataCell changes.
2006-09-30  Robert Roebling Missed these in the char -> wxChar change.
2006-09-30  Robert Roebling Move wxVariant support for GDI classes to their
2006-09-30  Václav Slavíkclean DFB event buffer on shutdown
2006-09-30  Vadim Zeitlinoffset the text correctly inside the item rect in DrawI...
2006-09-30  Vadim Zeitlindraw solid focus rectangle in mono theme and don't...
2006-09-30  Stefan Csomorinvert clockwise flag correctly
2006-09-30  Robert Roebling Mention ref counting in wxVariant.
2006-09-30  Robert Roebling Added DECLARE_VARIANT_OBJECT macros for easy conversion
2006-09-30  Vadim Zeitlinmove wxSTRINGIZE and other preprocessor helpers to...
2006-09-30  Vadim Zeitlindocument wxSTRINGISZE
2006-09-30  Václav Slavíkfixed another typo in pen/brush style validation
2006-09-30  Václav Slavíkfixed typos in pen/brush style validation
2006-09-30  Stefan Csomormissing Normalize implementation
2006-09-30  Stefan Csomorenabling alpha on msw colour
2006-09-30  Stefan Csomorgdiplus implementation
2006-09-30  Stefan Csomoradding missing implementations
2006-09-30  Vadim Zeitlindon't redefine HAVE_BROKEN_SWPRINTF_DECL/HAVE_SWPRINTF...
2006-09-30  Vadim Zeitlininclude wx/defs.h to get wxSTRINGIZE
2006-09-30  Robert Roebling Compilo.
2006-09-30  Robert Roebling Changed char to wxChar.
2006-09-30  Robert Roebling Applied ref-couting patch.
2006-09-30  Václav Slavíkdon't assert in wxDC::Blit() calls if the source rect...
2006-09-30  Václav Slavíkfixed incorrect computation of window's visible area...
2006-09-30  Kevin OllivierFix editing support.
2006-09-30  Kevin OllivierFixed sorting and commiting support for native virtual...
2006-09-29  Václav Slavíkundef wxUSE_THEME_XXX before redefining them to 1 if...
2006-09-29  Włodzimierz... Tinderbox build fix.
2006-09-29  Jamie GaddRe-enable WM_PRINTCLIENT handling code as it is needed...
2006-09-29  Stefan Csomorgraphics context implementation test case
2006-09-29  Stefan Csomorgraphics context implementation
2006-09-29  Václav Slavíksimplified #ifs around the code
2006-09-29  Václav Slavíkfixed IMPLEMENT_APP to work even if compiled with ...
2006-09-29  Václav Slavíkfixed IMPLEMENT_APP to work even if compiled with ...
2006-09-29  Václav Slavíkmoved wxSTRINGIZE to defs.h and made it work with macro...
2006-09-29  Włodzimierz... Build fix for !PCH builds.
2006-09-29  Václav Slavíkuse smaller statusbar margins in mono theme
2006-09-29  Václav Slavíkfixed wxStatusBar size calculations so that the text...
2006-09-29  Włodzimierz... Build fix for !PCH builds.
2006-09-29  Julian SmartFixed bugs in, and added operators and copy constructor...
2006-09-29  Vadim Zeitlinfixed confusing double messages about getservbyname_r...
2006-09-28  Vadim Zeitlinremoved non existent wx/dfb/popupwin.h
2006-09-28  Vadim Zeitlinsuppress gcc warning about DWET_XXX enumeration values...
2006-09-28  Vadim Zeitlinfix unused variable warning when wxUSE_PALETTE==0
2006-09-28  Vadim Zeitlinadd compilation options to allow compiling in just...
2006-09-28  Vadim ZeitlinThe Lesser wxMask Refactoring: merged wxMGL and wxDFB...
2006-09-28  Vadim Zeitlinadd compilation options to allow compiling in just...
2006-09-28  Vadim Zeitlinno real changes, just replaced a long preprocessor...
2006-09-28  Václav Slavíkdon't hardcode the theme, it prevents WXTHEME env.var...
2006-09-28  Vadim ZeitlinDIKI_ALTGR was removed in DFB 0.9.25
2006-09-28  Vadim Zeitlindefine wxUSE_BOOKCTRL when wxUSE_NOTE/LIST/CHOICEBOOK...
2006-09-28  Vadim Zeitlinhandle DIKI_ALT_GR in the switch even if we don't have...
2006-09-28  Vadim Zeitlinonly use PS printing in wxUniv (the test was accidental...
2006-09-28  Vadim Zeitlinfixed Contains() to pass the unit test (didn't work...
2006-09-28  Vadim Zeitlinadded wxString::Contains() unit test
2006-09-28  Vadim ZeitlinVC7.1 warning fix about passing temporary as (non-const...
2006-09-28  Jouk Jansen Committing in .
2006-09-28  Stefan Csomoradding wxArrayDouble for later use in graphics context...
2006-09-28  Stefan Csomoradopting correct implementation virtualization for...
2006-09-28  Vadim Zeitlinadded Malay translations (Mahrazi Mohd Kamal)
2006-09-28  Vadim Zeitlinupdate from Priyank Bolia
2006-09-27  Włodzimierz... Warning fix.
2006-09-27  Włodzimierz... Warning fix.
2006-09-27  Włodzimierz... WinCE build fix: access to protected member.
2006-09-27  Robin DunnAdd missing "public" so wxGridCellRenderer methods...
2006-09-26  Vadim Zeitlinallow specifying the size of wxDCTemp and do specify...
2006-09-26  Robert Roebling Added test bitmap.
2006-09-26  Robert Roebling Added wxDataViewBitmapCell
2006-09-26  Robert Roebling Added wxVariant's =, == and != operators for wxObject*
2006-09-26  Robert Roebling GetWxObjectPtr() returns wxObject*, not void*.
2006-09-26  Robert Roebling Make GetWxObjectPtr() const.
2006-09-26  Robin DunnIf a TLW's default item is not an immediate child then...
2006-09-26  Robin DunnAdd missing "public" so wxGridCellRenderer methods...
2006-09-26  Julian SmartConverts DOS line endings to Unix if necessary
2006-09-26  Robin DunnWorkaround some platform differences
2006-09-26  Stefan Csomorremoving the old style code cases
2006-09-26  Václav Slavíkfix client area computations and borders rendering...
2006-09-26  Václav Slavíkfixed crash when using GTK theme
2006-09-26  Vadim Zeitlinadd wxUSE_OLE_AUTOMATION here too
2006-09-26  Włodzimierz... Warning fix.
2006-09-26  Włodzimierz... Corrections after The Great wxRegion Refactoring.
2006-09-26  Robert Roebling [ 1541434 ] wxListView::IsSelected should be const
2006-09-26  Robert Roebling [ 1557102 ] wxCombobox + keyboard selection + TEXT_EN...
2006-09-26  Robert Roebling [ 1545669 ] EVT_ACTIVATE_APP wrongly documented as...
2006-09-26  Robert Roebling [ 1553595 ] Doc error: wxView::OnDraw
2006-09-26  Robert Roebling [ 1565385 ] wxImage scaling fix - apply mask when...
2006-09-26  Chris Elliottremove wx.pdf correctly
2006-09-26  Vadim Zeitlinlet the control process WM_RBUTTONDOWN finally, trying...
2006-09-26  Robin DunnAdd WXDLLEXPORT to wxRegionWithCombine declaration
2006-09-26  Robin DunnAdd properties
2006-09-25  Robert Roebling Implement most of AppendRow(), PrependRow(), InsertRow(),
2006-09-25  Robin Dunnadd tests for EVT_TEXT_ENTER
2006-09-25  Robin Dunnbuild tweaks, also drop most Python 2.3 builds
next