wxWidgets.git
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
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-17  Vadim Zeitlinreturn if abort dialog couldn't be created (part of...
2005-03-17  Vadim Zeitlinfixed bug due to missing break in GetColourFromGTKWidge...
2005-03-17  Vadim Zeitlinmissing break in ParseFormat() (part of patch 1160117)
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-17  Vadim Zeitlinfixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)
2005-03-17  Vadim Zeitlinrevert togglable tools to previous state if the change...
2005-03-17  Vadim Zeitlinremoved #ifdef __WXMAC__ as the code is now the same...
2005-03-17  Robin DunnUse Update() instead of yielding and waiting for the...
2005-03-17  Vadim ZeitlinGetVirtualSize() returns client size values for the...
2005-03-17  Vadim Zeitlindon't set virtual size of the window to (0, 0) if scrol...
2005-03-17  Vadim Zeitlinremoved just added UnsetVirtualSize(), it's not needed...
2005-03-17  Vadim Zeitlinadded UnsetVirtualSize()
2005-03-17  Vadim Zeitlinremoved commented out calls to ReleaseMouse() (no real...
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-17  Vadim Zeitlinadded wxSizerSpacer and modified wxSizerItem to contain...
2005-03-17  Vadim Zeitlinremoved const operator[]s (should fix 1162115)
2005-03-17  David ElliottFixed MW and XLC tests when using -C (cache) option...
2005-03-17  Włodzimierz... Fixed strange situation when we had wxPathExists and...
2005-03-17  David ElliottUpdated configure and aclocal.m4 for new 0.1.8 Bakefile...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-17  Julian SmartCorrect compilo for non-WinCE
2005-03-17  Julian Smartstopwatch.h needed for wxGetLocalTimeMillis
2005-03-17  Jouk Jansen Committing in .
2005-03-16  Robin DunnDrop the "rc"
2005-03-16  Robin DunnThe --enable-rpath configure option doesn't work the...
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-16  Włodzimierz... Use defs.h (and automatically setup.h and chkconf.h...
2005-03-16  Kevin HockUnlike the preferences item which should only be enable...
2005-03-16  Julian SmartNot forgetting PalmOS
2005-03-16  Julian SmartAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
2005-03-16  Julian SmartRemoved checklistbox test
2005-03-16  Kevin HockAllow using negative angles with DrawRotatedText. ...
2005-03-16  Kevin HockQuit application menu item needs special handling like...
2005-03-16  Kevin HockAdded comments explaining more about the changes in...
2005-03-15  Vadim Zeitlinset wxUSE_DEBUGREPORT to 0 by default; fixed a couple...
2005-03-15  Julian SmartUPdated notes
2005-03-15  Julian SmartChose different set of buttons for toolbar
2005-03-15  Julian SmartFixed wxToolBar for WinCE so normal bitmaps can be...
2005-03-15  Julian SmartRegenerated files
2005-03-15  Julian SmartWinCE doesn't have wxCheckListBox, and doesn't like...
2005-03-15  Włodzimierz... SetLeft|RightMenu is supposed to be API for all smartph...
2005-03-15  Julian SmartFixed wxPropertySheetDialog for Smartphone
2005-03-15  Włodzimierz... More wxWidgets in poem demo.
2005-03-15  Julian SmartFix
2005-03-15  Julian SmartNo zero id
2005-03-15  Julian SmartDon't start ids at zero
2005-03-14  Julian SmartAdded wxPropertySheetDialog for implementing settings...
2005-03-14  Vadim Zeitlinsimplified code (removed 2 unnecessary tests) in CalcMi...
2005-03-14  Julian SmartImprove standard button spacing on Windows
2005-03-14  Mattia Barbon Remove wrong clasing bracket.
2005-03-14  Mattia Barbon Blind fix for VC6 compilation when wxUSE_STL == 1.
2005-03-14  Vadim Zeitlindisable debug report for now
2005-03-14  Włodzimierz... 'Dummy' warning fixes (might be used uninitialized).
2005-03-14  Włodzimierz... Unicode fix.
next