OS/2 will not support a mini-frame
[wxWidgets.git] / include /
2002-09-15  David WebsterMake OS/2 use the generic MDI.
2002-09-14  Vadim Zeitlinrecreate the toolbar entirely when its text/icons style...
2002-09-14  David WebsterTRUE not true; FALSE not false
2002-09-13  Václav Slavíkanother fix for wxSnprintf_
2002-09-13  Robert Roebling Further backward comp. changes for printing.
2002-09-13  Mattia BarbonFixed MinGW/configure/Unicode compilation: MinGW/MSVCRT...
2002-09-13  Julian SmartApplied patch [ 608370 ] fix for static text sizing...
2002-09-12  Vadim Zeitlinundid previous commit, the person who reported it retra...
2002-09-12  Vadim Zeitlininclude stddef.h to get ptrdiff_t decl (IRIX compilatio...
2002-09-12  Vadim Zeitlinfix for cygwin warning in winsock.h about sys/types...
2002-09-11  Vadim Zeitlingtk2 Unicode compilation fix
2002-09-11  Robert Roebling Readded deprec. constructor.
2002-09-11  Julian SmartApplied [ 585322 ] motif border style fix for statictext
2002-09-11  Robin DunnUpdate to Scintilla 1.48
2002-09-10  Vadim Zeitlindeclare wxEntry() as taking char **Argv, not char ...
2002-09-10  Vadim Zeitlinfixed ATTRIBUTE_PRINTFs
2002-09-10  Vadim Zeitlincompilation fix for cygwin
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...
next