]> git.saurik.com Git - wxWidgets.git/history - src
bring in the definition of wxSizer, making non-precomp builds working again after...
[wxWidgets.git] / src /
2009-01-24  Stefan Csomorbring in the definition of wxSizer, making non-precomp...
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  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 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  Robert RoeblingForgot this one
2009-01-23  Robert RoeblingGive some OSX specific methods OSX prefix, fixes hidden...
2009-01-23  Robert RoeblingwxDataViewCtrl fixes
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  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 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-21  Vadim Zeitlintweak GetAppDir() to recognize more debug build directo...
2009-01-21  Robert RoeblingAdd visual drag hint
2009-01-21  Vadim Zeitlinuse standard [Shift-]Ctrl-Z accelerators for wxID_REDO...
2009-01-21  Robert RoeblingAdd drop hint
2009-01-21  Robert RoeblingCall SetDataSource() from OnEnter() so that querying...
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 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 ...
2009-01-21  Robert RoeblingCopy and paste error
2009-01-21  Robert RoeblingImplement simple Drop, doesn't work under wxMSW (?)
2009-01-21  Robert RoeblingAdd wxDataFormat GetMatchingPair() which wxGTK and...
2009-01-21  Vadim Zeitlinadded wxStandardPaths::GetAppDocumentsDir() and use...
2009-01-21  Robert RoeblingCompilation fix
2009-01-21  Julian SmartwxRTC now properly honours margin size
2009-01-21  Julian SmartRestore control focus after adaptation
2009-01-21  Robert RoeblingGive GTK specific (but public) methods a Gtk prefix
2009-01-21  Vadim Zeitlinsend destroy events for children before they're fully...
2009-01-20  Vadim Zeitlinmake sure events are enabled in DoWait() before startin...
2009-01-20  Robert RoeblingImplement simple drag
2009-01-20  Robert RoeblingFindNode() must return m_root for wxDataViewItem(0)
2009-01-20  Robert RoeblingSkeleton for generic Drag code
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-20  Kevin OllivierRestore fixes needed for wxRenderer functions to work...
2009-01-20  Stefan Csomorstreamlining slider, scroller, spinbutton for osx carbo...
2009-01-20  Robert RoeblingAdd event based Drop API
2009-01-20  Robert RoeblingSimplified event based Drag API for wxDataViewCtrl
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Jouk JansenUpdate compile support for OpenVMS
2009-01-19  Vadim Zeitlinno changes, just added a clarifying comment
2009-01-19  Robert RoeblingRename XxxxCol() -> XxxxColumn() and resolve inheritanc...
2009-01-19  Vadim Zeitlinuse basetsd.h for non-MSVC compilers (including mingw32...
2009-01-19  Vadim Zeitlincompilation fix after NULL cast removal; also used...
2009-01-19  Vadim Zeitlinreturn true from HasPending() if we have at least 1...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-19  Vadim Zeitlincorrect Id tags
2009-01-19  Robert RoeblingForgot DeleteChildren()
2009-01-19  Robert RoeblingMove model notification code of tree store from the...
2009-01-19  Vadim Zeitlinfix OS/2 compilation of wxDoGetCwd()
2009-01-18  Vadim Zeitlinuse correct value for MTU - sizeof(TCP header)
2009-01-18  Robin Dunndestroy the abort dialog when done with it
2009-01-18  Robert RoeblingReally set standard cursor when over title bar and...
2009-01-18  Jaakko SalliTranslate keycode(s) into character more consistenly...
2009-01-18  Vadim Zeitlinmove ClassRegInfo out from anonymous namespace to work...
2009-01-18  Stefan Csomormouse and cursor additions for cocoa, see #10361
2009-01-18  Vadim Zeitlincompilation fix for old SDKs (VC6...) which don't defin...
2009-01-18  Vadim Zeitlinreduce the margins around bitmaps to avoid truncating...
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2009-01-18  Jaakko SalliFixed bug: splitter was not drawn for nested categories
2009-01-17  Robert RoeblingFix scrolled window bug when reducing the virtual size...
next