Bitmap button updates
[wxWidgets.git] / include /
2002-09-09  David WebsterBitmap button updates
2002-09-08  Vadim Zeitlindefine HAVE_EXPLICIT for BC++ >= 0x520
2002-09-08  Julian SmartAdded LV_ITEMA and used a #define for LV_ITEM to
2002-09-08  Vadim Zeitlinchar -> wxChar
2002-09-08  Vadim Zeitlindon't #define wxStrtok() which takes 3 arguments as...
2002-09-07  Vadim Zeitlinadded wxLocale::GetLanguageInfo()
2002-09-07  Stefan NeisChanged second parameter of Refresh to "const wxRect*".
2002-09-07  Vadim Zeitlinmade SetDirectory() work, minor code cleanup (much...
2002-09-07  Stefan NeisCommited John Labenski's patch giving access to the...
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-05  Robin DunnAdded some accessors for wxEffects
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-09-05  Julian SmartAdded #include <ctype.h> since it seems to have
2002-09-05  Stefan Csomorcorrected code for doubles
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-09-04  Mattia BarbonMissing #include
2002-09-04  Vadim Zeitlinshould fix Unicode build for BC++ 5.3
2002-09-04  Vadim Zeitlinfix wxCheckListBox which was completely broken by the...
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  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 SmartChanged char* to wxChar*
2002-09-03  David WebsterNotebook, Listbox, and Checklst updates
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 Zeitlinupdated the comment about the flags meaning
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  Gilles Depeyrotadded wxSpinCtrl::SetSelection method
2002-09-01  Vadim Zeitlinanother part of SetSelection() change I forgot to commit
2002-09-01  Václav Slavíkfixes to newly added i18n code in XRC - don't use it...
2002-09-01  Stefan NeisAdded some const qualifiers.
2002-09-01  Julian SmartApplied patch [ 600051 ] DDE and TCP improvements and...
2002-08-31  Vadim ZeitlinSetSelection() for generic wxSpinCtrl (forgot to commit...
2002-08-31  Stefan NeisMake use of new array functions.
2002-08-31  Julian SmartApplied patch [ 600500 ] Tip-of-day: comments, translatable
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-31  Julian SmartAdded RTTI macros
2002-08-30  David WebsterWeekly update
2002-08-30  Julian SmartMods for Wine compilation
2002-08-30  David WebsterLots of updates fixing radiobox processing, checkboxes...
2002-08-30  Vadim Zeitlinadded wxSpinCtrl::SetSelection()
2002-08-30  Vadim Zeitlinremoved wxApp::DoInit(); added wxApp::CreateMessageOutp...
2002-08-30  Vadim Zeitlinremoved extra trailing semicolons which break compilati...
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-08-29  Vadim Zeitlinchanged wxExecute(char **) version to take wxChar **
2002-08-29  Vadim Zeitlindon't crash in wx(Flex)GridSizer with division by 0...
2002-08-28  Julian SmartDitribution script mods;
2002-08-27  Vadim Zeitlinapparently CW always has vsnprintf()
2002-08-27  Vadim Zeitlinmy previous backwards compatible fix wasn't really...
2002-08-27  Stefan Csomorfixed miscasing in GetOutCode
2002-08-27  Vadim Zeitlincompilation fix
2002-08-27  Vadim Zeitlindeprecated static wxWizard::Create()
2002-08-27  Vadim Zeitlin(blind) fix for BC++ compilation problem with wxPutc...
2002-08-26  Vadim Zeitlinadded extra parentheses to wxDynamicCast() to allow...
2002-08-25  Stefan Csomoradded forcing to image conversion to always attempt...
2002-08-25  Vadim ZeitlinWindows compilation fixes after recent changes
2002-08-25  Stefan NeisHWND already typedef'ed when compiling with EMX (OS/2).
2002-08-25  Stefan Neisprotected to restrictive for compiling with EMX.
2002-08-25  Stefan NeisAdded __WXPM__ specific include, so it also compiles...
2002-08-25  Stefan NeisUpdate to current API.
2002-08-25  Gilles DepeyrotBSD systems define _T to something different in ctype...
2002-08-25  Stefan NeisAdded an include to timer.h (needed for non-precompiled...
2002-08-25  Stefan NeisAdded the usual GNU pragma.
2002-08-25  Vadim Zeitlinuse wxWcslen() instead of wcslen() which isn't always...
2002-08-25  Vadim Zeitlinreorganized, improved and hopefully simplified wxchar...
2002-08-24  Stefan Csomoradded new default handlers for open/print events, remov...
2002-08-24  Vadim Zeitlinadded wxCHECK_GCC_VERSION() macro
2002-08-24  Robin DunnFixed wxGridCellFloatEditor::Clone
2002-08-24  Julian SmartwxChoice derives from wxChoiceBase; renamed Append...
2002-08-24  Gilles Depeyrotopaque toolbox structs under Classic break access to...
2002-08-24  Robin DunnAdded generic LoadObject methods that can load any...
2002-08-23  Vadim Zeitlincompilation fix for Unicode build
2002-08-23  Stefan Csomoradded wxSIZE_T.. defines (every release of CW has a...
2002-08-23  Ron LeeUpdates for 2.3.3 debs.
2002-08-22  Vadim Zeitlinfixed default button handling: don't keep BS_DEFPUSHBUT...
2002-08-22  Vadim Zeitlinsend event from Clear() for a simple text control,...
2002-08-22  Vadim Zeitlinmade wxFrame::SendSizeEvent() public and documented it
2002-08-22  Vadim Zeitlinreverted patch 598016 (removed MSWCreateControl() visib...
2002-08-22  Julian SmartApplied patch [ 598016 ] remove flicker during combo...
2002-08-22  David WebsterFont updates
2002-08-21  Stefan CsomorI think this is now defined in the common accel.h,...
2002-08-21  David WebsterFile dialog fixes
2002-08-20  Vadim Zeitlinadded wxCheckListBox::HitTest() (modified patch 594524)
2002-08-20  Vadim Zeitlinadded and documented wxProcess::Is{Input|Error}Availabl...
2002-08-20  Václav Slavíkyet another variation on the same theme: wxMAKE_ART_ID_...
2002-08-20  Václav Slavíkminor rewrite of XRC's stock_id/stock_client handling...
2002-08-20  Julian SmartOpenGL off by default on Mac, correct scripts to
2002-08-20  Julian SmartApplied patch [ 597700 ] Fix proposal for wxJoystick...
2002-08-20  Vadim Zeitlinrewrote wxString::To/FromAscii() to fix a few small...
2002-08-20  Vadim Zeitlindon't initialize m_str twice in wxCharBuffer ctor
2002-08-20  Vadim Zeitlinadded support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS...
2002-08-20  Vadim Zeitlinfixed m_relative initialization in wxFileName default...
next