]> git.saurik.com Git - wxWidgets.git/history - include
Fixup clipboard usage a bit more.
[wxWidgets.git] / include /
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...
2002-08-20  Vadim Zeitlinremoved extra semi colon which provoked CW warnings...
2002-08-20  Vadim Zeitlinremoved extra semi colon which provoked CW warnings...
2002-08-20  Julian SmartAdded generic MDI files
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
2002-08-20  David WebsterFileDlg updates.
2002-08-19  Robert Roebling Lots more Unicode fixes.
2002-08-19  Julian SmartAdded EVT_JOY_BUTTON_... macros as per the manual,
2002-08-19  David Websterupdates mostly for better font support and some weekly...
2002-08-19  David Webstersome OS/2 updates
2002-08-19  David Websterneed for VisualAge to include wchar.h
2002-08-17  Václav Slavíkmake it possible to easily define artID from a string...
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-08-17  Robert Roebling Convert %s to %ls and %c to %lc in printf and scanf...
2002-08-16  Julian SmartApplied patch [ 596061 ] Adds more navigation buttons...
2002-08-16  Julian SmartApplied patch [ 566816 ] adds xBase type for Sequiter...
2002-08-16  Julian SmartApplied [ 594925 ] Implement wxArtProvider and XRC...
2002-08-16  Vadim Zeitlinchange the selection appropriately (and refresh it...
2002-08-16  Vadim Zeitlinfix for the bug introduced by the last commit: don...
2002-08-15  Robert Roebling strings are now wxChar
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-08-15  Vadim Zeitlinadded wxList::IsEmpty()
2002-08-14  Robin DunnBugfix for wxListCtrl::GetColumn. It wasn't checking...
2002-08-14  Václav Slavíkdefine wxART_* constanst in way that will make adding...
2002-08-14  Stefan Csomorattempt to bring event system in synch with MSW
2002-08-14  Stefan Csomorseparated modifier keys handling in order to distinct...
2002-08-13  Vadim Zeitlintidied up patch 583937 (wxClassInfo dtor)
2002-08-13  Robert Roebling New code for Update() under GTK 2.0. Added
2002-08-13  Stefan Csomoradded new method MacSetupCursor
2002-08-12  Václav Slavíkfixed wxChar definition
2002-08-12  Václav Slavíkfixed another typo
2002-08-11  David WebsterFont fixes for the font dialog
2002-08-11  Julian SmartCorrected typos for
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-10  Stefan CsomorOSX fix
2002-08-10  Václav Slavíkfixed Julian-introduced typo
2002-08-10  Robert Roebling Implemented the various printf() functions under
2002-08-10  Stefan Csomoradded control action for redraws (classic only)
2002-08-10  Stefan Csomoradded clipping code for controls
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-08-08  Julian SmartApplied patch [ 579219 ] wxNotebook:SetPadding added
2002-08-08  Julian SmartApplied patch [ 587450 ] Scoped Smart pointers and...
2002-08-08  Julian SmartApplied patch [ 587454 ] CW-related wx/wxchar.h fix
2002-08-08  Julian SmartApplied [ 590985 ] fix for radiobox under motif
2002-08-08  Julian SmartApplied patch [ 592063 ] generic notebook does not...
2002-08-07  Julian SmartAdded error directive for MSW since no longer needed.
2002-08-06  Mattia BarbonPatch [ 588732 ] makes wxRB_GROUP/radiobuttons working
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-08-05  Vadim Zeitlinadded a more convenient version of wxFileType::GetOpenC...
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-08-05  Gilles Depeyrotadded missing include file for ProjectBuilder (Mac...
2002-08-05  Robert Roebling Added various MACROS for converting strings
2002-08-05  Robert Roebling Compile fix (include order) for Unicode under Unix.
2002-08-05  David WebsterFixes for common dialogs
2002-08-04  Julian SmartApplied patch from Benjamin Williams to improve
2002-08-03  Mattia BarbonMention wxMessageOutput in changes.txt
2002-08-03  Stefan Csomoradded option for getting visible region w/o children...
2002-08-02  Stefan Csomoradded a MacUpdateDimensions callback for DoMoveWindow
2002-08-02  Stefan Csomorseparate mac implementation
2002-08-02  Stefan Csomoradded a MacUpdateDimensions callback for DoMoveWindow
2002-08-02  Stefan Csomorswitch to a separate implementation for mac
2002-08-02  Julian SmartRenamed internal GetClientWindow to GetClientAreaWindow so
2002-08-01  Julian SmartApplied [ 586524 ] wxVariant Enhancements.
next