wxWidgets.git
2003-07-10  Vadim Zeitlinapplied an extended version of patch 685795: clean...
2003-07-10  Vadim ZeitlindeTABified
2003-07-10  Vadim Zeitlin(blind) fix for valgrind error
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-10  Julian SmartApplied patch [ 762033 ] wxTextValidator crashes when...
2003-07-10  Julian SmartPartially applied patch [ 763900 ] fix for vertical...
2003-07-10  Julian SmartApplied patch [ 767505 ] BCB6 link error
2003-07-10  Julian SmartApplied patch [ 767518 ] BCB6 resource compiler chokes...
2003-07-10  Vadim Zeitlinpreliminary implementation of wxEVT_MENU_OPEN/CLOSE...
2003-07-10  Vadim ZeitlinwxMac doesn't need UseNativeStatusBar hack
2003-07-10  Vadim Zeitlinno real changes
2003-07-10  Vadim Zeitlinfixed build
2003-07-09  Vadim Zeitlin2 step creation for wxDocMDIChildFrame (patch 661657)
2003-07-09  Vadim Zeitlinautomatically link with opengl32.lib and glu32.lib...
2003-07-09  Vadim Zeitlinadded wxSocket::IPAddress() (patch 694119)
2003-07-09  Vadim ZeitlinwxScrolledWindow scrollbar update fix (patch 680427...
2003-07-09  Vadim Zeitlinmade wxTextInputStream Unicode safe and general cleanup...
2003-07-09  Vadim Zeitlinoops, compilation fix after applying the patch
2003-07-09  Vadim Zeitlinwe probably don't need crit section in GetTimeZone()
2003-07-09  Vadim Zeitlinadded some checks for .mo integrity (part of patch...
2003-07-09  Vadim Zeitlinselect all text initially in the control (part of patch...
2003-07-09  Vadim Zeitlinhandle as well as in URLs (part of patch 649438)
2003-07-09  Vadim Zeitlinadded support for POST method and alternate ports ...
2003-07-09  Vadim Zeitlinimplement support for returning several elements at...
2003-07-09  Vadim Zeitlinensure that we don't get stuck in modal loop forever...
2003-07-09  Vadim Zeitlincheck index in GetString()
2003-07-09  Vadim Zeitlinuse mask for GIFs (part of patch 649438)
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 Zeitlinfixed crash in wxSpinButton (patch 646214)
2003-07-09  Vadim ZeitlinVC 7.1 warning fix
2003-07-09  Vadim Zeitlinattempts to fix separate compilation (didn't work)
2003-07-09  Vadim Zeitlintest for Mac before Unix as __UNIX__ is defined as...
2003-07-09  Vadim Zeitlintypo in comment
2003-07-09  Vadim Zeitlinremoved some stray MSW code
2003-07-09  Vadim Zeitlininitialize wxStrings in initialization list, not ctor...
2003-07-09  Vadim Zeitlinfixed gcc 3.3 compilation warnings
2003-07-09  David ElliottDon't save and restore the graphics context for color...
2003-07-09  David ElliottImplement wxWindowDC::Clear()
2003-07-09  David ElliottImplement SetBackground()
2003-07-09  David ElliottwxNullBrush should not be Ok(), and GetNSColor() should...
2003-07-09  David ElliottwxBrushRefData constructor: m_style = style instead...
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-09  Julian SmartFixed a crash on initialization
2003-07-09  David ElliottSet m_window instead of using wxWindowDC constructor...
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  David ElliottRemove check for other wxPaintDCs. It should be done...
2003-07-09  Julian SmartAdded cast to wxWindow*
2003-07-09  Julian SmartFixed missing bracket
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Vadim Zeitlincompilation warning fixes (patch 625810)
2003-07-08  Vadim Zeitlinadded support for wxALWAYS_SHOW_SB (finally closes...
2003-07-08  Vadim Zeitlindeprecated and removed from our code GetUseCtl3D()...
2003-07-08  Vadim Zeitlinwarnings fixes
2003-07-08  Mattia Barbon More MSVC fixes .
2003-07-08  Vadim Zeitlinmingw compilation fix
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  Václav Slavíkfixes to wxHTML selection code: corrected mouse navigation
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  Václav Slavíkstandardized WXMAKINGDLL approach
2003-07-08  Václav Slavíkadded fl bakefile
2003-07-08  Mattia Barbon Compilation fix.
2003-07-08  Václav Slavíkcompilation fix
2003-07-08  Mattia Barbon Compilation fix.
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-08  Václav Slavíkfixed DLL building bug
2003-07-08  Václav Slavíkadded animate bakefile
2003-07-08  Václav Slavíkfixed animate in Unicode mode and removed use of deprec...
2003-07-08  Václav Slavíkadded animate contrib bakefile
2003-07-08  Václav Slavíkadded animate contrib
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 ElliottwxCocoa: allow wxUSE_NUMBERDLG
2003-07-08  David ElliottPosition the status bar properly
2003-07-08  Václav Slavíkremoved gcc warning
2003-07-08  Robert Roebling Added Theme patch.
2003-07-08  Robert Roebling Corrected wxTreeCtrl and wxListCtrl end_label_edit...
2003-07-08  Vadim Zeitlinbackport wxListCtrl::Refresh() fix
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  Václav Slavíkhelpbest is MSW-only and init.h was missing
2003-07-07  Václav Slavíkhelpbest is MSW-only and init.h was missing
2003-07-07  David ElliottUse NSColor from wxColour and wxBrush
2003-07-07  David ElliottFirst hack at wxBrush for wxCocoa
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-07  Vadim Zeitlindocument the functions sending page changing events
2003-07-07  Vadim Zeitlincompilation fix (extra semicolon)
2003-07-07  Vadim Zeitlinwarning (in Unicode only) fix
2003-07-07  Vadim Zeitlinadded wxEntry(char **) declaration
2003-07-07  Vadim Zeitlinmention that OnInit/Exit() should be used instead of...
2003-07-07  Václav SlavíkUnicode compilation fixes
2003-07-07  Václav Slavíkcaret.cpp was missing
2003-07-07  Václav Slavíkcompilation fix for #ifdef __WXDEBUG__
2003-07-07  Václav Slavíkapplied modified UTF-8 locales patch (766893)
next