wxWidgets.git
2009-01-26  Vadim Zeitlindisable utils compilation in stable STL builds as tex2r...
2009-01-26  Vadim Zeitlindon't show the currently hidden frame if Iconize()...
2009-01-26  Vadim Zeitlindocument the correct base class
2009-01-26  Vadim Zeitlininclude missing header (wx/msw/wrapcctl.h) for PCH...
2009-01-25  Robert RoeblingLittle correction to hand-made sizing
2009-01-25  Robert RoeblingFinally corrected drawing of wxListCtrl selection rect...
2009-01-25  Vadim ZeitlinMac build fixes after latest change (closes #10433)
2009-01-25  Vadim Zeitlindon't change the combobox text when it's being resized...
2009-01-25  Vadim Zeitlinundo r58380 as it breaks tree control background repain...
2009-01-25  Vadim Zeitlincompilation fix for VC6 after last change; use wx namin...
2009-01-25  Vadim Zeitlinremove unused function and out of date comments (we...
2009-01-25  Vadim Zeitlinfix state images after changing their style (see #9591)
2009-01-25  Vadim Zeitlinuse GetBoundingRect() for the in place text control...
2009-01-25  Vadim Zeitlincorrections to size calculations for state images ...
2009-01-25  Vadim Zeitlinremove duplicated HitTest implementation from wxCheckLi...
2009-01-25  Vadim Zeitlinuse correct item index for wxEVT_COMMAND_LISTBOX_DOUBLE...
2009-01-25  Vadim Zeitlinallow specifying the mask colour in wxImage::ConvertAlp...
2009-01-25  Francesco Montorsiorganize in groups wxAppConsole functions
2009-01-25  Jaakko SalliAdded XRC handler for wxComboCtrl (closes #10151)
2009-01-25  Francesco Montorsiblind build fix for wxMac
2009-01-25  Vadim Zeitlinskip mouse events we're not interested in (e.g. mouse...
2009-01-25  Vadim Zeitlindon't use the not always appropriate word "document...
2009-01-25  Vadim Zeitlindon't use _() in the public header in case WXINTL_NO_GE...
2009-01-25  Vadim Zeitlinadd wxDrawStateBitmap() (closes #10289)
2009-01-25  Vadim Zeitlinnotify the timers outside of loop over m_timers to...
2009-01-25  Francesco Montorsibuild fix
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-25  Vadim Zeitlinadded (MSW-only) wxListCtrl::OnGetItemColumnAttr()...
2009-01-25  Vadim Zeitlinreturn NULL from GetVoidPtr() for NULL variants instead...
2009-01-25  Vadim Zeitlinmerged libpng 1.2.34 into the trunk (see #10043)
2009-01-25  Vadim Zeitlinfix MSVC warning C4516 about using deprecated access...
2009-01-25  Vadim Zeitlinzero {host,serv}ent_data before passing it to the syste...
2009-01-25  Vadim Zeitlinadded wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir...
2009-01-25  Vadim Zeitlinconvert COM arguments to wx lazily to improve performan...
2009-01-25  Vadim Zeitlinadd IsOk() (closes #9872)
2009-01-25  Vadim Zeitlindon't deprecate the entire wxDrawObject class, this...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-25  Vadim Zeitlinallow using wxBG_STYLE_CUSTOM even with the native...
2009-01-25  Vadim Zeitlindeprecate wxDrawObject (#9860)
2009-01-25  Stefan Csomoradapting to name change in r58318
2009-01-25  Vadim Zeitlinimplement wxChoicebook::SetWindowVariant() by forwardin...
2009-01-25  Vadim Zeitlinremoved debugging wxPrintf() which not only had nothing...
2009-01-25  Stefan Csomoradapting to name change in r58318
2009-01-24  Stefan Csomorbring in the definition of wxSizer, making non-precomp...
2009-01-24  Stefan Csomorbring in the definition of wxScrollHelper, making non...
2009-01-24  Vadim Zeitlintake into account the controlling wxChoice size in...
2009-01-24  Robert RoeblingPseudo-sort MIME types (all application/xxx at the...
2009-01-24  Vadim Zeitlinminor fixes for custom controls support in wxFileDialog...
2009-01-24  Francesco Montorsiwxgtk_window_size_request_callback is not needed by...
2009-01-24  Francesco Montorsido not export private symbols in wx shared libraries
2009-01-24  Robert RoeblingAdd comment explaining why we filter out application...
2009-01-23  Vadim Zeitlinadd missing wxUSE_DRAG_AND_DROP checks
2009-01-23  Robert RoeblingDon't pretend to be a GtkTreeView where it isn't required
2009-01-23  Robert RoeblingOptical improvements under OS X
2009-01-23  Robert RoeblingOnly use text/xxx, skip application/xxx in MIME database
2009-01-23  Robert RoeblingCorrect conversion from text file to charset (which...
2009-01-23  Robert RoeblingDon't attempt to convert non-ascii strings to filenames
2009-01-23  Stefan Csomorfixing some warnings
2009-01-23  Stefan Csomorfixing 64 bit compile
2009-01-23  Robert RoeblingAlways use theme border for inner window under wxGTK
2009-01-23  Robert RoeblingPostpone size event from wxTLW resizing to idle
2009-01-23  Robert RoeblingNot calling _size_allocate() breaks a.o. the native...
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2009-01-23  Robert RoeblingPrevent surplus calls of _size_allocate() if no change
2009-01-23  Robert RoeblingDon't always show the vertical scrollbar
2009-01-23  Robert RoeblingRemove scrollbar spacing from client size
2009-01-23  Robert RoeblingAdd simple wxListCtrl to complex sample
2009-01-23  Robert RoeblingGTK+'s native controls usually have a bigger line height
2009-01-23  Robert RoeblingRestore keyboard navi
2009-01-23  Robert RoeblingTried hard to get the selection/focus rectangle drawn...
2009-01-23  Vadim Zeitlinrebake without persistence files
2009-01-23  Robert RoeblingForgot this one
2009-01-23  Robert RoeblingForgot header with OSX prefix
2009-01-23  Robert RoeblingGive some OSX specific methods OSX prefix, fixes hidden...
2009-01-23  Robert RoeblingwxDataViewCtrl fixes
2009-01-23  Robert RoeblingRemove persistence related files ag
2009-01-23  Robert RoeblingRemove persistence related files again
2009-01-23  Vadim Zeitlinfix wxEVT_SPIN_XXX definitions in a nicer (compatible...
2009-01-22  Robert RoeblingReorganized wxListCtrl's window layout (same as wxDataV...
2009-01-22  Jaakko SalliAdd wxPropertyGridEditorEventForwarders into wxPendingD...
2009-01-22  Francesco Montorsiupdate KDE guide link; added to the list of the 'Change...
2009-01-22  Robert RoeblingUse theme border in wxListCtrl sample
2009-01-22  Francesco Montorsifix comment which otherwise produces misleading results...
2009-01-22  Robert RoeblingTrying again to improve border type guessing
2009-01-22  Robert RoeblingDon't extend last header column button, as the column...
2009-01-22  Robert Roeblingdraw icon before text label in header (huh?)
2009-01-22  Robert RoeblingFurther header button details
2009-01-22  Robert Roeblingtypo
2009-01-22  Robert RoeblingFurther attempts at getting the header buttons right
2009-01-22  Robert RoeblingUse wxCONTROL_SPECIAL to denote first header button
2009-01-22  Robert RoeblingThe last button also looks different in the header...
2009-01-22  Robert RoeblingFirst and other header buttons look different
2009-01-22  Robert RoeblingFirst and other header buttons look different
2009-01-22  Robert RoeblingRespect that GTK+ wants to have space between scrollbar...
2009-01-22  Robert RoeblingTry to be smarter about querying the border witdh
2009-01-22  Robert RoeblingOverride GetDefaultBorder, currently changes nothing
2009-01-22  Francesco Montorsifix wxWindow::PushEventHandler and related wxWindow...
2009-01-22  Francesco Montorsia few more member groups, in line with the real header...
2009-01-22  Francesco Montorsino real change: just grouped the tons of wxWindows...
next