]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-04-26  Robert Roebling Added background inheritance to wxUniv.
2002-04-26  Stefan Csomorcorrected wxMacSetColorTableEntry (although it is not...
2002-04-26  Jouk Jansen Committing in .
2002-04-26  David WebsterMinor OS/2 bug with a misplace #endif
2002-04-26  David WebsterUpdates to OS/2 to catch up with lib changes and for...
2002-04-26  Julian SmartFixed my sloppy fix for redundant path separators
2002-04-25  Mattia BarbonRewrote Metal theme to use delegation. requires more...
2002-04-25  Mattia BarbonGlitches in wxDelegateRenderer
2002-04-25  Vadim Zeitlinfixed typo in wxString::swap() which was completely...
2002-04-25  Vadim Zeitlinfixed bug with the text attr not being reset even after...
2002-04-25  Julian SmartIn GetPath(), don't append separator if there's already...
2002-04-25  Stefan Csomorupdated to 1.1.4
2002-04-24  Ron LeeAdded {S,G}etItem{Text,Background}Colour methods.
2002-04-24  Stefan Csomoruses native implementation for mac
2002-04-24  Stefan Csomorcorrected eventobject setting for mouse events and...
2002-04-24  Stefan Csomorchanged window creation class for dialogs (layering...
2002-04-24  Stefan NeisFixed compilo (include image.h since cursor.h no longer...
2002-04-24  Gilles Depeyrotcorrected post increment operators which must return...
2002-04-23  Vadim Zeitlinreplaced unnecessary #include with a forward decl
2002-04-23  Václav Slavíkno need to expand the hidden root (in fact, it is forbi...
2002-04-23  Václav Slavíkuse some Audacity icons in wxHTML instead of my uglu...
2002-04-23  Václav Slavíkgcc3 compilation fix
2002-04-23  Mattia BarbonMake Univ/GTK compile again
2002-04-23  Stefan NeisSpeed-up for very large grids by more efficient search...
2002-04-23  Václav Slavíkadded wx/msw/missing.h
2002-04-23  Robin DunnA couple demo tweaks
2002-04-22  Robin DunnChanges to match CVS updates over the weekend.
2002-04-22  Ron Leebuggy cast == buggy scrolling in Life!
2002-04-22  Robin DunnAdded wxImage.GetDataBuffer which returns an in-place...
2002-04-22  Vadim Zeitlinreset g_delayedFocus when the window is deleted to...
2002-04-22  Vadim Zeitlinremoved unused OnSetFocus()
2002-04-22  Vadim Zeitlinfixed warnings about main used as a variable name
2002-04-22  Julian SmartAdded some missing wxTextCtrl features to to-do list...
2002-04-22  Vadim Zeitlincompilation fix for ms_dllext definition and old compilers
2002-04-22  Julian SmartMade default theme win32 under wxX11 since I think...
2002-04-22  Vadim Zeitlinfixed a fatal bug in DLL loading code: the deleted...
2002-04-22  Julian SmartFixed drawing sample compilo for wxMotif (doesn't have...
2002-04-22  Julian SmartFixed wxMotif compilo
2002-04-22  Julian SmartwxUniversal fixes:
2002-04-22  David WebsterMore bitamp and image fixes
2002-04-21  Mattia BarbonRemoved the need for wxStream::GetSize in wxHTML.
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-04-21  Václav SlavíkwxWizardPage(Simple) can do two-phase creation now
2002-04-21  Vadim Zeitlinuse SetFocusFromKbd() instead of SetFocus()
2002-04-21  Vadim Zeitlinfixed WM_GETDLGCODE processing to include the bits...
2002-04-21  Vadim Zeitlinimplement SetFocusFromKbd() to select all text in the...
2002-04-21  Vadim Zeitlinadded and documented wxWindow::SetFocusFromKbd
2002-04-20  Vadim Zeitlininitialize (and delete) the themes art provider - fixes...
2002-04-20  Vadim Zeitlincompilation sample in !WXWIN_COMPATIBILITY_2_2 mode
2002-04-20  Julian SmartTypo fixed in tsizer.tex; no change to setup0.h
2002-04-20  Vadim Zeitlinmention that doing SetFocus() results in the focus...
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-04-20  Vadim Zeitlinadded wxGetTopLevelParent()
2002-04-20  Vadim Zeitlinfixed another return FALSE in a function returning...
2002-04-20  Vadim Zeitlinmade operator==() and \!=() const (still doesn't make...
2002-04-20  Vadim Zeitlinfixed huge memory leak in wxFileDialog (closes patch...
2002-04-20  Vadim Zeitlinfixed logic in limiting spin ctrl values (patch from...
2002-04-20  Vadim Zeitlinimplemented DoGetSize() for wxSlider (patch from Dimitri)
2002-04-20  Vadim Zeitlinfixed focus tracking for spin controls (patch from...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-19  David WebsterMore updates for gdi
2002-04-19  Gilles Depeyrotpoll is not available under Darwin/Mac OS X and select...
2002-04-19  Robin DunnSWIGed changes for wxGTK
2002-04-19  Robin DunnDemo updates
2002-04-19  Gilles Depeyrotuse specific linker flags under Mac OS X when linking...
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-18  Vadim Zeitlinselect the whole text in the single line text control...
2002-04-18  Robert Roebling Moved mobile dir.
2002-04-18  David Websterback to void for DoFloodFill
2002-04-18  Julian SmartOnly create wxBuffer on wxMSW and wxMac platforms
2002-04-18  Robin DunnTypo fix
2002-04-18  Robin DunnReorganized the tree in the wxPython demo, hooked the...
2002-04-18  Robin DunnwxDF_HTML and FloodFill interface updates
2002-04-18  Robin DunnSome wxGrid related classes now support OOR.
2002-04-18  Robin DunnDon't do the wx cleanup if wxPython didn't do the initi...
2002-04-18  Robin DunnMoved the cleanup code to an EVT_WINDOW_DESTROY handler.
2002-04-18  Robin DunnSome secondary grid classes now derive from wxClientDat...
2002-04-18  David WebsterBitmap updates
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-04-17  Robin DunnAdded some methods to be consistent with wxWindow
2002-04-17  Robin DunnA few tweaks and cleanups
2002-04-17  Robin DunnRemoved package from imports since the modules are...
2002-04-17  Vadim Zeitlincorrected assert even better
2002-04-17  Julian SmartCorrected assertion
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-17  Gilles Depeyrotcorrected thread detection for Darwin / Mac OS X
2002-04-16  Václav Slavíksome wxArtProv docs
2002-04-16  Václav SlavíkwxArtProvider HOWTO extended: update documentation
2002-04-16  Václav Slavíkmake wxArtProvider pure virtual (I was not so on
2002-04-16  Václav SlavíkwxHtmlHistoryItem needs not be wxObject
2002-04-16  Václav SlavíkwxHtmlBookRecords needs not be wxObject
2002-04-16  Václav Slavíkfixed outdated filenames
2002-04-16  Robin DunnUse the OOR typemap for wxTreeCtrls too.
2002-04-16  Robin Dunntypo fixes
2002-04-16  Robin DunnA new listctrl mixin class
2002-04-16  Robin DunnUse the OOR typemap for wxTreeCtrls too.
2002-04-16  Stefan Csomoradded patch for theme savvy checkbox metrics
2002-04-16  Mattia BarbonMoved text control subclassing code inside MSWOnNotify.
2002-04-16  Julian SmartPass validator, not wxDefaultValidator!
2002-04-16  Vadim Zeitlinremoved redundant code
next