wxWidgets.git
2006-10-03  Vadim Zeitlinfixes for compilation with wxUSE_XXX==0 and some other...
2006-10-03  Vadim Zeitlinfix wxFilesystem compilation if wxUSE_FFILE is 0 but...
2006-10-03  Paul Cornettdon't set negative window size
2006-10-03  Paul Cornettheader cleanup
2006-10-03  Robert Roebling Added event skeletons, defines, event ids..
2006-10-03  Robert Roebling Added selection API.
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-02  Kevin OllivierRemove the ability to sort by column in virtual wxListC...
2006-10-02  Vadim Zeitlindefine wxUSE_ACTIVEX and wxUSE_OLE_AUTOMATION with...
2006-10-02  Vadim Zeitlinadded wxUSE_ACTIVEX which depends on wxUSE_VARIANT...
2006-10-02  Robin DunnreSWIGged
2006-10-02  Robin DunnDon't autosize if the height is too small. Interaction...
2006-10-02  Robin DunnMatch some API tweaks made in CVS
2006-10-02  Robin DunnDon't override the Label property in the base class.
2006-10-02  Robin DunnChange the name of the dir where the message catalogs...
2006-10-02  Robin Dunnfix layout
2006-10-02  Robin DunnShow the color component values too
2006-10-02  Robin DunnDeal with wxVariant changed
2006-10-02  Robert Roebling Always set colormap for PangoContext. This silences...
2006-10-02  Stefan Csomormaking virtual lists faster by not sorting items
2006-10-02  Stefan Csomorfirst stab at the selection iterator
2006-10-02  Paul Cornettnon-pch build fix
2006-10-02  Paul Cornettlistctrl header cleanup
2006-10-02  Paul Cornettbuild fix
2006-10-02  Robin DunnDon't cache the best size until we get a non-zero value...
2006-10-02  Robert Roebling Forgot to commit latest sample changes.
2006-10-02  Stefan Csomorworkaround for GDIPlus conversion errors, adding wxMask...
2006-10-02  Julian SmartUse wxIsalnum to test for word delimiters
2006-10-02  Julian SmartCompilo fix
2006-10-02  Włodzimierz... Fixed crash caused by A=B?C:D used for returning wxObje...
2006-10-02  Włodzimierz... GCC warning fix. Minor cleanup.
2006-10-02  Vadim Zeitlinfix VC warning about incorrect dll linkage of wxDataVie...
2006-10-02  Vadim Zeitlinput expdecl in the correct place in DECLARE/IMPLEMENT_V...
2006-10-02  Włodzimierz... Updated Watcom/OS2 makefiles.
2006-10-02  Włodzimierz... Don't test size_t for positive only values (warning...
2006-10-02  Włodzimierz... wxVariant support needs wx/icon.h earlier.
2006-10-02  Paul Cornettput grid string in generic/grid.cpp, not common/datacmn.cpp
2006-10-02  Vadim Zeitlinadded missing \label for IsUsingNativeDecorations()
2006-10-02  Vadim Zeitlinfixed bad DetachRoot link
2006-10-02  Włodzimierz... wxVariant support for icon and bitmap should work regar...
2006-10-02  Włodzimierz... Tinderbox build fix.
2006-10-02  Włodzimierz... Warning fixes after char->wxChar in wxVariant.
2006-10-02  Paul Cornettuse unsigned for display count
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
next