]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-10-19  Vadim ZeitlinwxStandardPaths test
2004-10-19  Vadim Zeitlininitial implementation for MSW
2004-10-19  Vadim Zeitlinswitched to using a real class instead of a namespace...
2004-10-19  Vadim Zeitlinfixed GetConfigDir() description; added MT-safety note
2004-10-19  Vadim Zeitlindocument that not skipping left click event results...
2004-10-19  Vadim Zeitlindon't set focus to the window when it is clicked if...
2004-10-19  Vadim Zeitlinextracted LPITEMIDLIST wrappers in a separate header...
2004-10-19  Václav Slavíkalways use wxStaticCast in XRCCTRL (asserts in case...
2004-10-19  Julian SmartCleaned up commented-out code
2004-10-19  Julian SmartRemoved accidentally committed file
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-19  Vadim Zeitlindon't return wxLIST_HITTEST_ONITEMICON from HitTest...
2004-10-19  Vadim Zeitlindefine __WXOSX__ for wxMac/Cocoa; document it
2004-10-19  Vadim Zeitlinset mouse capture flag to false when releasing the...
2004-10-19  Julian SmartSQLINTEGER not defined in iodbc
2004-10-19  Stefan Csomoreliminate double deletion
2004-10-19  Stefan Csomorleads to a double call of AddChild, if we don't see...
2004-10-19  Kevin OllivierAdditions for webkit wrapper support.
2004-10-19  Kevin OllivierAdding wxWebKitCtrl wrappers.
2004-10-19  Ryan NortonRework comment a bit to accurately reflect situation...
2004-10-19  David ElliottFixed incorrect comment about [NSDate distantPast]...
2004-10-19  Robin DunnRemove pre-existing wx dirs from sys.path
2004-10-19  Robin DunnMore PyPlot updates from Gordon Williams:
2004-10-19  Robin DunnRemove comment too
2004-10-19  Robin Dunnuse multiple images for changing the taskbar icon
2004-10-19  Robin Dunnfix image range
2004-10-18  Vadim Zeitlinfixed include guard after renaming the file
2004-10-18  Vadim Zeitlin- added and documented Get/SetInstallPath() under Unix
2004-10-18  Vadim Zeitlinrenamed wxFileLocator to wxStandardPaths
2004-10-18  Vadim Zeitlinfix Mac/Unicode build after last commit
2004-10-18  David ElliottDue to the last change the delegate should not release...
2004-10-18  Vadim Zeitlinunsigned off_t doesn't exist
2004-10-18  David ElliottRenamed m_hSnd to m_cocoaNSSound (match rest of wxCocoa).
2004-10-18  Julian SmartDon't remove generic status bar from parent, since...
2004-10-18  David ElliottRemoved some extraneous whitespace.
2004-10-18  Julian SmartwxRadioButtons in the same group no longer have to...
2004-10-18  David ElliottwxCocoa: Add native file dialog from Ryan Norton. ...
2004-10-18  David ElliottRebaked (build/bakefiles/common.bkl 1.95->1.96 change)
2004-10-18  Václav Slavíkfixed previous revision: call wxControl's, not wxButton...
2004-10-18  Włodzimierz... Unnecessary const_ prefix removed (blindly).
2004-10-18  Václav Slavíkbe user friendly on Unix and expand the / node automati...
2004-10-18  Václav SlavíkwxBitmapButton doesn't need own DoGetBestSize, wxContro...
2004-10-18  Václav Slavíksupport alpha channel in menu items bitmaps, too
2004-10-18  Václav SlavíkXRC ignored menu bitmap on non-MSW platforms, fixed
2004-10-18  Václav Slavíkfixed typo
2004-10-18  Włodzimierz... Warning fixes for OpenWatcom.
2004-10-18  Vadim Zeitlinremove the selection when SetSelection(-1) is called...
2004-10-18  Vadim Zeitlintypo
2004-10-18  Vadim Zeitlindocumented that SetSelection(-1) removes the selection
2004-10-17  Vadim Zeitlinadded wxDynamicLibrary::HasSymbol()
2004-10-17  Robert Roebling Renamed wxPrintNativeData methods to better match
2004-10-17  Vadim Zeitlinadded \newsince command
2004-10-17  Vadim Zeitlinadded interface for wxFileLocator class
2004-10-17  Włodzimierz... Warning fixes related to various cases of typecasting.
2004-10-17  Vadim Zeitlinmention enhanced metafiles bug fix
2004-10-17  Vadim Zeitlincompilation fix for Borland
2004-10-17  Włodzimierz... wxHashMap compatible typecasting.
2004-10-17  Vadim Zeitlin- wxDynamicLibrary::GetDllExt() now returns ".bundle...
2004-10-17  Robert Roebling Took one part of the patch back again...
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-10-17  Włodzimierz... __WXDEBUG__ is defined/undefined, not 0/1!
2004-10-17  Włodzimierz... _() needs intl.h.
2004-10-17  Vadim Zeitlinremoved obsolete and unused code for USE_BITMAP_MASKS...
2004-10-17  Robert Roebling Forgot to commit.
2004-10-17  Robert Roebling Applied (part of) small patch from Chris Bogolte...
2004-10-17  Vadim Zeitlincompilation fix for !USE_PCH
2004-10-17  Stefan Csomoradded mac constants
2004-10-17  Stefan Csomorguard against m_peer = NULL in Show()
2004-10-17  Stefan Csomordon't restrict to OS9 API for Mac-Builds
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-17  Robert Roebling Fixed lost focus events in wxListBox.
2004-10-17  Robert Roebling Link problem.
2004-10-17  Robin DunnTest GetTextRange on some unicode text
2004-10-17  Robin DunnUse Scintilla's functions for Unicode/UTF8 conversions
2004-10-17  Vadim Zeitlinadded test for the (just fixed) bug with adding the...
2004-10-17  Vadim Zeitlinuse common code to determine best notebook size instaed...
2004-10-17  Vadim Zeitlinadded --linkdeps switch
2004-10-17  Vadim Zeitlinfixed bug with adding new entries to a root group with...
2004-10-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-16  Václav Slavíkdon't use m_instanceAsWindow to convert dialog units...
2004-10-16  Vadim Zeitlindon't leave two conscutive separators after "moving...
2004-10-16  Vadim Zeitlindon't reset tool/status bar pointers manually, it is...
2004-10-16  Vadim Zeitlinreset parent frame tool/status bar pointer automaticall...
2004-10-16  Vadim Zeitlinadded wxSetCursorEvent documentation (patch 1048181)
2004-10-16  Václav SlavíkwxProcess::OnTerminate is not const
2004-10-16  Vadim Zeitlinunused params warnings (patch 1048431)
2004-10-16  Robin DunnFix to use old AutoWidthMixin API
2004-10-16  Vadim Zeitlincall AddChild() when the control is already reallly...
2004-10-16  Vadim Zeitlinsuppress VC++ warning about long -> void * conversion too
2004-10-16  Vadim Zeitlinfixed enhanced metafiles loading from files
2004-10-16  Vadim Zeitlinreplace post-linking commands with true, not #, for...
2004-10-16  Vadim Zeitlinuse size_t for the total size of data instead of wxFile...
2004-10-16  David ElliottAdd a second wxTaskBarIcon that uses the Dock (wxCocoa...
2004-10-16  Dimitri Schoolwerthfixed CFM build linking error
2004-10-16  Vadim Zeitlinfixed fatal bug when moving the control after itself...
2004-10-16  David ElliottWhoops, forgot to commit this.
2004-10-16  Vadim Zeitlinadded missing WXDLLEXPORT
2004-10-16  Vadim Zeitlinfixed inconsistent dllspec warning in DLL build
2004-10-16  Vadim Zeitlinfixed the just added wxStringTokenizer::GetPosition...
next