]> git.saurik.com Git - wxWidgets.git/history - include/wx
fixed MSVC warnings
[wxWidgets.git] / include / wx /
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:
2002-02-16  Václav Slavíkmore fixes to wxSplitterWindow's initial sash position
2002-02-16  Václav SlavíkA couple of changes to wxImage:
2002-02-15  Václav Slavíkdon't translate accelerators in XRC menus
2002-02-15  Vadim Zeitlinmade wxDateTimeDefault an object and not a reference...
2002-02-15  Vadim ZeitlinAIX compilation fixes from Paul Thiessen
2002-02-15  Vadim Zeitlinfixed <strings.h> include and also removed the obsolete...
2002-02-15  Julian SmartStarted some NanoX work (blind to begin with)
2002-02-14  Robin DunnAs per the wx-dev discussion in early Jan, replaced
2002-02-14  Robert Roebling Updated the erase/paint event logic.
2002-02-14  Vadim Zeitlinfixes to sash adjusting code to avoid setting it to...
2002-02-14  Václav Slavíkcopyright update
2002-02-14  Julian SmartAdded some XSyncs to help size calculations, but positi...
2002-02-14  Václav Slavíktake const reference (thanks to Alberto Barbati)
2002-02-14  Vadim Zeitlinuse the native wxImageList under Win32 as otherwise...
2002-02-14  Vadim Zeitlin#if wxUSE_PALETTE, not #ifdef
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-02-14  Stefan Csomoradded .inited comparison as suggested by John McPherso...
2002-02-14  Václav Slavíkadded wxUpdateUIEvent handling to wxMGL
2002-02-13  Vadim Zeitlinadded wxFSVolume patch from George Policello (untested...
2002-02-13  Julian SmartFixes
2002-02-13  Robert Roebling wxX11:
2002-02-13  Julian SmartAdded shared private declarations header privx.h, utils...
2002-02-13  Robert Roebling wxX11:
next