]> git.saurik.com Git - wxWidgets.git/history - include
useh higher value of _WIN32_IE
[wxWidgets.git] / include /
2003-07-17  Vadim Zeitlinuseh higher value of _WIN32_IE
2003-07-17  Václav Slavíkprevious commit removed WXDLLIMPEXP_HTML by mistake
2003-07-17  Václav Slavíkcompilation fixes for msw_gl
2003-07-16  David ElliottImplement GetLabel and SetLabel
2003-07-16  Václav Slavíkremoved GetHorizontalConstraints -- no longer needed
2003-07-15  Julian SmartCompile with EVC 3.0 2002
2003-07-15  Václav Slavíkno need to define STRICT here either
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-15  Václav SlavíkDigitalMars check didn't work
2003-07-15  Václav Slavíkdon't break lines in the middle of word
2003-07-15  David ElliottSetStringSelection: wxString& should be const
2003-07-15  David ElliottwxCocoa: Added wxGauge
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-15  Julian SmartSmall tweaks for WinCE compatibility
2003-07-14  David ElliottwxCocoa: Added wxSpinButton
2003-07-14  David ElliottwxCocoa: Added basic (i.e. not working) implementation...
2003-07-14  David ElliottAdded default argument (true) to Show()
2003-07-14  David ElliottAdded (Start|End)DrawingOnTop stubs
2003-07-14  David ElliottPlace wxAutoNSAutoreleasePool in this header
2003-07-14  Julian SmartRationalised OnIdle
2003-07-14  David ElliottPut OnIdle() back. Without deleting pending objects...
2003-07-14  Vadim Zeitlinremoved OnIdle() which didn't compile any longer
2003-07-13  Vadim Zeitlinadded wxHAS_ICON_LOCATION and wxHAS_CRASH_REPORT
2003-07-13  Vadim ZeitlinwxSEHReport renamed to wxCrashReport enhanced and debug...
2003-07-13  Mattia Barbon Move #inclusion of wx/msw/winundef.h for MinGW to...
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-13  Vadim Zeitlinfirst version of crash reporting code
2003-07-12  Julian SmartUse WM_INITMENUPOPUP
2003-07-12  Mattia Barbon Readd wxStringList::Add when wxUSE_STL=1, for compati...
2003-07-12  Mattia Barbon Added and documented wxColourDatabase::AddColour.
2003-07-12  Julian SmartAdded wxWinceHelpController
2003-07-12  Julian SmartAdded net stuff, some fixes to gsock code for WinCE
2003-07-12  Julian SmartFixed menubar on WinCE
2003-07-12  Julian SmartRemoved obsolete file
2003-07-12  Vadim Zeitlin fixed class/struct mismatch
2003-07-12  Mattia Barbon Multilib linking fixes.
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartFixed some duff #ifdefs
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Stefan Csomorapptraits in line for carbon and mach-o
2003-07-11  Vadim Zeitlinfixed using arrays as nested classes
2003-07-11  Vadim Zeitlinremoved a :: from WX_CLEAR_HASHMAP
2003-07-11  David ElliottAssociate/Disassociate now check for non-NULL pointer...
2003-07-11  Julian SmartMore WinCE mods.
2003-07-11  Julian SmartFurther WinCE mods
2003-07-10  Stefan NeisRemoved Auto3D variable following other ports.
2003-07-10  Vadim Zeitlinrestored old wxCOMPILE_TIME_ASSERT2 definition as the...
2003-07-10  Julian SmartSome WinCE fixes
2003-07-10  Mattia Barbon Use correct export directive for multilib.
2003-07-10  David ElliottImplement SetBackgroundMode()
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Mattia Barbon wxSortedArray::Add must return the index of the newly
2003-07-10  Mattia Barbon Missing CHARSET_HANGUL fix.
2003-07-10  Mattia Barbon Compilation fix.
2003-07-10  Vadim Zeitlinadded state image support (patch 530155)
2003-07-10  Vadim Zeitlinadded wxThreadHelper class (patch 756906)
2003-07-10  Vadim Zeitlinadded functions to read/write several elements at once...
2003-07-10  Vadim Zeitlin(blindly) fixed header case confusion (replacement...
2003-07-10  Vadim Zeitlinadded state image support (patch 530155)
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2003-07-10  Vadim Zeitlinlinking fixes and code cleanup after hotkey patch
2003-07-10  Vadim Zeitlinapplied an extended version of patch 685795: clean...
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-10  Vadim ZeitlinwxMac doesn't need UseNativeStatusBar hack
2003-07-10  Vadim Zeitlinfixed build
2003-07-09  Vadim Zeitlin2 step creation for wxDocMDIChildFrame (patch 661657)
2003-07-09  Vadim Zeitlinadded wxSocket::IPAddress() (patch 694119)
2003-07-09  Vadim Zeitlinmade wxTextInputStream Unicode safe and general cleanup...
2003-07-09  Vadim Zeitlinadded support for POST method and alternate ports ...
2003-07-09  Vadim ZeitlinGetClientData(int n) should be const (part of patch...
2003-07-09  Vadim Zeitlinadded missing #include <wx/defs.h> (parts of patch...
2003-07-09  Vadim Zeitlintest for Mac before Unix as __UNIX__ is defined as...
2003-07-09  Vadim Zeitlintypo in comment
2003-07-09  David ElliottImplement wxWindowDC::Clear()
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-09  David ElliottStore a pointer to the wxWindow in the wxWindowDC class
2003-07-09  David ElliottAvoid paint event recursion when the run loop is restar...
2003-07-09  Julian SmartRemoved overloaded DoMenuUpdates function since it...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Vadim Zeitlinwarnings fixes
2003-07-08  Mattia Barbon More MSVC fixes .
2003-07-08  Mattia Barbon More MSVC fixes .
2003-07-08  Vadim Zeitlingot rid of (unused since a long time) wxNO_3D and wxUSE...
2003-07-08  Mattia Barbon Blind fix for MSVC.
2003-07-08  Mattia Barbon Morec ompilation fixes.
2003-07-08  Vadim Zeitlinrenamed wxScrollHelper::GetRect() to GetScrollRect...
2003-07-08  Mattia Barbon Compilation fix.
2003-07-08  Václav Slavíkcompilation fix
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-08  Václav Slavíkmuch better looking selection of justified paragraphs
2003-07-08  David ElliottwxBITMAP now uses XPM constructor for wxCocoa (like...
2003-07-08  David ElliottPosition the status bar properly
2003-07-08  Vadim ZeitlinRefresh() didn't work as it wasn't passed to subwindows
2003-07-08  Robert Roebling Upported mouse click detection change for wxChoice.
2003-07-07  David ElliottFirst hack at wxBrush for wxCocoa
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-07  Vadim Zeitlincompilation fix (extra semicolon)
2003-07-07  Vadim Zeitlinadded wxEntry(char **) declaration
2003-07-06  Vadim Zeitlinsend more page change events (patch 750521); document...
next