]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-04-06  Vadim Zeitlinrefresh the dialogs after resize - this is the only...
2002-04-06  Vadim Zeitlincleaned up the checkbox creation code (~70 lines of...
2002-04-06  Vadim Zeitlinno significant changes
2002-04-06  Vadim Zeitlinfixed bug with initial path being a root directory...
2002-04-06  Julian SmartStrange sizing fix in DoResize() to workaround apparent
2002-04-06  Václav Slavíkfixed wxEncodingConverter::Convert docs
2002-04-06  Robert Roebling Added support for variable-width fonts
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-06  Václav Slavíkreverted Julian's unintentional breakage of wxChoice
2002-04-06  Václav Slavíkclear wxArtProvider cache when pushing new provider
2002-04-06  Václav Slavíkmore samples/artprov stuff
2002-04-06  Václav Slavíkfixed typo
2002-04-06  Václav Slavíkadded resources browser to wxArtProvider sample (simila...
2002-04-05  David WebsterNew moddef file
2002-04-05  Václav Slavíkinfo about removal of wxhtml.rc
2002-04-05  David WebsterCatching up to new common class interfaces.
2002-04-05  Robin Dunnmore tweaks for API changes
2002-04-05  Robin DunnA few little cleanups, etc.
2002-04-05  Julian SmartMade sure the 'best' size doesn't get set for wxChoice
2002-04-05  Robert Roebling Fixed the background colour bug.
2002-04-05  Vadim ZeitlinSetPath() is now implemented in dirdlg.cpp
2002-04-05  David Websterneed wxUSE_WCHAR_T around wxConvLocal
2002-04-05  David WebsterFALSE not false
2002-04-05  Vadim Zeitlinsome updates I forgot to commit before: mention wxCondi...
2002-04-05  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_2
2002-04-05  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_2
2002-04-05  Vadim Zeitlinadded a few missing tree events to the docs
2002-04-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-04-05  Vadim Zeitlinwarning fix for cygwin (patch 539654)
2002-04-05  Vadim Zeitlinmore fixes to handling the paths with trailing slashes...
2002-04-05  Jouk Jansen Committing in .
2002-04-05  Robin DunnAdded a few new flags, etc.
2002-04-05  Robin DunnAdded wxFileHistory demo
2002-04-04  Julian SmartNo change
2002-04-04  Julian SmartDon't set a normal cursor for the frame, set the NULL...
2002-04-04  Julian SmartAdded FAQ topic for FL
2002-04-04  Vadim Zeitlinuse full 32bit range for the process ids
2002-04-04  Julian SmartRemoved wxTR_HIDE_ROOT under Windows, and removed wxTR_...
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-04-04  Robin DunnSWIGged updates for wxMac
2002-04-03  Robin DunnDemo update
2002-04-03  Robin DunnUpdates for wxListCtrlAutoWidthMixin needed for wxGTK
2002-04-03  Robin DunnAdded sending of column dragging events to the generic...
2002-04-03  Mattia BarbonFix for broken BCC
2002-04-03  Robin DunnSWIGged updates for wxGTK
2002-04-03  Mattia BarbonMention wxCURSOR_BLANK
2002-04-03  Robert Roebling Noone is using the tests dir either.
2002-04-03  Robert Roebling The user dir was last changed in Okt 98, so I guess
2002-04-03  Robin DunnMove font and encoding related classes to a new module...
2002-04-03  Vadim Zeitlindon't show generic dir dlg when it's the same as the...
2002-04-03  Robert Roebling Small typo, big effect.
2002-04-03  Vadim Zeitlinfixed error checking in wxKill
2002-04-03  Vadim Zeitlinadded a note about the constraints being deprecated
2002-04-03  Vadim Zeitlinreuse the fonts in the resource loading code (patch...
2002-04-03  Vadim Zeitlindon't reenable the disabled windows in OnShow(), it...
2002-04-03  Gilles Depeyrotcorrected FSSpec to POSIX file name conversions for...
2002-04-03  Robin DunnSince wxConditionInternal is a friend of wxMutex and...
2002-04-03  Vadim Zeitlinfixed a race condition resulting in returning incorrect...
2002-04-02  Vadim Zeitlinfixed OnDropFiles() signature
2002-04-02  Robert Roebling Fix some crashes in new wxTextCtrl.
2002-04-02  Mattia BarbonwxCalendarCtrl::Destroy() now deletes year spin control and
2002-04-02  Stefan Csomoradded floodfilling for image
2002-04-02  Stefan Csomoradapted to new APIs for threads and floodfilling
2002-04-02  Mattia BarbonBlind fix for bug #529874 .
2002-04-02  Vadim Zeitlincompilation warning fixed
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-04-02  Vadim Zeitlincompilation fixes for the recent commit
2002-04-02  Vadim Zeitlinadded wxSemaphore (with docs), new version of wxConditi...
2002-04-02  Julian SmartNow set the client and main windows in wxAdoptedWindow...
2002-04-02  Vadim Zeitlinadded the include files section (patch 538251)
2002-04-02  Vadim Zeitlinfixed paper size calculation (convert from 10ths of...
2002-04-02  Vadim Zeitlincompilation warning fixes
2002-04-02  Julian SmartAdded includes to correct compilo
2002-04-02  Julian SmartAdded wxImage::FloodFill file
2002-04-02  Robin DunnwxWindowMSW now eats EVT_CHAR if the key was handled...
2002-04-01  Vadim Zeitlinmore informational assert about the base class being...
2002-04-01  Julian SmartAdded reference to FloodFill additions
2002-04-01  Julian SmartSeparated wxImage::FloodFill from image.cpp
2002-04-01  Vadim Zeitlinfixed wxCheckListBox behaviour in presense of wxLB_SORT...
2002-04-01  Julian SmartAdded FloodFill patch for samples
2002-04-01  Julian SmartApplied FloodFill patch
2002-04-01  Vadim Zeitlinuse the new wxExecute() API (no real changes)
2002-04-01  Vadim Zeitlinuse the new API in the sample as it's more readable
2002-04-01  Vadim Zeitlinsleep while waiting for the spawned process to terminat...
2002-04-01  Robin DunnFixed a few little bugs in how some methods are wrapped
2002-04-01  Robin DunnAdded wxIconBundle and wxTopLevelWindow.SetIcons.
2002-04-01  Robin DunnAdded wxListCtrlAutoWidthMixin from Erik Westra.
2002-04-01  Robin DunnA saner implementation for the new wxToolBar methods...
2002-04-01  Robin DunnSome cleanup
2002-04-01  Robin DunnTrying wxTE_PROCESS_ENTER and EVT_TEXT_ENTER on a combo...
2002-04-01  Julian SmartModifications to get wxNanoX compiling again
2002-04-01  Vadim Zeitlinrestored full redraw on repain behaviour by default...
2002-04-01  Robert Roebling Made wxFileDialog PDA friendlier.
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-03-31  Robert Roebling As in 2.2.9, toolbars should not get the focus.
2002-03-31  Robert Roebling Minor tweak (up-ported from 2.2.9) to make
2002-03-31  Robert Roebling Compile fix when not using WXR resources.
2002-03-31  Robert Roebling Compile fix for MinGW32
2002-03-30  Vadim Zeitlinfix for the paths with trailing (back)slashes
2002-03-30  Robert Roebling some more tweaks were required
next