wxWidgets.git
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...
2009-01-21  Vadim Zeitlintweak GetAppDir() to recognize more debug build directo...
2009-01-21  Francesco Montorsifix wxHtmlCell::Layout docs
2009-01-21  Robert RoeblingAdd visual drag hint
2009-01-21  Francesco Montorsirename also motif logo
2009-01-21  Francesco Montorsirename image files in a coherent way; remove old unused...
2009-01-21  Vadim Zeitlinfix problem with using wxEVT_SPIN in event tables after...
2009-01-21  Vadim Zeitlinuse standard [Shift-]Ctrl-Z accelerators for wxID_REDO...
2009-01-21  Robert RoeblingAdd drop hint
2009-01-21  Bryan PettyApplied minor documentation corrections to wxRegKey...
2009-01-21  Robert RoeblingCall SetDataSource() from OnEnter() so that querying...
2009-01-21  Vadim Zeitlindisable wxUSE_MEDIACTRL when wxUSE_ALL_FEATURES==no...
2009-01-21  Vadim Zeitlinfix compilation (but not working) of the code in wxUSE_...
2009-01-21  Vadim Zeitlinfix compilation with wxUSE_SPIN{BTN,CTRL}==0 (closes...
2009-01-21  Vadim Zeitlinfix wxURI::GetUser() for URIs without password; added...
2009-01-21  Paul Cornettdon't use m_backing_window, it can't be drawn on
2009-01-21  Vadim Zeitlinallocate size for the extra controls in the file dialog...
2009-01-21  Vadim Zeitlinreally fix compilation in !wxUSE_LOG_DIALOG case (still...
2009-01-21  Robert RoeblingUse wxDF_UNICODETEXT to make wxMSW crash
2009-01-21  Robert RoeblingReinitialise wxDataViewCustomRenderer's DC every time
2009-01-21  Robert Roeblingiter = NULL in iter_n_children() means root
2009-01-21  Vadim Zeitlinfix compilation in !wxUSE_LOG_DIALOG case (closes ...
next