]> git.saurik.com Git - wxWidgets.git/history - include
Removed an old email address
[wxWidgets.git] / include /
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.
2002-08-01  Julian SmartApplied patch [ 588734 ] Makes ProcessIdle() virtual
2002-08-01  Julian SmartApplied patch [ 589484 ] wxGenericListCtrl, fix for...
2002-07-31  Mattia BarbonPatch [ 588837 ] Fixes comment style in gsocket.*
2002-07-31  Mattia BarbonRefactored wxListBox code so that it correctly implements
2002-07-30  Julian SmartAdded wx/listbase.h with wxListCtrl types, so we can
2002-07-30  Julian SmartMore tweaks so wxGenericListCtrl only uses generic
2002-07-29  Mattia BarbonUnder MSW and GTK the foreground and background colour...
2002-07-28  Mattia BarbonTake into account icon mask in wxStaticBitmap
2002-07-28  Mattia BarbonCalss interface updates (wxMotif-only).
2002-07-28  Mattia BarbonImplemented wxSpinButton for wxMotif.
2002-07-28  Robert Roebling Implement SetFilterIndex
2002-07-27  Václav Slavíklibunicows moved to sourceforge
2002-07-27  Mattia BarbonAdded DoSetSize and DoMoveWindow to generic wxStaticLine.
2002-07-27  Mattia BarbonRename wxGenericImageList to wxImageList in generic...
2002-07-27  Mattia BarbonChanged wxMotif's wxWindow::Create so it does not call...
2002-07-25  Gilles Depeyrotprefix include file for Project Builder project
2002-07-25  Jouk Jansen Committing in .
2002-07-25  Stefan Csomorremoved virtual modifier from Command handlers, added...
2002-07-24  Mattia BarbonAdded wxMessageOutput as per the discussion on wx-dev.
2002-07-23  Vadim ZeitlinIsSingleLine() is now in the base class
2002-07-23  Vadim Zeitlinadded operator++/-- for wxAutoULong (SF patch from...
2002-07-22  Julian SmartAdded wxListCtrl to derive from wxGenericListCtrl,
2002-07-22  Vadim Zeitlinmade wxDllLoader more backwards compatible
2002-07-22  Julian SmartApplied patch [ 583922 ] Make generic/wxListCtrl avail...
2002-07-22  David WebsterLots of updates for color dialog and sliders
2002-07-21  Václav SlavíkUnicodification of wxDataStreams
2002-07-21  Julian SmartReturned value from operator=
2002-07-21  Julian Smartoperator = implemented inline.
2002-07-21  Vadim Zeitlinadded (and documented) trivial but useful IsSingleLine...
2002-07-21  Vadim Zeitlindefault style now applies to the text entered by the...
2002-07-21  Julian SmartMade wxMouseEvent = operator public
2002-07-21  Vadim Zeitlin1. more consistency in wxTree/ListEvent methods naming...
2002-07-21  Vadim Zeitlinreverted Chris' MSW additions patch (we should use...
2002-07-20  Stefan Csomoradded Mark Newsam's patch
2002-07-20  Robin Dunnsignned/unsigned fix
2002-07-19  Robin DunnMoved the check for page scrolling with the wheel into...
2002-07-19  Julian SmartApplied patch [ 573644 ] wxDisplay for Mac (again)
2002-07-19  Julian SmartApplied patch [ 581139 ] Misc wxCmdLineParser changes...
2002-07-19  Julian SmartApplied patch [ 583877 ] Clone events correction
2002-07-18  Ron LeeAdded Set{Position,Size} to wxRect.
2002-07-17  Vadim Zeitlinexplicit support for CW (patch 582581)
2002-07-17  Mattia BarbonAllow compiling wxMotif/GTK/X11 for Cygwin/XFree
2002-07-16  Vadim Zeitlinadded wxEXPLICIT macro
2002-07-15  Václav SlavíkwxPrinting fix for wxMGL
2002-07-15  Václav Slavíkmade printing to PS possible under wxMGL
next