]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-09-06  Mattia BarbonFixed bug with SetValue on read-only combobox; don...
2002-09-06  Julian SmartRemoved #ifdef __WXMAC__ around dialog initialisation.
2002-09-06  Julian SmartApplied patch [ 605592 ] Unicode patch for dirctrlg.cpp
2002-09-06  Julian SmartCorrected wxMenu::Append item symbol documentation
2002-09-06  Chris Elliottsmall bug fix for using multiple borland compilers
2002-09-06  Julian SmartAdded another reference to adding the zip handler.
2002-09-06  Julian SmartAdded note about adding the zip handler when using...
2002-09-06  Jouk Jansen Committing in .
2002-09-06  Robin DunnSWIGged updates for wxMac
2002-09-05  Vadim Zeitlinfixed the width of the (week day as number) field...
2002-09-05  Václav Slavíkfix va_arg(.,short int) problem
2002-09-05  Robin DunnAllow wxGTK's wxToolbar to catch the standard window...
2002-09-05  Robin DunnSWIGged updates for wxGTK
2002-09-05  Robin DunnAdded IsEditCancelled
2002-09-05  Gilles Depeyrotcorrected comments (should not be C++ style!)
2002-09-05  Mattia BarbonXmNframeChildType is not in Lesstif if it was compiled...
2002-09-05  Mattia BarbonBuild without 2.2 compatibility
2002-09-05  Mattia BarbonRevert apparently accidental commit
2002-09-05  Robin DunnAdded effects.h to filelist.txt so it will get installe...
2002-09-05  Guillermo Rodriguez... Solved problems with handling of LOST events on Unix...
2002-09-05  Robin DunnEnsure -D_FILE_OFFSET_BITS=64 also gets on the command...
2002-09-05  Julian SmartEliminated unreachable code warning in VC++
2002-09-05  Julian SmartApplied patch [ 605188 ] Fix to draw 24 bit bitmaps
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-05  Robin DunnSWIGged updates for wxMSW
2002-09-05  Robin DunnVarious wxPython updates to go along with recent change...
2002-09-05  Robin DunnUse the iconIndex in the default case too.
2002-09-05  Robin DunnAdded some accessors for wxEffects
2002-09-05  Robin Dunnsome tweaks for LINK_LEXERS
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-09-05  Gilles Depeyrot-o flag must be after PIC flag for gcc under HPUX
2002-09-05  Julian SmartAdded #include <ctype.h> since it seems to have
2002-09-05  Gilles Depeyrotadded -D_REENTRANT for hpux when threads are enabled
2002-09-05  David WebsterFix for child window positioning
2002-09-05  Stefan Csomorcorrected code for doubles
2002-09-05  Gilles Depeyrotcorrected HPUX specific test
2002-09-05  Vadim Zeitlinfix Union(empty rect) bug
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-09-04  Václav Slavíkuse own mutex for region iterator locking, not gui one
2002-09-04  Václav Slavíkwhy the heck was the flag changed to T from Theme?...
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-09-04  Václav Slavíkadded watmgl.t to Makefile
2002-09-04  Václav Slavíkwhoever added mdig.cpp forgot to update the makefiles
2002-09-04  Mattia BarbonMissing #include
2002-09-04  Vadim Zeitlinshould fix Unicode build for BC++ 5.3
2002-09-04  Vadim Zeitlindon't use -mthreads switch if the compiler doesn't...
2002-09-04  Vadim Zeitlinmake --static default if configured with --disable...
2002-09-04  Vadim Zeitlinuse standard colour for the selected tree item text...
2002-09-04  Vadim Zeitlinmention that wxBase builds with BC++ now
2002-09-04  Vadim Zeitlinfix crash if Delete menu command is used twice
2002-09-04  Vadim Zeitlinfix wxCheckListBox which was completely broken by the...
2002-09-04  David WebsterFor OS/2
2002-09-04  Vadim Zeitlingeneric status bar now:
2002-09-04  Chris Elliottmove code from .h to .cpp to prevent Borland warning
2002-09-04  Vadim Zeitlinfix wxBase apps compilation after ProcessIdle() change...
2002-09-04  Chris ElliottIntroducing wxBase for borland based on Michael Fieldin...
2002-09-04  Gilles DepeyrotSetBackground with a bitmap is only implemented in...
2002-09-04  Chris ElliottIntroducing wxBase for borland based on Michael Fieldin...
2002-09-04  Chris ElliottIntroducing wxBase for borland based on Michael Fieldin...
2002-09-04  Ron LeeAdded (and documented) GetTraceMasks so userspace can...
2002-09-03  David WebsterMore OS/2 update to fix some owner drawn things
2002-09-03  Julian SmartAvoid using wxTextCtrl::SaveFile with no arg
2002-09-03  Gilles Depeyrotdisable Darwin GCC precompiled headers by default also...
2002-09-03  Mattia BarbonSmall clarification in ::wxShowTip docs.
2002-09-03  Mattia Barbongettext (correctly) uses "1 message" (singular).
2002-09-03  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-09-03  Julian SmartChanged char* to wxChar*
2002-09-03  David WebsterNotebook, Listbox, and Checklst updates
2002-09-03  Ron Leesorry, removing /usr/include breaks the macros we use...
2002-09-02  Vadim Zeitlinremoved GetObjectType() ghost
2002-09-02  Julian SmartMore casting to make gcc 3.2 behave.
2002-09-02  Julian SmartAnd some more casting
2002-09-02  Julian SmartAdded size_t cast to disambiguate array usage.
2002-09-02  Vadim Zeitlinremoved /usr/include from SEARCH_INCLUDE -- this should...
2002-09-02  Vadim Zeitlinold compilation fix for AIX from Ian Brown
2002-09-02  Vadim Zeitlindefine _FILE_OFFSET_BITS/_LARGE_FILES on the compiler...
2002-09-02  Gilles Depeyrotavoid warning for duplicate defined wxEntry when compil...
2002-09-02  Gilles Depeyrotuse "..." for wx includes instead of <...>
2002-09-02  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-09-02  Vadim Zeitlininclude the header needed to compile this file
2002-09-02  Vadim Zeitlinno changes
2002-09-02  Vadim Zeitlinfixed restoring fonts from the native font info data...
2002-09-02  Vadim Zeitlinupdated the comment about the flags meaning
2002-09-02  Chris ElliottMichael Fieldings patch 598106 applied in part
2002-09-02  Vadim Zeitlingenerate key events for Space/Enter in addition to...
2002-09-02  Vadim Zeitlingot rid of COMMON_THREADCPPFLAGS which is not really...
2002-09-02  Vadim Zeitlinsigned/unsigned comparison warning (and probably even...
2002-09-02  Vadim Zeitlinfixed the button alignment flags
2002-09-02  Vadim Zeitlinno changes
2002-09-02  Julian SmartApplied patch [ 602924 ] colours and effects in wxMSW...
2002-09-02  Julian SmartCommitted a couple of IPC changes I forgot to do
2002-09-02  Vadim Zeitlinchoose implicit parent for the dialog boxes better...
2002-09-02  Vadim Zeitlinadded a few WXDLLEXPORTS, corrected/expanded comments
2002-09-01  Ron LeeMore packaging updates for pending 2.3.3 release.
2002-09-01  Gilles Depeyrotadded wxSpinCtrl::SetSelection method
2002-09-01  Ron Leeoops, make it build with wxbase too.
2002-09-01  Vadim Zeitlinanother part of SetSelection() change I forgot to commit
2002-09-01  Vadim Zeitlinno changes
2002-09-01  Vadim Zeitlindon't call CreatesMessageOutput() explicitly, it will...
next