wxWidgets.git
2006-05-03  Vadim Zeitlinremove non existing AM_OPTIONS_WXRC: it results in...
2006-05-03  Vadim Zeitlinfixed printf format warning on 64 bit platforms
2006-05-03  Vadim Zeitlindocumented GetPathWithSep()
2006-05-03  Vadim Zeitlininclude volume in path returned by GetPathWithSep()
2006-05-03  Kevin OllivierInitial implementation of wxWidgets build scripts for...
2006-05-03  Kevin OllivierInclude and use the shared docopydocs function.
2006-05-03  Kevin OllivierMake sure to include the current values for INCLUDE...
2006-05-03  Kevin OllivierMove the copying of docs that are included in several...
2006-05-03  Paul CornettwxASSERT(false) --> wxFAIL
2006-05-03  David Surovellminor cleanup - reformatting
2006-05-03  Robin DunnPatch from Eli Golovinsky. Adds generation of _()...
2006-05-03  Vadim Zeitlinupdate the sizes of all pages when the control size...
2006-05-03  Vadim Zeitlindon't invalidate the tree size when pages are added...
2006-05-03  Vadim Zeitlinfixed setting selection when there are NULL pages in...
2006-05-02  Vadim Zeitlinmention that FindToolForPosition() is not implemented...
2006-05-02  Paul Cornettcorrect access specifier for virtuals
2006-05-02  Paul Cornettremove definitions which are already in wx/app.h
2006-05-02  Włodzimierz... DMC warning fix.
2006-05-02  Włodzimierz... Include wx/utils.h according to precompiled headers...
2006-05-01  Paul Cornett& operator should be &&
2006-05-01  Stefan Csomoruse cleaner OSX version (10.3 upwards)
2006-04-30  Włodzimierz... Renamed DrawCheckButton due to conflict with existing...
2006-04-30  Włodzimierz... eVC3 (older WinCE) build fix.
2006-04-30  Włodzimierz... Be nice to eVC++ build process and don't include not...
2006-04-30  Włodzimierz... Warning fixes.
2006-04-30  Robert Roebling Applied patch to add n bitmaps at once to an image
2006-04-30  Robert Roebling Patch 1476076 about negative wxImage size when
2006-04-30  Robert Roebling wxListBox default cstr doc patch.
2006-04-30  Robert Roebling Commit XML doc patch.
2006-04-30  Robert Roebling Blindly added wxImageList::replace( int, bitmap,...
2006-04-30  Robert Roebling Added gtk dirdlg
2006-04-30  Robert Roebling int -> unsigned int in wxListBox docs.
2006-04-30  Robert Roebling Committed bakefile correction.
2006-04-30  Robert Roebling Fix mem leak.
2006-04-30  Robert Roebling Trying to commit wxDirDialog patch.
2006-04-30  Robin Dunnsome tweaks
2006-04-30  Włodzimierz... No more avoiding wxSizer::Fit in wxWinCE builds.
2006-04-30  Włodzimierz... Build fix for SmartPhoneCE.
2006-04-29  Dimitri Schoolwerthchanged calls to wxMac's private wxColour::Set to use...
2006-04-29  Stefan Csomorobsolete ref to checklistbox
2006-04-29  Stefan Csomorswitching implementation to current base technologies
2006-04-29  Stefan Csomorswitching implementation new core system (ATS)
2006-04-29  Mart RaudseppAdd virtual keyword where applicable.
2006-04-28  Włodzimierz... Final touch for wxColour <-> wxString and wxColourBase...
2006-04-28  Włodzimierz... Warning fixes.
2006-04-28  Włodzimierz... Include wx/app.h according to precompiled headers of...
2006-04-28  Włodzimierz... Simplify wxWinCE #ifdefs.
2006-04-28  Włodzimierz... Be nice to eVC++ build process and don't include not...
2006-04-27  Włodzimierz... wxTLW::IsAlwaysMaximized() introduction.
2006-04-27  Włodzimierz... Unicode build fix.
2006-04-27  Vadim Zeitlinuse wxDelegateRendererNative as base class instead...
2006-04-27  Włodzimierz... Include wx/event.h according to precompiled headers...
2006-04-27  Włodzimierz... Be nice to eVC++ build process and don't include not...
2006-04-27  Vadim Zeitlincorrection to exception handling in threads: call wxThr...
2006-04-27  Włodzimierz... Refresh(row) should be RefreshRow(row), otherwise it...
2006-04-27  Vadim Zeitlinundid last commit, it was accidental and the commit...
2006-04-27  Vadim Zeitlinhandle fatal exceptions in the other threads (based...
2006-04-27  Stefan Csomorrenamed RGBColor setter to avoid former overload being...
2006-04-27  Paul Cornettuse stock pens/colors
2006-04-27  Robin DunnReset the mouse event object and id in case FindWindowF...
2006-04-26  Vadim Zeitlinhandle fatal exceptions in the other threads (based...
2006-04-26  Vadim Zeitlinfixed unused param warning and code cleanup/simplificat...
2006-04-26  Paul Cornettmake pen/brush parameters const
2006-04-26  Paul Cornettbuild fix for latest C++ standard
2006-04-26  Stefan Csomorfixing translation
2006-04-26  Stefan Csomordefault button on older systems was not shown with...
2006-04-26  Vadim Zeitlinrenamed RESCOMP to WINDRES due to bakefile changes...
2006-04-26  Robert Roebling Added wxRenderer method for drawing selection
2006-04-26  Włodzimierz... Include wx/log.h according to precompiled headers of...
2006-04-26  David Surovellminor cleanup 2 - reformatting
2006-04-26  Paul Cornettrevert return type changes for gdi object pointers
2006-04-26  Vadim Zeitlinremove the vertical scrollbar completely if the control...
2006-04-26  Vadim Zeitlindon't paint an infinite number of items if the control...
2006-04-26  Vadim Zeitlindocument that the workaround used to make popup menus...
2006-04-25  Włodzimierz... Back to previous #include order - wxGTK1 include loop...
2006-04-25  Włodzimierz... Build fix.
2006-04-25  Włodzimierz... Build fix.
2006-04-25  David Surovellminor cleanup - reformatting
2006-04-25  Włodzimierz... [ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-25  Włodzimierz... Include wx/intl.h according to precompiled headers...
2006-04-25  Włodzimierz... [ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-25  Włodzimierz... wxTheColourDatabase->Find() can fail.
2006-04-25  Robert Roebling Lots of minor visual updates.
2006-04-25  Robert Roebling Added rc file for MINGW compilation.
2006-04-25  Robert Roebling Minor sample update.
2006-04-25  Robert Roebling Added simple scroll sample.
2006-04-25  Robert Roebling Minor corrections to native renderer. I also corrected
2006-04-25  Robert Roebling Compile fix for VC
2006-04-24  Włodzimierz... Build fix after wxColourBase introduction.
2006-04-24  Włodzimierz... Build fix after wxColourBase introduction.
2006-04-24  Włodzimierz... Build fix after DrawPushButton introduction.
2006-04-24  Włodzimierz... Build fix after wxColourBase introduction.
2006-04-24  Robert Roebling Compile fix
2006-04-24  Włodzimierz... Build fix after wxColourBase introduction.
2006-04-24  Włodzimierz... Build fix after wxColourBase introduction.
2006-04-24  Vadim Zeitlindon't use invalid/uninitialized iterator in wxList...
2006-04-24  Włodzimierz... wxUSE_NOTEBOOK usage.
2006-04-24  Robert Roebling Committed Jaako's renderer patch
2006-04-24  Włodzimierz... wxOS2 build fixes after wxColourBase introduction.
2006-04-24  Robert Roebling Finished most of the selection/focus handling.
next