]> git.saurik.com Git - wxWidgets.git/history - src
fixed double deletion (patch #945491)
[wxWidgets.git] / src /
2004-05-12  David ElliottWrap within #if wxUSE_NOTEBOOK
2004-05-12  George Tasker[SF#777752] Applied a slight variation of this patch...
2004-05-12  George Tasker[SF#851487] wxDb::Catalog() function was attempting...
2004-05-12  George TaskerIndentation formatting fix. No source code affected
2004-05-12  George TaskerUse of blobs with a binding to a SQL_C_BINARY type...
2004-05-12  George TaskerThe wxDb::Open() function that takes a wxDbConnectInf...
2004-05-12  Julian SmartAdded window styles to wxToolBar handler.
2004-05-11  Robin DunnFixed compile warning
2004-05-11  Julian SmartwxDocMDIParentFrame needs a default constructor
2004-05-11  Stefan Csomoradded correct (structure instead of content) bounds...
2004-05-11  Kevin OllivierRestore proper set and kill focus handling for user...
2004-05-10  Robin DunnAdd GetOwner accessor and fix wxRTTI inheritance for...
2004-05-10  Julian SmartDon't show wrong shade of grey when disabled
2004-05-09  Vadim Zeitlinfixed wxFileDataObject in Unicode build
2004-05-09  Julian SmartFixed size problem due to wxMac window implementation...
2004-05-09  Stefan NeisApplied patch [ 929275 ] [wxOS2] Missing title bars.
2004-05-09  Julian SmartBlind fix
2004-05-08  Václav Slavíkcorrected wxLANGUAGE_CHINESE to use same default as...
2004-05-08  Mattia Barbon Remove duplicate definition caused by last commit.
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-05-08  Julian SmartAdded missing textctrl.h include
2004-05-08  Stefan CsomorDataBrowserBased CheckList implementation
2004-05-08  Stefan Csomorconnecting the currently focused text control to the...
2004-05-08  Stefan Csomorscrolling to selection
2004-05-08  Mattia Barbon wxUniversal compilation fix. The fix is ok because...
2004-05-08  Vadim Zeitlinremoved HandleSysCommand() and don't generate duplicate...
2004-05-08  Mattia Barbon CHM help is not compiled for wxUniversal.
2004-05-08  Mattia Barbon Fix for pure virtual method call caused by wxHashTabl...
2004-05-08  Dimitri Schoolwerthremoved tab characters; minor code cleanup
2004-05-08  Dimitri Schoolwerthdon't repaint window if hidden: reduces flickering...
2004-05-07  Vadim Zeitlinsplit wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which...
2004-05-07  Vadim Zeitlindon't define DestroyClippingRegion() any more but simpl...
2004-05-07  Vadim Zeitlindon't add WS_VISIBLE to all windows style (replaces...
2004-05-07  Chris Elliottfix for motif /scintilla bugs
2004-05-07  Dimitri Schoolwerthapplied patch #931719: "ESC closes dialog instead of...
2004-05-07  Stefan Csomorfixed menu item numbering to mac convention
2004-05-07  Robin DunnSetInitialBestSize changes for wxMac
2004-05-07  Dimitri Schoolwerthfixed bug #947908: wxString("abcdefghij", wxConvLibc...
2004-05-06  Dimitri Schoolwerthfixed unused variable warning
2004-05-06  Robin DunnDon't #include the extra files unless we need them
2004-05-06  Robin Dunnmoved #define to before it is used
2004-05-06  Robin DunnUse wxVisualAttributes (#if'd out until tested further)
2004-05-06  Robin DunnUse wxVisualAttributes (partially #if'd out until teste...
2004-05-06  Robin DunnOops, forgot to cleanup some commented-out code before...
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-06  Vadim Zeitlindon't create artificial alpha channel for all bitmaps...
2004-05-06  Vadim Zeitlincompilation fix for older compilers
2004-05-06  Vadim Zeitlinwarning fix for BSD
2004-05-05  Vadim Zeitlincall InitDialog() before showing the dialog, not after...
2004-05-05  Vadim Zeitlinoops, added missing const_cast to make last check in...
2004-05-05  Vadim Zeitlinuse ResetClipping() instead of simply setting m_clippin...
2004-05-05  Vadim Zeitlinmade GetClippingBox() work even for clipping region...
2004-05-05  Vadim Zeitlindon't use non-const wxDC::GetBackground() which doesn...
2004-05-05  Stefan Csomorusing const GetPen
2004-05-04  Vadim Zeitlincheck for multiple calls to gtk_glwindow_realized_callback
2004-05-04  Dimitri Schoolwerthremoved tab characters
2004-05-04  Dimitri Schoolwerthdelayed destruction of global memLocker object
2004-05-04  Stefan Csomorallowing shaped windows again
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-05-04  Dimitri Schoolwerthimproved backwards compatibility when a wxGauge is...
2004-05-03  Robin DunnInitial/Best size fixes for wxRadioBox, wxSlider and...
2004-05-03  Vadim Zeitlinset best size after filling the control with strings
2004-05-03  Vadim Zeitlinremoved the old hack needed to size the control properl...
2004-05-03  Vadim Zeitlinset min size to initial size when it is explicitly...
2004-05-03  Vadim Zeitlincall SetInitialBestSize(), not SetBestSize(), when...
2004-05-03  Vadim Zeitlinmoved SetBestSize() to .cpp file; set min size from it
2004-05-03  Vadim ZeitlinunTABbed
2004-05-03  Jouk Jansen Committing in .
2004-05-02  Stefan NeisTake the inverted coordinate system into account in...
2004-05-02  Stefan NeisDon't choke on NULL pointer passed into wxSlider::GetSize.
2004-05-02  Stefan NeisDon't choke on NULL pointer passed into wxSlider::GetSize.
2004-05-02  Vadim Zeitlindon't let wxChoice created with default size to shrink...
2004-05-02  Stefan NeisWorkaround for compile problem in IconizeChildFrames.
2004-05-02  Stefan NeisAdded missing include.
2004-05-02  Vadim Zeitlinfixed assert failure for a window which doesn't have...
2004-05-02  Vadim Zeitlinmoved OnExceptionInMainLoop() in .cpp from header
2004-05-02  Mattia Barbon Make wxMotif buttons smaller (and nicer) by default,
2004-05-02  Robin DunnImplement some base class virtuals to avoid errors...
2004-05-02  Dimitri Schoolwerthfixed Xcode 1.2 warnings; code cleanup
2004-05-01  Robin DunnReverted last change
2004-05-01  Robin DunnwxScreenDC also needs a pango context and layout so...
2004-05-01  Robin DunnIn wxGTK2 the wxMessageDialog is not a real wxDialog...
2004-05-01  Mattia Barbon Use new wxHashTable implementation not using keyed...
2004-05-01  Mattia Barbon Fixed menu separators.
2004-05-01  Mattia Barbon Native wxControl::DoGetBestSize() implementation
2004-05-01  Mattia Barbon Precompiled headers support.
2004-05-01  Stefan Csomorclassic case menubar changed
2004-05-01  Stefan Csomorreplacing OSX only carbon calls by classic ones for...
2004-05-01  Stefan Csomorpositioning of the insertion point at the end
2004-04-30  Vadim Zeitlinuse an internal wxFileSystem in wxHtmlListBox so that...
2004-04-30  Vadim Zeitlinfixed bug with SetSelection() not hiding the previously...
2004-04-30  Václav Slavíkdon't export private symbols
2004-04-30  Stefan Csomorlibpng vulnerability CAN-2004-0421
2004-04-30  Stefan Csomoradaption for CW 8.3 and quick hack for unicode text...
2004-04-29  Stefan Csomorresources not needed anymore
2004-04-29  Stefan Csomorprecompiled headers changed
2004-04-29  Stefan Csomorfirst private implementation for MPRemoteCalls
2004-04-29  Stefan Csomorobsolete
2004-04-29  Stefan Csomorat the moment built in 'old' textcontrol has better...
2004-04-29  Jouk Jansen Committing in .
next