]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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
2002-04-16  Vadim Zeitlinadded test for wxNO_DEFAULT in wxMessageBox
2002-04-16  Robert Roebling Untested mini-change for wxGTK idle handling.
2002-04-16  George TaskerFixes for documentation compilation
2002-04-16  Ron Leereplace zsh'ism(?) with a posix parameter expansion...
2002-04-16  Vadim Zeitlinalways let the multiline text control process the Enter...
2002-04-16  Vadim Zeitlindon't include -D_REENTRANT in the linker flags
2002-04-16  Vadim Zeitlinadd -pthread like options to the linker flags as well...
2002-04-16  Vadim Zeitlintypo fixed: should be lpthread, not -lpthread in THREAD...
2002-04-16  Vadim Zeitlinthread detection fixed for Solaris
2002-04-16  Vadim Zeitlintry just -lpthread in the thread detection code too
2002-04-16  Gilles DepeyrotAdded -bind_at_load linker option for Darwin/Mac OS...
2002-04-16  Vadim Zeitlinreturn NULL from the functions returning a pointer...
2002-04-16  Vadim Zeitlinreturn NULL from a function returning a pointer, not...
2002-04-16  Vadim Zeitlinbetter, more generic and backwards compatible, fix...
2002-04-15  Vadim Zeitlinuse -pthread or equivalent when using threads; many...
2002-04-15  Vadim Zeitlinfixed remove() return code test to avoid spurious debug...
2002-04-15  Vadim Zeitlinfixed a few minor bugs: handle the directory parameter...
2002-04-15  Robin DunnApplied TRUE/FALSE fix here too.
2002-04-15  Vadim Zeitlindon't try to remove -g flag from CFLAGS, it is not...
2002-04-15  Vadim Zeitlincompilation fix after TRUE/FALSE change
2002-04-15  Vadim Zeitlincorrected const char * to char * conversions (patch...
2002-04-15  Vadim Zeitlincorrected passing const char * to a function taking...
2002-04-15  Gilles Depeyrotcorrections for compilation with Apple DevTools
2002-04-15  Vadim Zeitlinfixes for BCC makefiles from Chris (patch 544015)
2002-04-15  Vadim Zeitlinredefined TRUE and FALSE to be of type bool
2002-04-15  Vadim Zeitlinadded wx/ipc.h and used/documented it
2002-04-15  Vadim Zeitlinexplain how to choose the theme for wxUniv apps
2002-04-15  Vadim Zeitlinfixed minor typo in Borland instructions
2002-04-15  Robin DunnSome updates for 2.3.3
2002-04-15  David WebsterBitmap and menu updates
2002-04-14  Robert Roebling Fixed (minor) problems reported by Ron in
2002-04-14  Vadim Zeitlinfixed bug in generation of thumb scroll events
2002-04-14  Robert Roebling Three more attempts to get metal look.
2002-04-14  Julian SmartApplied custom character filter patch for text validator
2002-04-13  Robert Roebling Fix wxListCtrl bakground colour bug Part II.
2002-04-13  Robert Roebling Fix wxListCtrl background colour bug Part I
2002-04-13  Vadim Zeitlininclude wx/event.h before declarign the types (patch...
2002-04-13  Julian SmartFixed GetVirtualSize for wxGTK's wxScrolledWindow
2002-04-13  Václav Slavíkfixed make uninstall
2002-04-13  Julian SmartAdded missing CreateManifest() to initialisation
2002-04-13  Robin DunnSWIGged updates for wxMAC
2002-04-13  Robin DunnChanged the #if used to turn on UNIX domain sockets...
2002-04-13  Robin DunnSWIGged updates for wxGTK
2002-04-13  Robin DunnAlready had wxEVT_MOUSE_CAPTURE_CHANGED, don't need...
2002-04-13  Robin DunnAdded wxMouseCaptureChangedEvent. Added some missing...
2002-04-13  Robin DunnTypos fixed
2002-04-13  Robin DunnFix for Python 2.2 defining NDEBUG and conflicting...
2002-04-13  Robin DunnUse wxBufferedDC in the doodle sample
2002-04-12  Vadim Zeitlindon't let IsDialogMessage() have VK_ESCAPE, this fixes...
2002-04-12  Vadim Zeitlinalways handle Enter ourselves while editing tree ctrl...
2002-04-12  Vadim Zeitlinfixed the bug which resulted in not showing the grid...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-12  Vadim Zeitlintest wxExecute() in the sample
2002-04-12  Robin DunnAdded test showing problem with small grids
2002-04-12  Vadim Zeitlinimplemented IPC using Unix domain sockets
2002-04-12  Vadim Zeitlinfixed bug with not NUL-terminating the string in GAddre...
2002-04-12  Julian SmartApplied docview patch
2002-04-12  Vadim Zeitlina preprocessor constant must be 0, not FALSE
2002-04-12  Vadim Zeitlinbug/typo fixed: function returning a pointer should...
2002-04-12  Vadim Zeitlinreplaced SetName() with SetText()
2002-04-12  Vadim Zeitlinimplemented wxChoice::Delete
2002-04-11  Robin DunnBetter error message, flags --> style in wxHtmlWindow...
2002-04-11  Robin DunnFixed GetShapeList and similar methods to use OOR.
2002-04-11  Robert Roebling Made metal theme a little faster.
2002-04-11  Julian SmartUndo/Redo update handlers now set the text as well
2002-04-11  Vadim Zeitlindon't use socket function when wxUSE_SOCKETS==0
2002-04-11  Vadim Zeitlintypo (thanks Nerijus)
2002-04-11  Vadim Zeitlinupdated to mention X11
2002-04-11  Julian SmartCorrected the sizer code for the navigation tool window --
2002-04-11  Vadim Zeitlinfixed 2 small typos (reported by Janos Vegh)
2002-04-11  Julian SmartSorry, that SetClientSize change was wrong, since sizer...
2002-04-11  Vadim Zeitlinfixed 2 bugs which were fixed in GetFullPath() but...
2002-04-11  Julian SmartAdded back the missing Undo/Redo accelerators that...
2002-04-11  Stefan CsomorRemoveChild added for correct disposal of scrollbar
2002-04-11  Stefan CsomorRemoveChild added for correct disposal of scrollbar
2002-04-11  Vadim Zeitlinadded more GetPath() tests
2002-04-11  Vadim Zeitlinfixed GetPath() trailing separator bug, rewrote GetFull...
2002-04-11  Vadim Zeitlinadded missing WINAPI to GET_LONG_PATH_NAME typedef...
2002-04-11  Vadim Zeitlingenerate the focus events for wxComboBox, also solves...
2002-04-11  Vadim Zeitlinmention wxDIALOG_NO_PARENT
2002-04-11  Julian SmartwxSizer::Fit calls SetClientSize, not SetSize. This...
2002-04-10  David WebsterMenuing and statusbar updates
2002-04-10  Robert Roebling Added "metal" theme.
2002-04-10  Robin DunnOops, forgot the braces.
next