]> git.saurik.com Git - wxWidgets.git/history - include
removed common duplicated definitions
[wxWidgets.git] / include /
2001-06-27  Gilles Depeyrotremoved common duplicated definitions
2001-06-27  Gilles Depeyrotremoved common duplicated definition
2001-06-27  Gilles Depeyrotremoved common duplicated definitions
2001-06-27  Gilles Depeyrotcorrected include file path
2001-06-27  Gilles Depeyrotderived new setup.h include from wxMSW after wxUniv...
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-27  Gilles Depeyrotcorrected wxICON for Mac OS (Classic and X)
2001-06-27  Julian SmartNow wxFrame derives from wxFrameMSW/GTK in non-wxUniv...
2001-06-27  Vadim Zeitlinfix for wxBitmapType definition problem
2001-06-27  Vadim ZeitlinwxSIZE_T_IS_UINT definition fix for mingw32 cross-compile
2001-06-27  Julian SmartAdded wxUSE_LOGWINDOW, wxUSE_LOGGUI settings
2001-06-27  Vadim Zeitlinlinking fixes
2001-06-27  Julian SmartAdded wxUSE_NUMBERDLG to setup.h; added some files...
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-06-26  Vadim Zeitlinanother file added on univ branch
2001-06-26  Vadim Zeitlinadded more files (unchanged) from wxUniv branch
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-26  Stefan Csomoradded tiered implementation (using draw paragraph)
2001-06-23  Gilles Depeyrotremove PM_USE_SESSION_APIS setting so that wxMac can...
2001-06-23  Gilles Depeyrotuse Print Manager session APIs if PM_USE_SESSION_APIS...
2001-06-23  Gilles Depeyrotcorrected for compilation under Mac OS X with -cpp...
2001-06-23  Gilles Depeyrotcorrected #ifdef for Mac OS X
2001-06-21  Vadim Zeitlinpossible compilation problem fix
2001-06-18  Vadim Zeitlinimplemented text styles for GTK+
2001-06-18  David Websterdefine this, wxSIZE_T_IS_UINT, for OS/2.
2001-06-16  Vadim Zeitlinapplied patch #428104 (SetSizeHints() for wxMDIChildFrame)
2001-06-16  Vadim Zeitlin1. improved wxKill() implementation for Win32
2001-06-15  Vadim Zeitlincompilation fixes and some cleanup
2001-06-15  Václav Slavíkadded wxDynamicLibrary as suggested by Vadim
2001-06-15  Vadim Zeitlinapplied patch 433352 (fix for wxTextCtrl::SetForeground...
2001-06-15  Vadim Zeitlindefine wxSIZE_T_IS_UINT for Windows
2001-06-14  David WebsterAdd the options stuff to settings.
2001-06-14  Vadim Zeitlinhopefully finally fixed the problem with ambiguous...
2001-06-14  Stefan Csomorsince somehow db does not compile properly anymore...
2001-06-14  Julian SmartAdded SetOption,GetOption[Int] to wxSystemSettings...
2001-06-13  David WebsterAdd USE_MENUS
2001-06-13  Julian SmartAdded wxUSE_MENUS to setup0.h to make menu sample compile;
2001-06-12  Kendall BennettUpdates to xmlres.h to allow compiling XML code into...
2001-06-12  David Webstermust delcare methods as inline if we are going to actua...
2001-06-12  George TaskerFixed compile problems under MingW32 compiler
2001-06-12  David WebsterGot rid of VisualAge true/false defs with db class...
2001-06-12  Julian SmartAdded geometry option to setup.h; added some missing...
2001-06-11  Julian SmartTex2RTF: underscores now only checked for if syntax...
2001-06-11  George TaskerChanged the 'true's and 'false's back to TRUE and FALSE
2001-06-11  David WebsterNeeded a comment after last #endif and defined true...
2001-06-10  George TaskerFixed compilation if wxUSE_NEW_GRID and wxUSE_GRID...
2001-06-10  Gilles Depeyrotcorrected wchar handling for Mac OS X
2001-06-10  George TaskerwxDbGrid additions contributed by Paul and Roger Gamman...
2001-06-10  George TaskerwxDbGrid additions
2001-06-10  George TaskerwxDbGrid additions
2001-06-10  George TaskerwxDbGrid additions - Added support for ODBC date types
2001-06-09  Václav Slavíkchanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
2001-06-09  Vadim Zeitlinapplied patch 430835 (missing wxSTD breaking compilatio...
2001-06-09  Vadim Zeitlinapplied patch 431596 (fixes some crashes in wxDocView...
2001-06-09  Vadim Zeitlinfixed bug 424212 (unworking close button in the progres...
2001-06-09  Vadim Zeitlinsrc/common
2001-06-08  Vadim Zeitlinadded tiny wxInitializer class
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-06-08  David WebsterAdd support for the eventual inclusion of the single...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-06-08  Vadim Zeitlinreplaced wxYield() call in PopupMenu() by a much safer...
2001-06-08  Vadim Zeitlinadded wxSingleInstanceChecker class
2001-06-07  Stefan Csomorclipboard implementation generalized
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-06-06  Robin DunnUpdated version numbers to 2.3.1
2001-06-05  Vadim Zeitlinapplied patch 430452 (mingw32 compilation fixes)
2001-06-05  Gilles Depeyrotremoved useless defines
2001-06-03  Stefan Csomoradded GetControlBounds for accessing contrl.rect
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-06-01  Robin DunnAllowed MSW wxTrextCtrl styling to also set the backgro...
2001-05-31  Vadim Zeitlinadded wxLocale::GetSystemEncoding
2001-05-31  Vadim Zeitlinwe now send iconize events
2001-05-31  Robin DunnAdded EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEv...
2001-05-31  Robin DunnForgot to check-in this change last week...
2001-05-30  Stefan Csomorrewrite to avoid unnecessary redraws
2001-05-29  David WebsterLots of OS/2 Updates mirroring msw updates
2001-05-29  David WebsterNew grid control OS/2 compile issue
2001-05-29  Stefan Csomoractivated dynlib
2001-05-29  Stefan Csomorcorrected GetCharWidth and implemented MacSuperChangedP...
2001-05-27  Robert RoeblingwxTreeCtrl Mac look
2001-05-27  Vadim Zeitlinreally fixed wxConfig bug
2001-05-27  Vadim Zeitlinfixed wxConfig bug I've introduced yesterday
2001-05-27  Vadim Zeitlinapplied tons of wxGrid patches
2001-05-27  Vadim Zeitlinapplied patch 422308 (fixes for version info for wxWin...
2001-05-27  Vadim Zeitlinremoved wxCLIP_CHILDREN style from wxSplitterWindow
2001-05-27  Václav Slavíkyet another attempt to fix LastFocus bug in wxFrame
2001-05-27  Robert Roebling Tried to make wxTreeCtrl on Mac look more Maccy....
2001-05-27  Vadim Zeitlinadded text style support to wxTextCtrl for MSW
2001-05-26  Václav Slavíkanother attempt to fix wxPanel/wxFrame::m_winLastFocuse...
2001-05-26  Václav Slavíkremoved stubs and qt 'ports'
2001-05-25  David WebsterAdded some extended styles to OS/2
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-05-24  David WebsterAdd RemoveChild
2001-05-23  Václav Slavíkfixed bug in wxFrame::OnActivate
2001-05-23  George TaskerRemoved TABs that had gotten in to the source
2001-05-22  David WebsterFixes errno.h problems and enable joystick code
2001-05-22  Julian SmartCorrected recursive GetToolMargins()
2001-05-22  Vadim Zeitlinfix for discrepancies between wxNotebookEvent and wxNot...
2001-05-22  Julian SmartReplaced typedef with #define for VC++ 1.5, to prevent...
next