]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-24  Václav Slavíkadded wxArtProvider
2002-03-24  Václav Slavíkremove wxApp::GetStdIcon from documentation
2002-03-24  Václav Slavíkdon't use wxApp::GetStdIcon
2002-03-24  Václav Slavíkcompilation fix for WXWIN_COMPATIBILITY_2_2
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-03-24  Václav Slavíkmake dist works again with wxArtProvider related changes
2002-03-24  Václav Slavíkmoved the rest of XPMs to /art
2002-03-23  Julian SmartAdded hack to make standard art provider link with app
2002-03-23  Julian SmartUse wxHtmlHelpController for HTML help, not wxHelpContr...
2002-03-23  Vadim Zeitlinupdated wxExecute API
2002-03-23  Vadim Zeitlincompatibility constructors for wxMenuItem() taking...
2002-03-23  Vadim Zeitlinadded wxEXEC_NOHIDE flag, modified wxExecute() to take...
2002-03-22  Václav Slavíkpoint to MSLU library
2002-03-22  Václav Slavíkport proplist.cpp to wxArtProvider
2002-03-22  Julian SmartRemoved references to wxHelpControllerHtml from docs.
2002-03-22  Julian SmartRemoved helpwxht.h/cpp (old wxHelpControllerHtml class)
2002-03-22  Julian SmartDon't use deprecated functions
2002-03-22  Julian SmartReplaced wxBuffer with wxTex2RTFBuffer
2002-03-22  Václav SlavíkAdded 'go home' button to generic dir dialog
2002-03-22  Václav Slavíkuse wxArtProvider in wxFileDialog
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-22  Václav Slavíkrequire GTK+ 2.0.0, not 1.3.1
2002-03-22  Vadim Zeitlinavoid an assert in wxString::GetWriteBuf()
2002-03-22  Václav Slavíkadded wxBitmap::CopyFromIcon and wxIcon::CopyFromBitmap...
2002-03-22  Václav Slavíktex2rtf doesn't like math mode
2002-03-22  Vadim Zeitlinrecognize ANSI_X3.4-1968 as US-ASCII
2002-03-22  Vadim Zeitlinadded Allow() docs
2002-03-22  George TaskerSemi-Blind fixes for trying to handle different version...
2002-03-22  Václav Slavíkfixed compilation problem with old gcc releases
2002-03-21  Václav Slavíkused wxArtProvider in wxTipDialog
2002-03-21  Václav Slavíkuse wxArtProvider in wxtipDialog
2002-03-21  Václav Slavíkuse wxArtProvider
2002-03-21  Václav Slavíkadded icon
2002-03-21  Václav Slavíkwxhtml.rc no longer needed
2002-03-21  Václav Slavíkdeleted no longer needed resource files
2002-03-21  Václav Slavíkrellocated art XPMs
2002-03-21  Václav Slavík(hopefully) final touches to wxArtProvider
2002-03-21  Václav Slavíkroot is always hidden -> no icon needed
2002-03-21  Václav Slavíkadded wxArtProvider
2002-03-21  Robin DunnSWIGged updates for wxMac
2002-03-21  Stefan Csomoradded hashmap and dirdlgg
2002-03-21  Vadim ZeitlinHDC leak fix
2002-03-21  Robin DunnSome distrib updates
2002-03-21  Robin DunnTypo fix
2002-03-21  Julian SmartAdded wxX11 to readme
2002-03-21  Julian SmartPut dialog in more sensible place in Forty, got a bit...
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2002-03-21  Julian SmartMinor fix for wxX11 compilation
2002-03-21  Robin DunnSWIGged updates for wxGTK
2002-03-21  Robin DunnMore unicode related cleanup and fixes for wxPython
2002-03-21  Vadim Zeitlinenabled toolbar as it works now
2002-03-21  Vadim Zeitlinlet the popup listbox process the kbd messages in wxCom...
2002-03-21  Vadim Zeitlinremoved som obsolete TODO comments
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2002-03-20  Robert Roebling No more pixel junk when resizing windows that
2002-03-20  Robin DunnFixed problem between the splash screen and tip dialog.
2002-03-20  Robin DunnwxStyledTextCtrl can now be built and used when wxUSE_U...
2002-03-20  Robin DunnDecided I need copy and assignment afterall
2002-03-20  Vadim Zeitlinadded a note about wxGetHomeDir() change under MSW
2002-03-20  Julian SmartFixed controls.cpp for wxX11
2002-03-19  Václav Slavíkupdated samples/html/widget to avoid confusion
2002-03-19  Václav Slavíkadded wxArtProvider
2002-03-19  Václav Slavíkfixed MSLU check
2002-03-19  Julian SmartWorks with wxX11 now.
2002-03-19  Vadim Zeitlincompilation fix after wxMenuItem changes
2002-03-19  Vadim Zeitlinfixed GTK critical warning when closing MDI child ...
2002-03-19  Vadim Zeitlinshow the standard wxWin fonts (modified patch 530698)
2002-03-19  Vadim Zeitlincompilation fix for FALSE -> wxItemKind conversion
2002-03-19  Václav Slavíkblind fix to wxGetCwd crash on NT when wxUSE_UNICODE...
2002-03-19  Václav Slavíkminor fixes to #include
2002-03-19  Václav Slavíkfixed MSVC's problems...
2002-03-18  Robin DunnSWIGged updates for wxGTK
2002-03-18  Robin DunnRegenerated file lists so features.h would be installed
2002-03-18  Robin DunnUpdated wxSTC from Scintilla 1.40 to Scintilla 1.45
2002-03-18  Robin DunnAdded wxBufferedDC, changes for wxMenu and wxMenuItem...
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-18  Robin DunnFixed a typo in one of the virtual callback macros.
2002-03-17  Václav Slavíkfix to segfault in system menu code
2002-03-17  Václav Slavíkbetter handling situation when active frame is destroye...
2002-03-17  Václav Slavíkcompilation fix
2002-03-17  Václav Slavíkfixed rendering artifact in popup menus
2002-03-17  Václav Slavíkminor fix to wxDC::SetClippingRegion
2002-03-17  Václav Slavíkmore corrections to interactive resizing
2002-03-17  Robert Roebling A draft for a possible fix to the redraw
2002-03-17  Robert Roebling New WM decoration code. It fails to resize dialogs
2002-03-17  Gilles Depeyrotadded url of Fink Unix to Mac OS X porting instructions
2002-03-17  Robert Roebling New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT.
2002-03-17  Gilles Depeyrotadded wxMAC and wxMOTIF to title conditional compilation
2002-03-17  Gilles Depeyrotadded missing consts
2002-03-17  Vadim Zeitlinpatch from Dimitri fixing a few memory leaks and unTABb...
2002-03-17  Václav Slavíkimplemented 'shaft scrolling' of children in wxUnivWind...
2002-03-17  Václav Slavíkuse Calc(Un)ScrolledPosition instead of wxClientDC
2002-03-17  Václav Slavíkadded Calc(Un)ScrolledPosition taking wxPoint
2002-03-17  Vadim Zeitlinclear the frame statusbar when the mouse leaves the...
2002-03-17  Václav SlavíkChris' wxImage::SaveFile(filename_only) patch
2002-03-17  Václav Slavíkdocs corrections and docs for Chris' wxImage::SaveFile...
2002-03-17  Ron Leereally, it will build for 'doze this time.
2002-03-17  Ron Leebuild fix for mingw-cross.
2002-03-17  Ron LeeAdded wxBufferedDC class.
next