]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-06-18  Vadim Zeitlinadded ViewStart() as synonym for GetViewStart() in...
2002-06-18  Vadim Zeitlinmention WXWIN_COMPATIBILITY_2_2
2002-06-18  Julian SmartSet the clear region to be the update region if the...
2002-06-18  Vadim Zeitlinremoved SetFocus() call in WM_LBUTTONDOWN handler once...
2002-06-18  Vadim Zeitlinrichedit 1.0 controls now send the left up event
2002-06-17  David WebsterCatching up
2002-06-17  Stefan Csomorusing Theme layout for measuring as well
2002-06-17  Vadim Zeitlinoops, typo in the large file support just checked in
2002-06-17  Vadim Zeitlinadded configure support for the large files
2002-06-17  Vadim Zeitlininit the event id and timestamp fields for the mouse...
2002-06-17  Chris Elliottpatch fixing b32 makefile (sourceforge Bugs item #566439)
2002-06-16  Mattia BarbonUpdated makefile
2002-06-16  Mattia BarbonRecent w32api have FONTENUMPROC; this also fixes GCC 3.1
2002-06-15  Vadim Zeitlinargh, another IsDialogMessage() fix: we still need...
2002-06-15  Vadim Zeitlinfix for dialog navigation in the modal dialogs: do...
2002-06-15  Vadim Zeitlinallow overriding the default button labels in wxWizard
2002-06-15  Vadim Zeitlinchanged WM_GETDLGCODE handling so that all windows...
2002-06-15  Vadim Zeitlinremoved unused wxWindow::m_doubleClickAllowed field
2002-06-15  Mattia BarbonCreate a new icon for each image in a file with multipl...
2002-06-15  Mattia BarbonBetter detection for Cygwin; thanks to Oscar Fuentes
2002-06-15  Robin DunnSWIGged update for wxMac
2002-06-15  Robin DunnSWIGged updates for wxGTK
2002-06-15  Robin DunnFix for the TAB in the autocomplete list not being...
2002-06-15  Robin DunnChanged name of demo so the list sorts nicer
2002-06-15  Robin DunnSwitched to new inline image format
2002-06-15  Robin DunnFixed a bunch of embarassing reference leaks
2002-06-15  Robin DunnFixed wxApp::OnAssert signature.
2002-06-15  Vadim Zeitlingeneric log dialog resizing now works more reasonably...
2002-06-14  Robin DunnAdded wxArtProvider and other changes to match CVS...
2002-06-14  Robin DunnPyCrust update
2002-06-14  Vadim Zeitlindon't use WS_EX_CONTOLPARENT with the top level windows...
2002-06-14  Vadim Zeitlincompilation fixes for wxUniv (moved wxDlgProc back...
2002-06-14  Vadim Zeitlincompilation fix for !USE_PCH (patch 569132)
2002-06-14  Robin Dunnfixed missing comma
2002-06-14  Chris Elliottfixes MSW comparision where theme name extracted from...
2002-06-14  Chris Elliottmake file for wxUniversal and Borland/MSW
2002-06-14  Chris Elliotttmake files for wxUniversal and Borland/MSW
2002-06-14  Chris Elliottminifram sample modified to use XPMs
2002-06-14  Chris Elliottcomment added to toolbar to say using BMPs uses less...
2002-06-14  Chris Elliotttreectrl sample modified to use XPMs
2002-06-14  Robin DunnMissing ;
2002-06-13  Vadim Zeitlinfixed problems with hanging inside IsDialogMessage...
2002-06-13  Vadim Zeitlinadded missing space before >> button label
2002-06-13  Robin DunnNew SWIGged code for wxMac,
2002-06-13  Vadim Zeitlinsuppress an assert when a combobox receives WM_KILLFOCU...
2002-06-13  Vadim Zeitlinfixes to the sizers behaviour necessary to make the...
2002-06-13  Vadim Zeitlinnew wxASSERT implementation using wxAssert() helper...
2002-06-13  Vadim Zeitlinblind fix for latest mingw32 3.1
2002-06-13  Vadim Zeitlinblind fix for latest mingw32 3.1
2002-06-13  Vadim Zeitlinfix link of wxDateTime inline methods using mingw32
2002-06-13  Vadim Zeitlinfixed buglet in wxWindow::GetPosition docs
2002-06-13  George TaskerEnhanced the DataTypeSupported() function to show the...
2002-06-13  George TaskerAdded a wxASSERT_MSG in ::SetColDefs() to trap for...
2002-06-13  Robin DunnAdded code (currently disabled) to show putting a wxGLC...
2002-06-13  Robin DunnPatch #568403
2002-06-13  Stefan Csomoradapted to new ..internal structure
2002-06-13  Robin Dunnfixed some paths in build scripts
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-06-12  Julian SmartFixed a bug in transferring data to a wxComboBox if...
2002-06-12  Vadim Zeitlinadded wxGetProcessId()
2002-06-12  Robin Dunnmake the second parameter to wxTreeCtrl.GetFirstChild...
2002-06-12  Robin Dunnlittle demo updates
2002-06-12  Vadim Zeitlinadded clipping test
2002-06-12  Vadim Zeitlinuse AF_INET instead of PF_INET in wxGetFullHostName
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-06-12  Vadim Zeitlinfixed infinite loop in wxCursor(wxImage) ctor
2002-06-12  Vadim Zeitlinfixed a warning
2002-06-12  Vadim Zeitlintypo fixes
2002-06-12  Julian SmartAdded HTML About box and changed player dialog label
2002-06-12  Chris Elliottremoving bitmaps from mdi sample
2002-06-12  Václav Slavíkupdated wxXRC sample
2002-06-12  Julian SmartApplied recent FL patches from Benjamin Williams <biwil...
2002-06-11  Julian SmartInitialise font family when initializing from native...
2002-06-10  Mattia BarbonCheck for attributes before copying them
2002-06-10  Vadim Zeitlinattempts to fix wxMimeTypesManager mess: many bugs...
2002-06-09  Robert Roebling Moved wxCharhookEvent so that it sends the same
2002-06-09  Vadim Zeitlinadded _T()s around the literal strings
2002-06-09  Mattia BarbonUpdate taskbar.h to use DECLARE/DEFINE_EVENT_TYPE;...
2002-06-08  Vadim Zeitlinreenabled WS_EX_CONTROLPARENT style together with a...
2002-06-08  Vadim Zeitlindon't link in libwx_gtk twice when linking apps using...
2002-06-08  Vadim Zeitlintypo in dir enum test code fixed
2002-06-08  Julian SmartUse standard IDC_HELP cursor instead of oversize custom...
2002-06-08  Vadim Zeitlincompilation fix (for !PCH)
2002-06-07  Vadim Zeitlinno changes (reformatted some code just to be able to...
2002-06-07  Vadim Zeitlinfixed wxScrolledWindow::SetScrollbars() which was broke...
2002-06-07  Vadim Zeitlinrestored inline for wxCriticalSection methods for !MSW
2002-06-07  Vadim Zeitlinadded thrimpl.cp
2002-06-07  Vadim Zeitlinoops, compilation fix
2002-06-07  Vadim Zeitlinpatch 562893: bug in dll makefile.b32
2002-06-07  Vadim Zeitlinfixed bug in wxStrstr() replacement implementation...
2002-06-07  Vadim Zeitlindon't include winsock.h directly, this doesn't work...
2002-06-07  Vadim Zeitlinfixed text ctrl tooltips (patch 562210)
2002-06-07  Vadim ZeitlinCW compilation fix (patch 562701)
2002-06-07  Vadim Zeitlinfix tree icon refresh after collapsing a branch (patch...
2002-06-07  Vadim Zeitlinapplied typos and spelling error fixes patch from Olly...
2002-06-07  Vadim Zeitlinmore MIME tests
2002-06-07  Julian SmartRemoved 'inline' which was causing unresolved symbols
2002-06-07  Václav SlavíkwxMGL requires wxUSE_PALETTE
2002-06-07  Václav Slavíkupdated wxMGL's wxExecute signatures
2002-06-07  Robin DunnPatch #565656, fix for compilers without precomp headers
next