]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-10-22  David ElliottForgot the appropriate return statement for the last...
2004-10-22  David ElliottChange friendship so that the base implementation class...
2004-10-22  Robin DunnA small fix for attachment popints and comments, from...
2004-10-22  Robin Dunnregenned the ReST docs
2004-10-22  Robin DunnA unicode hack for the Rez/Derez hack
2004-10-22  Robin DunnRemember the version selected and allow require to...
2004-10-22  Robin Dunnbuild the unicode version too on Panther
2004-10-22  Robin Dunnrenamed the output file
2004-10-22  Robin DunnRearrainged some bits
2004-10-22  Robin DunnSome new icons
2004-10-22  Robin DunnreSWIGged
2004-10-22  Robin DunnwxPython on OSX can now be built in Unicode mode, can...
2004-10-22  Vadim ZeitlinUnicode compilation fix
2004-10-21  Stefan NeisAdded stubs for OS/2 to new printing system.
2004-10-21  Václav SlavíkOS/2 needs wxUSE_OWNER_DRAWN, too
2004-10-21  David WebsterGet rid of the class naming conflict with the base...
2004-10-21  David WebsterGet rid of the class naming conflict with the base...
2004-10-21  David WebsterRemoved temp OS/2 fix. Header now fixed.
2004-10-21  Vadim Zeitlincompilation fix after last checkin (missing header)
2004-10-20  Vadim Zeitlinadded wxTextInputStream::operator>>(wchar_t) for compil...
2004-10-20  Vadim Zeitlindecode URIs in wxFileDataObject::SetData(); fixes probl...
2004-10-20  Vadim Zeitlinupdate g_isPainting in wxPaintEvent copy ctor
2004-10-20  Vadim Zeitlinadded missing header (fixes compilation with WXWIN_COMP...
2004-10-20  David ElliottRewrote wxSound:
2004-10-20  David Webstergetservbyname under INNOTEK gcc needs a (char*), not...
2004-10-20  David ElliottAdded some accelerators to the menu to help with stress...
2004-10-20  David ElliottAdded CocoaSetKeyEquivalent() that sets the accelerator...
2004-10-20  Vadim Zeitlininclude colour.h (fixes wxX11 compilation under Unix)
2004-10-20  Vadim Zeitlinremoved duplicate #include
2004-10-20  Julian SmartWorked around font setting problem for GTK+1 on some
2004-10-20  Vadim Zeitlinuse slashes instead of backslashes and quotes instead...
2004-10-20  Vadim Zeitlinfixed bug introduced by last commit: if we don't change...
2004-10-20  Włodzimierz... Minor manual fixes.
2004-10-20  Vadim Zeitlinonly VC++ >= 7.0 has __COUNTER__
2004-10-20  Włodzimierz... DMC, OW and my copy of MinGW misses SH* values, Borland...
2004-10-20  Włodzimierz... Oups :-( incomplete previous undo.
2004-10-20  Włodzimierz... Correct fix to the compile time assert under OW. Kudos...
2004-10-20  Vadim Zeitlinadded stdpaths.* for MSW and Unix
2004-10-20  Vadim Zeitlininitial Unix implementation
2004-10-20  Vadim Zeitlindon't use wxCOMPILE_TIME_ASSERT2, wxCOMPILE_TIME_ASSERT...
2004-10-20  Vadim Zeitlinmoved AppendAppName() from MSW to common code; modified...
2004-10-20  Vadim Zeitlinremoved special definition of wxCOMPILE_TIME_ASSERT2...
2004-10-20  Vadim Zeitlindefine wxMAKE_UNIQUE_NAME so that it works even in...
2004-10-19  Vadim Zeitlinupdated bulid notes to include cmd line building instru...
2004-10-19  Vadim Zeitlinremoved unneeded junk copied from MSW port
2004-10-19  Vadim Zeitlinfixed status bar source file name; removed wxUSE_NATIVE...
2004-10-19  Vadim Zeitlinignore build directory
2004-10-19  Robin DunnreSWIGged for WebKitCtrl
2004-10-19  Robin Dunndocstring typo fixed
2004-10-19  Robin DunnreSWIGged for WebKitCtrl
2004-10-19  Robin DunnGive wxEVT_WEBKIT_STATE_CHANGED a dummy value too.
2004-10-19  Robin DunnreSWIGged for WebKitCtrl
2004-10-19  Robin DunnMore WebKitCtrl tweaks, added wxWebKitStateChangedEvent...
2004-10-19  Włodzimierz... Warning fix to avoid typecasting with OW elsewhere.
2004-10-19  Robin Dunna little cleanup
2004-10-19  Robin DunnreSWIGged for WebKitCtrl
2004-10-19  Robin DunnSome tweaks for WebKitCtrl.
2004-10-19  Włodzimierz... OW warning fix. Our compile time asserts warns when...
2004-10-19  Václav Slavíkadded wxTB_HORZ_TEXT
2004-10-19  Vadim Zeitlindeclaration (only, so far) for Unix
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).
next