]> git.saurik.com Git - wxWidgets.git/history - src
STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src /
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  Vadim ZeitlinWait() doesn't cancel the thread any longer
2003-07-10  Vadim Zeitlintrying to fix the bug which results in blocking forever...
2003-07-10  Vadim Zeitlinfix for IsAlive() called after Kill() or Exit()
2003-07-10  Vadim Zeitlinallow adding/removing columns dynamically (based on...
2003-07-10  Stefan Csomoradded release event
2003-07-10  Vadim Zeitlincompilation fix
2003-07-10  Vadim ZeitlinGTK_TOOLBAR_BOTH_HORIZ is GTK 2 only (it would have...
2003-07-10  Vadim Zeitlinfixes to allow dragging in multiselection tree ctrl...
2003-07-10  Vadim Zeitlinadded state image support (patch 530155)
2003-07-10  David Elliottinclude "wx/toolbar.h" instead of tbar(base|smpl).h
2003-07-10  David ElliottUse wxGetEmptyString() so the types in the ?: statement...
2003-07-10  Vadim Zeitlinset string length properly in wxString(p, conv, len...
2003-07-10  Vadim Zeitlinmake string at least empty (instead of containing garba...
2003-07-10  Vadim Zeitlincorrection to the separators in vertical toolbar after...
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 Zeitlinkeep selected image in sync with the normal one if...
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2003-07-10  Vadim Zeitlinuse gdk_fontset_load() instead of gdk_font_load() for...
2003-07-10  Vadim Zeitlinlinking fixes and code cleanup after hotkey patch
2003-07-10  Vadim Zeitlinallow wxPopupWindow get the key events (patch 713269)
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  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 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 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 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  Vadim Zeitlinmingw compilation fix
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 Morec ompilation fixes.
2003-07-08  Vadim Zeitlinrenamed wxScrollHelper::GetRect() to GetScrollRect...
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íkmuch better looking selection of justified paragraphs
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 ZeitlinRefresh() didn't work as it wasn't passed to subwindows
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 Zeitlinwarning (in Unicode only) fix
2003-07-07  Václav SlavíkUnicode compilation fixes
2003-07-07  Václav Slavíkcompilation fix for #ifdef __WXDEBUG__
2003-07-07  Václav Slavíkapplied modified UTF-8 locales patch (766893)
2003-07-06  Vadim Zeitlindon't east 100% of CPU when showing popup menu (patch...
2003-07-06  Václav Slavíkdon't link wxBase against GUI libraries
2003-07-06  Vadim Zeitlincheck for wrong wxID_OK usage (patch 758388)
next