]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-03-22  Włodzimierz... Fix for accessing environment variable with Watcom...
2005-03-22  Julian SmartDEBUGREPORT
2005-03-22  Julian SmartDo the right thing for Smartphone if creating button...
2005-03-22  Julian SmartDon't use debug report under CE
2005-03-22  Julian SmartwxUSE_COMMON_DIALOGS must be 0 for eVC++ 3
2005-03-21  Vadim Zeitlinmore about GetRect() (patch 1158730)
2005-03-21  Vadim Zeitlinfixed unused function warning in GTK+ 2 compilation
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-21  Vadim Zeitlinspeed up SetColumnWidth() by caching max column width...
2005-03-21  Vadim Zeitlinfixed wxTE_WORDWRAP description; wxTE_LINEWRAP supporte...
2005-03-21  Vadim Zeitlinadded support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR...
2005-03-21  Vadim Zeitlindocument (and check for it with assert) that wxGetKeySt...
2005-03-21  Vadim Zeitlinsupport wxFRAME_SHAPED, it works for dialogs too (patch...
2005-03-21  Vadim Zeitlinuse WXDLLIMPEXP_FL with event types declarations (patch...
2005-03-21  Vadim Zeitlinremove odbc lib to prevent rpm errors about unpackaged...
2005-03-21  Julian SmartAdapt lib to eVC++ 3/4/PPC
2005-03-21  Vadim Zeitlinfixed library order (important for static linking under...
2005-03-21  Włodzimierz... More wxWidgets in wxPoem demo code.
2005-03-21  Vadim Zeitlinbuild debugrpt sample if wxUSE_DEBUGREPORT
2005-03-21  Vadim Zeitlindefine USE_QA so that qa library is built
2005-03-21  Vadim Zeitlinfixed Context_Current spelling
2005-03-21  Vadim Zeitlinadded links to wxDebugReport
2005-03-21  Vadim Zeitlindocumented wxDebugReport and related classes
2005-03-21  Włodzimierz... Sanity check.
2005-03-21  Włodzimierz... Dummy warning fix.
2005-03-21  Włodzimierz... 32 bit range for wxSlider (#1166390).
2005-03-21  Włodzimierz... Check for empty page location to avoid crash in lack...
2005-03-21  Vadim Zeitlinfixed path to wx/debugrpt.h header (had extra include...
2005-03-21  Vadim Zeitlinfixed warnings about possibly uninitialized variables...
2005-03-21  Vadim Zeitlinunreachable code warning fix (Unicode build)
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-21  Vadim Zeitlinanother compilation fix after wxMenuBar ctor patch
2005-03-21  Vadim Zeitlinfixed SetColumnWidth() in wxLC_LIST mode (set column...
2005-03-21  Vadim Zeitlinregenerated after qa lib changes
2005-03-21  Vadim Zeitlinadded qa dll
2005-03-21  Vadim Zeitlingenerated makefiles after qa library creation
2005-03-21  Vadim Zeitlinset wxUSE_DEBUGREPORT to 1 by default again
2005-03-21  Vadim Zeitlinmention which files should be changed when adding a...
2005-03-21  Vadim Zeitlinadded closing parenthesis inside comment, no real changes
2005-03-21  Vadim Zeitlinadded qa library (currently consisting of wxDebugReport...
2005-03-20  Vadim Zeitlindefine wxNO_RTTI/EXCEPTIONS/THREADS if corresponding...
2005-03-20  Mattia Barbon Fix wxFileConf crash demonstrated by the 'DeleteLastG...
2005-03-20  Julian SmartUpdated readme
2005-03-20  David WebsterFixes compile warnings
2005-03-20  Vadim ZeitlinSeek(-1, mode) should work instead of giving an error...
2005-03-20  Julian SmartCompilo fix
2005-03-20  Vadim Zeitlinadded wxString ctor from std::string (inside #ifdef...
2005-03-20  Vadim Zeitlinoops, removed duplicate SetIcons[s]() added in last...
2005-03-20  Vadim ZeitlinwxMDIChildFrame::Maximize() should have default value...
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-20  Julian SmartRemoved spurious file
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-20  Julian SmartFix wxFileConfig for WinCE
2005-03-20  Vadim Zeitlincompilation fix after last commit (missing semicolon...
2005-03-19  Mattia Barbon Allow building with GCC 2.95.
2005-03-19  Mattia Barbon Correct compilation conditions for wxURL::SetProxy.
2005-03-19  Mattia Barbon Use the correct WXDLLEXPORT declaration.
2005-03-19  Mattia Barbon Avoid redefining _GNU_SOURCE.
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-19  Robin DunnreSWIGged
2005-03-19  Robin DunnTurn off the expando-matic rubber band thing for mac
2005-03-19  Robin DunnBetter capture of unicode character events
2005-03-19  Robin Dunndocstring update
2005-03-19  Robin DunnwxTE_CAPITALIZE
2005-03-19  Robin DunnwxEVT_HIBERNATE
2005-03-19  Robin DunnAdd some new WXK codes
2005-03-19  Robin DunnEnsure that the encoding returned from locale.getdefaul...
2005-03-19  Robin DunnCall evt.Skip by default
2005-03-19  Julian SmartFixed toolbar bitmap bug introduced by deriving wxToolM...
2005-03-19  Julian SmartAdded scripts to demonstrate how to package a PocketPC app
2005-03-19  Vadim Zeitlinadded a test for/example of assert dialog box
2005-03-19  Vadim Zeitlinshow call stack in the assert dialog box
2005-03-19  Vadim Zeitlinremoved C++ comment added by last commit
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-19  Robin DunnBumped subrelease number
2005-03-18  Julian Smart(Flickery) fix for droppings when there are no notebook...
2005-03-18  Ryan NortonFix recursiveness on error...
2005-03-18  Ryan Norton* Turn off by default...
2005-03-18  Ryan Norton* Quicktime lib no longer needed....
2005-03-18  Ryan Norton* Dynamically load all quicktime stuff using a version...
2005-03-18  Włodzimierz... Fixed bug #1022383: 'several ComboBoxes appear selected'
2005-03-18  Julian SmartExpanded wxSystemOptions docs, documented wxTE_CAPITALIZE
2005-03-18  Ryan Norton* Fix refreshing bug with control not showing up intial...
2005-03-18  Vadim Zeitlininclude extern variables declarations in the tags file too
2005-03-18  Vadim Zeitlinrestored const operator[]s for the compilers which...
2005-03-18  Vadim Zeitlincontinue with generating EVT_CONTEXT_MENU if EVT_TREE_I...
2005-03-18  Vadim Zeitlinadded EVT_TREE_ITEM_MENU test
2005-03-18  Vadim Zeitlinavoid asserts from calling isprint(c) with non ASCII c
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-18  Vadim Zeitlincompilation fix after last commit (missing semicolon...
2005-03-18  Ryan Norton* Update for new event handler stuff
2005-03-18  Ryan NortonUpdate for new event handler stuff
2005-03-18  Ryan NortonReworked directshow implementation.
2005-03-18  Julian SmartScript updates
2005-03-18  Julian SmartAdd sample icon
2005-03-18  Julian SmartUse sample icon, and title correction
2005-03-18  Julian SmartUse sample icon
2005-03-18  Julian SmartDoc tweaks
2005-03-18  Julian SmartSetSashSize doc'ed
2005-03-18  Dimitri Schoolwerthfixed signed/unsigned mismatch warning
next