]> git.saurik.com Git - wxWidgets.git/history - include
applied patch 528960 (a few minor bug fixes)
[wxWidgets.git] / include /
2002-03-15  Vadim Zeitlinerase separators shown behind the controls added to...
2002-03-15  Václav Slavíksafer definitions for wx(U)Int32,16 (taken from intl...
2002-03-15  Václav Slavíkrewrote wxLocale to work in Unicode mode and support...
2002-03-15  David Websterno message
2002-03-15  Robin DunnAdded wxCURSOR_RIGHT_ARROW, which is like the typical...
2002-03-15  Vadim Zeitlinremoved duplicate #include
2002-03-15  Vadim Zeitlinheader I forgot to commit yesterday (sorry) as part...
2002-03-15  Julian SmartAdded DoGetFieldRect
2002-03-15  Vadim Zeitlincompilation fixes for wxUSE_TOOLBAR under MSW
2002-03-15  Robin DunnGive wxScrolledWindow its own Layout method that takes...
2002-03-13  Robin DunnSwitched to DECLARE_NO_COPY_CLASS
2002-03-13  Robin DunnAdded wxMemoryBuffer which is essentiall just a growabl...
2002-03-13  Robert Roebling Send size events from top level windows in idle time,
2002-03-12  Václav Slavík1. implemented system menu handling in wxUniv (win32...
2002-03-12  Julian SmartAdded GetWindow to make Blit compile
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-03-12  Ron Leebuild fix. Need the full declaration for CLASSINFO().
2002-03-10  Václav Slavíkuse AllocExclusive in wxAcceleratorTable
2002-03-10  Václav SlavíkwxAcceleratorEntry::MatchesEvent is NOT used by wxX11
2002-03-10  Ron Leeadded optional parameter to SetSizer, to allow replacin...
2002-03-09  Vadim Zeitlindon't include wx/wx.h unnecessarily
2002-03-09  Julian SmartAdded reparenting helper classes to help apps to grab...
2002-03-09  Ron LeeAdded GetMaxSize virtual method for use by sizers.
2002-03-08  Václav Slavíkfixed MSVC warnings
2002-03-08  Ron LeeAdded SetLogBuffer method.
2002-03-08  Julian SmartProcessXEvent now returns TRUE if processed, FALSE...
2002-03-07  Vadim Zeitlinadded a const version of wxColourData::GetColour()
2002-03-07  Václav Slavíkrewrote Chris' fix properly
2002-03-07  Julian SmartCorrections in light of recent toolbar and other changes
2002-03-06  Vadim Zeitlindefine wxFRAME_FLOAT_ON_PARENT as wxFRAME_TOOL_WINDOW
2002-03-06  Julian SmartApplied patch for Forty, print patch and wxHTML book...
2002-03-06  Vadim Zeitlinfixes to the new pointer array implementation
2002-03-06  Vadim Zeitlinforbid copying wxEvtHandlers
2002-03-06  Vadim Zeitlinadded missing include guards
2002-03-06  Julian SmartMoved typedef to within public block to avoid compile...
2002-03-06  Gilles DepeyrotwxArray<T> macros have been changed to fix runtime...
2002-03-06  Vadim Zeitlinremoved the dialog templates unneeded/unused any longer
2002-03-05  Vadim Zeitlinadded missing WXDLLEXPORT
2002-03-05  Vadim Zeitlinfix for wxScreenDC::GetSize
2002-03-05  Vadim Zeitlinadded missing default values for the 2nd argument of...
2002-03-01  David WebsterThis weeks interface and compile catchup
2002-02-28  Robert Roebling Lots of things to make menus and submenus work.
2002-02-28  Vadim Zeitlindon't allow clicking disabled buttons
2002-02-28  Vadim Zeitlinfixes to toolbar, seems to work
2002-02-27  Vadim Zeitlin[start of] a wxUniversal implementation of wxToolBar
2002-02-26  Julian SmartGot dialog sizing to work, downsized fonts a bit (thoug...
2002-02-26  Julian SmartNano-X changes: removed spurious -O for Nano-X configur...
2002-02-25  Robert Roebling New code for greying out.
2002-02-25  Julian SmartAdded middle mouse event macros to wxListCtrl doc;...
2002-02-24  Julian SmartFixed conflicts with Robert's similar fixes; fixed...
2002-02-24  Robert Roebling Added simplistic wxToolBar to wxUniversal. It
2002-02-24  Gilles Depeyrotchanges needed for compilation with Project Builder
2002-02-24  Robert Roebling Added expose event compression.
2002-02-24  Vadim Zeitlinonly call GSocket_Init() when needed and do call it...
2002-02-24  Robert Roebling More tests in erase sample.
2002-02-24  Vadim Zeitlincorrection to wxUSE_FSVOLUME handling, don't give ...
2002-02-24  Vadim Zeitlinadded wxUSE_FSVOLUME
2002-02-24  Václav Slavíkmade AdjustForParentClientOrigin const
2002-02-24  Václav Slavíkremoved AdjustForParentClientOrigin from wxMotif and...
2002-02-23  Vadim Zeitlinadded EVT_MENU_OPEN and EVT_MENU_CLOSE events
2002-02-23  Vadim Zeitlinchanged wxColourToRGB() to use RGB() instead of PALETTE...
2002-02-23  Vadim Zeitlinimplemented wxWindowDC and wxClientDC::GetSize() proper...
2002-02-23  Robert Roebling Implemented a simple modality under X11.
2002-02-23  Vadim Zeitlinundef LoadMenu() (patch #521743)
2002-02-23  Robert Roebling Applied wxList::Prepend() patch.
2002-02-23  Julian SmartwxUSE_CONSTRAINTS now refers to constraints only, since...
2002-02-22  David WebsterStyle updates
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-02-22  Vadim Zeitlinensure that the compatibility defines are not set for...
2002-02-22  Vadim Zeitlinfixed dead update splitters
2002-02-22  Vadim Zeitlinfixes to handling of 0 and negative splitter position...
2002-02-21  Vadim Zeitlinapplied a fix for the patch 446325
2002-02-21  Vadim ZeitlinwxCursor(wxImage) added (Chris Elliott, patch 517439)
2002-02-21  Julian SmartSome more NanoX compile fixes
2002-02-21  Robin DunnFix so the Host: header in wxHTTP really works. With...
2002-02-20  Julian SmartNanoX modificati
2002-02-20  Vadim Zeitlincompilation fix
2002-02-20  Vadim Zeitlinuse base 10 by default in wxString::To[U]Long
2002-02-20  Robin DunnFix so the value given to wxTextEntryDialog::SetValue...
2002-02-20  Vadim Zeitlinfixed mouse input handling in wxUniv: the static boxes...
2002-02-20  Vadim Zeitlinuse WS_CLIPSIBLINGS for wxStaticLine as well
2002-02-20  Vadim Zeitlin1. always create the buttons with WS_CLIPSIBLINGS style...
2002-02-19  Stefan Csomoradded default style wxFRAME_TOOL_WINDOW to creation
2002-02-18  Robert Roebling Added more wxRegion tests to erase sample.
2002-02-18  Václav Slavíkchecked in forgottern parts of MSLU changes
2002-02-18  David WebsterUse xpmdecod instead of xpmhand.h
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-02-17  Vadim Zeitlincompilation fixes after the last commit
2002-02-17  Vadim Zeitlinadded SetString(), deprecated SetLabel()
2002-02-17  Vadim Zeitlinbetter handling for the style changing during run-time
2002-02-17  Robert Roebling wxX11:
2002-02-17  Julian SmartAdded some Xlib replacement functions and structures...
2002-02-17  Vadim Zeitlinenable WXWIN_COMPATIBILITY_2_2 by default
2002-02-17  Mattia BarbonBlind fix for Win32 daily builds
2002-02-17  Václav Slavíkuse generic timer in wxMGL and wxX11
2002-02-17  Václav Slavíkmove wxMGL's wxTimer to src/generic
2002-02-17  Václav Slavíkcleaned a bit of mess in wxX11
2002-02-16  Vadim Zeitlinvarious splitter fixes:
2002-02-16  Stefan Csomornew bitmap creation code for mac
2002-02-16  Robert Roebling wxX11:
next