]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-05-01  Robin DunnReverted last change
2004-05-01  Václav Slavíkcompilation fixes (apparently, gcc <3.4 didn't validate...
2004-05-01  Václav Slavíkdmars_smake support (bakefile cvs, patch 942877)
2004-05-01  Robin DunnwxScreenDC also needs a pango context and layout so...
2004-05-01  Robin DunnIn wxGTK2 the wxMessageDialog is not a real wxDialog...
2004-05-01  Mattia Barbon Use new wxHashTable implementation not using keyed...
2004-05-01  Mattia Barbon Some wxPerl notes.
2004-05-01  Mattia Barbon Fixed menu separators.
2004-05-01  Mattia Barbon Native wxControl::DoGetBestSize() implementation
2004-05-01  Mattia Barbon MSVC 5 fix.
2004-05-01  Mattia Barbon Precompiled headers support.
2004-05-01  Mattia Barbon GCC 3.4 fixes.
2004-05-01  Stefan Csomorclassic case menubar changed
2004-05-01  Václav Slavíkdefine wxUSE_HOTKEY
2004-05-01  Stefan Csomorreplacing OSX only carbon calls by classic ones for...
2004-05-01  Stefan Csomorpositioning of the insertion point at the end
2004-04-30  Vadim Zeitlinuse an internal wxFileSystem in wxHtmlListBox so that...
2004-04-30  Vadim Zeitlinfixed bug with SetSelection() not hiding the previously...
2004-04-30  Vadim Zeitlinmade TestDestroy public and virtual
2004-04-30  Václav Slavíkmore dmc fixes (patch 941830)
2004-04-30  Václav Slavíkmoved Unicode tests to testsuite (patch 943945)
2004-04-30  Václav Slavíkdon't export private symbols
2004-04-30  Stefan Csomorlibpng vulnerability CAN-2004-0421
2004-04-30  Stefan Csomoradaption for CW 8.3 and quick hack for unicode text...
2004-04-30  George TaskerUpdated the embedded sample program to reflect latest...
2004-04-30  Robin DunnreSWIGged
2004-04-30  Robin Dunnundid one of the last SWIG tweaks
2004-04-30  Robin Dunnscript for the api docs
2004-04-30  Robin Dunnstyle sheet for the api docs
2004-04-30  Robin DunnDocstring updates and tweaks for epydoc
2004-04-29  Robin DunnAdds wxSplitterWindow support, patch from Steve Hartwell.
2004-04-29  Dimitri Schoolwerthchanged hand cursor to look like Windows' hand cursor
2004-04-29  Dimitri Schoolwerthclarified #error
2004-04-29  Dimitri Schoolwerthignore eVC projects and build-debug dir (docs/msw/insta...
2004-04-29  Dimitri Schoolwerthfixed a few typos
2004-04-29  Stefan Csomorprecompiled headers changed
2004-04-29  Stefan Csomorprecompiled headers changed
2004-04-29  Stefan Csomorresources not needed anymore
2004-04-29  Stefan Csomorprecompiled headers changed
2004-04-29  Stefan Csomorfirst private implementation for MPRemoteCalls
2004-04-29  Stefan Csomorobsolete
2004-04-29  Stefan Csomorat the moment built in 'old' textcontrol has better...
2004-04-29  Jouk Jansen Committing in .
2004-04-29  Stefan Csomorworkaround for incorrect find control results because...
2004-04-28  Dimitri Schoolwerthdon't inherit back- and foreground colour
2004-04-28  Dimitri Schoolwerthupdated to newer zlib version
2004-04-28  Dimitri Schoolwerthconvert all M8.mcp files in a folder, not just the...
2004-04-28  Václav Slavíkre-added still needed zlib
2004-04-28  Stefan Csomorfallback for non implemented structure region call
2004-04-28  Vadim Zeitlinfixed wild card string construction when description...
2004-04-28  Vadim Zeitlinbackport wxFileName::GetModificationTime() fix allowing...
2004-04-28  Vadim Zeitlinlet wxFileName::GetModificationTime() work with files...
2004-04-28  Vadim Zeitlinopen registry keys in read-only mode as we might not...
2004-04-28  Jouk Jansen Committing in .
2004-04-27  Robin DunnFixes Bug [ 930200 ] Async does not work
2004-04-27  Robin DunnChange SetStringSelection to return bool like in other...
2004-04-27  Robin DunnIt's now wx._core
2004-04-27  Robin DunnAdd Unbind methods that can Disconnect event handlers
2004-04-27  Robin DunnRemove the need for the PyPen class
2004-04-27  Robin Dunnbetter __docfilter__ and other epydoc tweaks
2004-04-27  Stefan Csomoradded defines for wxchar workaround
2004-04-27  Stefan Csomorspecific workaround for XCODE native
2004-04-27  Stefan Csomorcleanup
2004-04-27  Julian SmartSmartPhone windows are always maximized: Patch 942118
2004-04-26  Robin DunnreSWIGged
2004-04-26  Robin Dunnfixed introspection of objects with attrs without strin...
2004-04-26  Robin DunnPatch [ 942051 ] generic wxDCBase::DoGetPartialTextExte...
2004-04-26  Robin Dunnadded missing comma
2004-04-26  Robin DunnSetStringSelection and etc. fixes
2004-04-26  Robin DunnPatches from KevinO that work around issues where the...
2004-04-26  Robin DunnwxToggleButton on wxMac has these methods now
2004-04-26  Robin DunnMore details about the internal module name changes
2004-04-26  Robin Dunnmake it easier to do a gtk2 build
2004-04-26  Robin DunnPatch [ 941460 ] wxStaticBox note about control Z-Order
2004-04-26  Václav Slavíksupress bcc warnings in new zlib
2004-04-26  Václav Slavíkanother 2.4 compatiblity fix
2004-04-26  Stefan CsomorOSX Info.plist
2004-04-26  Stefan Csomorxcode 1.2 native targets
2004-04-26  Stefan Csomoron xcode native we end up with several definitions...
2004-04-26  Stefan Csomorxcode 1.2 project files with native targets and precomp...
2004-04-26  Stefan Csomorxcode precompiled headers support
2004-04-25  Václav Slavíkdon't crash if there's no wxFileSystem instance
2004-04-25  Václav Slavík2.4 backward compatiblity tests should be run only...
2004-04-25  Vadim Zeitlinunused var warning
2004-04-25  Václav SlavíkDMC fixes
2004-04-25  Václav Slavíkremoved GzipStreams, upgraded zlib
2004-04-25  Václav Slavíkremoved wxGzipStreams (supported by wxZlibStreams now)
2004-04-25  Václav Slavíkremoved GzipStreams, upgraded zlib
2004-04-25  Václav Slavíkremoved wxGzipStreams (supported by wxZlibStreams now)
2004-04-25  Václav Slavíkupgraded builtin zlib to 1.2.1
2004-04-25  Václav Slavíkremoved zlib tests
2004-04-25  Václav SlavíkThis commit was generated by cvs2svn to compensate...
2004-04-25  Václav SlavíkInitial revision
2004-04-25  Václav SlavíkThis commit was generated by cvs2svn to compensate...
2004-04-25  Robin DunnreSWIGged
2004-04-25  Robin DunnRenamed the core namespace's submodules to have a leadi...
2004-04-25  Robin DunnreSWIGged
2004-04-25  Robin Dunnsilence a bogus error message
2004-04-25  Robin Dunnwx.StaticBox and siblings creation order, and other...
2004-04-25  Robin DunnUse the right classname
next