]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-04-10  David WebsterMenuing and statusbar updates
2002-04-10  Robert Roebling Added "metal" theme.
2002-04-10  Robin DunnOops, forgot the braces.
2002-04-10  Robin DunnMoved check for m_lastKeydownProcessed to WM_CHAR case...
2002-04-10  Robin DunnSWIGged updates for wxGTK
2002-04-10  Robin DunnEnsure the caret flashes properly
2002-04-10  Robin DunnRefresh of PyCrust
2002-04-10  Robin DunnChanges to match cvs update
2002-04-10  Julian SmartwxScrolledWindow::GetVirtualSize now returns client...
2002-04-10  David WebsterFixed LINKAGEMODE use
2002-04-10  Robert Roebling Work on wxEdit sample.
2002-04-10  Julian SmartCorrected PositionToXY, XYToPosition code
2002-04-10  Julian SmartFixed single-line text control breakage (sorry). Now...
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
2002-04-10  Stefan Csomorbackground setup correctly
2002-04-10  Stefan Csomorremoved code (not necessary anymore)
2002-04-10  David WebsterLots of updates
2002-04-10  Vadim Zeitlinno changes
2002-04-10  Vadim Zeitlindon't send dummy scroll events from wxNotebook when...
2002-04-09  Vadim ZeitlinwxSizeEvent now carries the total size, not just the...
2002-04-09  Vadim Zeitlinadded another size to the status bar display
2002-04-09  Václav Slavíkhidden root works in wxGenericDirCtrl again
2002-04-09  Vadim Zeitlinfixed the initial wxCalendarCtrl position and a minor...
2002-04-09  Václav Slavíkfixed incorrect wxCHECK (was a wrong negation before)
2002-04-09  Václav Slavíkdon't allow expanding/collapsing hidden root node
2002-04-09  Robin DunnInclude wx/object.h to get the global memory operators...
2002-04-09  Vadim Zeitlinadded support for the multiline button labels
2002-04-09  Robin DunnA little black magic... When the C++ object (for a...
2002-04-09  Robin DunnA little black magic... When the C++ object (for a...
2002-04-09  Robin DunnNew PyCrust from Patrick O'Brien
2002-04-09  Robin DunnForgot to set OOR info on wxSplashScreen
2002-04-09  Vadim Zeitlinmade one button label multiline for testing
2002-04-09  Mattia BarbonAllow building with wxUSE_CALENDARCTRL=0
2002-04-09  Stefan Csomoradded possible mach-o compliant version
2002-04-09  Julian SmartRemoved redundant project file
2002-04-09  Stefan Csomorchange in wxFileDataObject::SetData behaviour broke...
2002-04-09  Vadim Zeitlinfixed a bug in wxStopWatch::Pause() (wouldn't pause...
2002-04-09  Julian SmartMade widgets sample take up less space
2002-04-09  Robin DunnSome little additions to how wxBufferedDC is wrapped.
2002-04-08  Václav Slavíkforgot to check-in wxGTK wxDC changes
2002-04-08  Václav Slavíkcompatibility macro
2002-04-08  Robert Roebling More wxEdit.
2002-04-08  Robert Roebling wxTextCtrl::SetValue() sets m_modified to FALSE.
2002-04-08  Robert Roebling Buttons need to be small on PDAs.
2002-04-08  Robin DunnSWIGged updates for wxGTK
2002-04-08  Robin DunnUpdates to match recent CVS changes.
2002-04-08  Julian SmartAdded dependencies to .dsw file
2002-04-08  Julian SmartProject file update
2002-04-08  Julian SmartAdded define to STC VC++ project file
2002-04-08  Robert Roebling A little less flicker when selecting text.
2002-04-08  Julian SmartMore BC++ makefile tweaks
2002-04-08  Julian SmartFurther fixes to references
2002-04-08  Julian SmartRemoved a lot of redundant references to wxWindow:...
2002-04-08  Vadim Zeitlinfixed format parameter in wxGetVolumeString() (closes...
2002-04-08  Vadim Zeitlinfixed several bugs in Mkdir() and also modified its...
2002-04-08  Vadim Zeitlinadded GetPath(flags) version to allow retrieving the...
2002-04-08  Vadim Zeitlinadded the keyboard sample
2002-04-08  Robin DunnAdded missing files
2002-04-08  Julian SmartAdded makefiles to widgets sample
2002-04-08  Julian SmartBC++ 32-bit makefile now copies setup.h to the correct...
2002-04-08  Vadim ZeitlinwxMSW doesn't send CHAR events for Caps/Scroll/NumLock...
2002-04-08  Vadim Zeitlinadded a few debugging messages
2002-04-08  Vadim Zeitlinreport all ASCII keys, not just the US-ASCII ones
2002-04-08  Vadim Zeitlinfix for non-US keyboards: the ASCII chars must be unsigned
2002-04-08  Vadim ZeitlinwxGTK keyboard handling now behaves (mostly) like wxMSW
2002-04-08  Julian SmartRe-enabled dynamic library code in wxFileName so
2002-04-08  Vadim Zeitlinsome kbd processing code cleanup, no real changes yet
2002-04-08  Julian SmartAdded further keyboard sample makefiles
2002-04-08  Julian SmartAdded wxDIRCTRL_EDITABLE style so we can choose whether
2002-04-08  Vadim Zeitlinfixed crash in SetFirstVisible()
2002-04-08  Vadim ZeitlinUnix makefile for the new sample
2002-04-08  Julian SmartCanvas: added some DECLARE_CLASS macros to stop it...
2002-04-08  Vadim Zeitlintemporary compilation fix
2002-04-08  Stefan Csomornew makefile
2002-04-07  Václav SlavíkDon't allow expanding/collapsing hidden root
2002-04-07  Václav Slavíkoops, forgot to implement Home button
2002-04-07  Václav Slavíkcleaned up the mess caused by FloodFill patch
2002-04-07  Václav Slavíkcleaning up the mess created by the FloodFill patch
2002-04-07  Julian SmartFixed some bit-rot problems in contribs
2002-04-07  Julian SmartChanged caret to black and made it go when control...
2002-04-07  Vadim Zeitlinfix for splitting the UNC paths
2002-04-07  Vadim Zeitlinadded ra key methods docs
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-07  Julian SmartRemoved leaks from Forty demo
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-04-07  Vadim Zeitlinadded option to show the raw key codes
2002-04-07  Robert Roebling Further work on wxTextCtrl.
2002-04-07  Gilles Depeyrotupdated CodeWarrior 5.3 exported xml projects
2002-04-07  Gilles Depeyrotremoved unnecessarily overridden wxControl method
2002-04-07  Vadim Zeitlinadded a new sample to show the key events
2002-04-07  Gilles Depeyrotupdated CodeWarrior 5.3 exported xml projects
2002-04-07  Gilles Depeyrotremoved 68K targets and preferences
2002-04-07  Vadim Zeitlinreformatted to fit in the page width
2002-04-07  Vadim Zeitlincompilation fix for USE_PCH
2002-04-07  Vadim Zeitlinrefresh the dialog children forcefully even if wxCLIP_C...
2002-04-07  Vadim Zeitlinremoved Robert's test code
2002-04-07  Julian SmartVersion updates, manual date change, no change to dragi...
2002-04-07  Gilles Depeyrotremoved 68K targets and preferences and renamed output...
2002-04-07  Václav Slavík*DO* use wxTR_EDIT_LABELS, it is neccessary
2002-04-07  Václav Slavíkupdate from gtk/changes.txt to changes.txt (sic...)
next