]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-06-13  Vadim Zeitlinfixed off by 1 bug in SelectRange()
2003-06-13  Vadim Zeitlinadded commands to toggle multiple selection and to...
2003-06-13  Vadim Zeitlinmade multiple selection behave more consistently with...
2003-06-13  Vadim Zeitlinregenerated all make/project files to include selstore...
2003-06-13  Vadim Zeitlinadded checks for the item index
2003-06-13  Julian SmartSome fixes for gcc compilation
2003-06-13  Julian SmartSmall fixes
2003-06-13  Julian SmartMerged some info from the 2.4 branch.
2003-06-13  Václav Slavíkadded wxLocale::GetLanguageName
2003-06-13  Julian SmartAdded DialogBlocks file for configtool
2003-06-12  Julian SmartAdded first cut wxWindows Configuration Tool
2003-06-12  Robin DunnPatch #753465 a fix for Bug#750363.
2003-06-12  Václav Slavíkadded wxRTTI to XRC handlers (patch #752996 by David...
2003-06-12  Václav Slavíkfixed typo
2003-06-12  Chris Elliottfix Borland makefile as per 2 recent bug reports
2003-06-12  David ElliottMake wxMDIParentFrame a regular top level window
2003-06-12  Chris Elliottfix Borland makefile for xrc as per SF report 747099
2003-06-12  Jouk Jansen Committing in .
2003-06-12  Vadim Zeitlinadded missing selstore.cpp
2003-06-11  Vadim Zeitlinfixed warnings about assigning literal strings to char *
2003-06-11  Vadim ZeitlinWriteString() doesn't append EOL automatically
2003-06-11  Vadim Zeitlindon't ignore wxLC_NO_HEADER style when inserting first...
2003-06-11  Gilles Depeyrotapplied SF patch #752538 to implement wxGetOSDirectory...
2003-06-11  Chris Elliottfix SF bug report 751351
2003-06-11  Julian SmartAllow for multiple CHM controllers in app (don't leak...
2003-06-11  Vadim Zeitlintrigraph warning fixed
2003-06-11  Vadim Zeitlinmulti selection test
2003-06-11  Vadim Zeitlinremoved countItems parameter from ctor -- doesn't work...
2003-06-11  Vadim Zeitlinimplemented multiple selection
2003-06-11  Vadim Zeitlinadded RefreshLines()
2003-06-11  Vadim Zeitlinremoved duplicate code from SetData(), just call AddData()
2003-06-11  Vadim Zeitlinmade CopySelection() always available (otherwise it...
2003-06-11  Vadim Zeitlinmerged the confllict resolution (I've fixed the m_forma...
2003-06-11  Vadim Zeitlina hack to make copying double clicked words to clipboar...
2003-06-11  Julian SmartAdd back #endif
2003-06-11  Vadim Zeitlinmade GetType() inline
2003-06-11  Vadim Zeitlinadded selstore.(h|cpp)
2003-06-11  Vadim Zeitlinextracted wxSelectionStore in a separate file
2003-06-11  Vadim Zeitlintry to determine the correct SOCKLEN_T value harder
2003-06-11  Julian SmartRemoving vestiges of wxUSE_NEW_GRID
2003-06-11  Stefan Csomorcorrected error in last fix for insert items
2003-06-10  Robin DunnEnsure that a wxMenuItem's parent menu is updated if...
2003-06-10  Václav Slavíkfixed Content-Type lookup
2003-06-09  David ElliottApple #pragma implementation fix (Yes, some of us do...
2003-06-09  Stefan NeisFixed Refresh to clip update rectangles to the visible...
2003-06-09  Stefan NeisMoved include to wx/module.h out of #ifndef WX_PRECOMP.
2003-06-09  Václav Slavíkcompilation fix for VisualAge C++
2003-06-09  Stefan NeisMoved include to wx/module.h out of #ifndef WX_PRECOMP.
2003-06-09  Stefan NeisFixed typos as reported by Adrian Gschwend.
2003-06-08  Julian SmartOnly bring the window to the top in Show() if we're...
2003-06-08  Stefan Csomorcorrected include for Apple's Dev Tools
2003-06-08  Mattia Barbon wxMessageDialog and ::wxMessageBox don't support...
2003-06-08  Julian SmartAdded shaped sample copying
2003-06-08  David ElliottRestored Objective-C typesafety while retaining proper...
2003-06-08  David ElliottMention RFC 1738, in particular file://hostname/path...
2003-06-07  Václav Slavíkuse 'I' cursor when over text
2003-06-07  Stefan CsomorGetId was accessing the m_format var incorrectly
2003-06-07  Stefan CsomorAccepts Focus was incorrectly returning FALSE for a...
2003-06-07  Stefan Csomorcast correction Profiler
2003-06-07  Stefan Csomorcleanup
2003-06-07  Stefan CsomorMacHandleControlClick extended by mouseStillDown state...
2003-06-07  Stefan Csomorchanging inheritance and delegation
2003-06-07  Stefan Csomoradapting MacHandleControlClick to know about mouse...
2003-06-07  Robin Dunnrevert my last change
2003-06-07  Vadim Zeitlinprintf() format warrning fix
2003-06-07  Julian SmartApplied patch [ 748638 ] wxDos2UnixFilename for unicode
2003-06-07  Julian SmartReports suggest that _sometimes_ WS_VSCROLL/WS_HSCROLL
2003-06-07  Vadim ZeitlinDoGiveHelp() should be defined even if !wxUSE_STATUSBAR
2003-06-07  Vadim Zeitlinno changes
2003-06-07  Roger Gammans Make changes to configure to fix mbug noted by David...
2003-06-07  Julian SmartTypo fixed
2003-06-07  Julian SmartFix for [ 748805 ] Assert failure for specified situati...
2003-06-07  David ElliottPlace m_lastDoubleClick initialization inside existing...
2003-06-07  David ElliottAdded #if wxUSE_DATAOBJ guard around header
2003-06-07  David ElliottAdded stub for the new pure virtual DoInsert method
2003-06-07  David Elliottinclude "wx/module.h" for wxModule
2003-06-06  Robin Dunnfix so wxMenu::InsertItem actually inserts rather than...
2003-06-06  Robin DunnJust silently return NULL like the other ports
2003-06-06  Robin DunnDon't get picky about unicode mode. Scintilla doesn...
2003-06-06  Julian SmartInclude module.h
2003-06-06  Vadim Zeitlintypo in the event type name
2003-06-06  Julian SmartFixed usage
2003-06-06  Robin DunnPut terminating NUL in the buffer since MB2WC doesn...
2003-06-05  Václav Slavíkadded wxHW_NO_SELECTION
2003-06-05  Václav Slavíkdocumented wxHW_NO_SELECTION
2003-06-05  Julian SmartReverted the warning fix since it breaks MinGW
2003-06-05  Václav Slavíkadded line selection
2003-06-05  Václav Slavíkadded text selection
2003-06-05  Mattia Barbon Add missing header for wxMotif.
2003-06-05  Julian SmartFixed compile warning.
2003-06-05  Julian SmartDisable non-standard notebook styles if CommCtl doesn...
2003-06-05  Julian SmartFixed bug [ 749471 ] wxDocument with no command processor
2003-06-05  Julian SmartFixed native dialog bug
2003-06-04  Václav Slavíkdoubleclick selects word
2003-06-04  Stefan Csomorcasts correction
2003-06-04  Stefan Csomormoving / sizing patch applied
2003-06-04  Stefan Csomorsupport undo patch applied
2003-06-04  Václav SlavíkwxHtmlWindow uses double buffering now
2003-06-04  Václav Slavíkadded selecting-while-dragging
2003-06-04  Julian SmartDon't divide by zero.
next