]> git.saurik.com Git - wxWidgets.git/history - src
allocate size for the extra controls in the file dialog (#9679)
[wxWidgets.git] / src /
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...
2009-01-17  Stefan Csomorfixing screen coordinate transformation
2009-01-17  Stefan Csomorfixing include style
2009-01-17  Jaakko SalliFix wxEnumProperty unspecified value by taking it into...
2009-01-17  Stefan Csomormissing commit
2009-01-17  Stefan Csomorfixing dangling includes
2009-01-17  Jaakko SalliFixed relaying of wxEVT_MOUSEWHEEL to popup control
2009-01-17  Vadim Zeitlinimplement wxTreeCtrl::ItemHasChildren() properly for...
2009-01-17  Vadim Zeitlindefine [us]ptr_t properly for mingw64 compilation
2009-01-17  Stefan Csomorprinting adjustment
2009-01-17  Stefan Csomorstreamlining printing support, adding printing support...
2009-01-17  Stefan Csomoravoiding warning for unused var in cocoa build
2009-01-16  Francesco Montorsiuse enumerations instead of integers for wxFont style...
2009-01-16  Vadim Zeitlinuse wcs(n)casecmp() if available; use wxStricmp() to...
2009-01-16  Vadim Zeitlinimplement SetTimes() for directories too under MSW...
2009-01-16  Vadim Zeitlinadd missing header for mingw32 PCH-less build
2009-01-16  Vadim Zeitlinensure that ProcessEvent() is called for all the event...
2009-01-16  Stefan Csomorfixing infinite recursion for rotated text, introduced...
2009-01-16  Francesco MontorsiMove SetDefaultTimeout to wxProtocol and set it to...
2009-01-16  Robert RoeblingAdded wxDataViewListCtrl, use it in the sample
2009-01-16  Jouk JansenAdd combo sample to compile list of OpenVMS
2009-01-16  Francesco Montorsifix motif combobox for Motif < 2.0
2009-01-16  Francesco Montorsifix wxMotif build
2009-01-16  Francesco Montorsino real change; just reorder functions
2009-01-16  Vadim Zeitlindon't use wxString::FromASCII() with possibly non-ASCII...
2009-01-16  Václav Slavíksilence gcc warnings in "vararg" functions such as...
2009-01-16  Robert RoeblingChange GetValue() and SetValue() to GetValueByRow(...
2009-01-15  Robert RoeblingUse paint handler instead of wxClientDC to draw DnD...
2009-01-15  Stefan Csomormake sure group boxes don't get the big font
2009-01-15  Bryan PettyInitialize m_action_window to NULL in wxAuiManager...
2009-01-15  Stefan Csomoradding missing header for non-precomp build
2009-01-15  Vadim Zeitlinfix PCH-less build with wxUSE_URL_NATIVE (see #10338)
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-15  Julian SmartAdded font family to wxTextAttr
2009-01-14  Robert RoeblingFixes #10382: Memory leak in wxDataViewMainWindow:...
2009-01-14  Robert RoeblingDon't make wxFrame grow when adding a native wxToolbar
2009-01-14  Vadim Zeitlinreduce IPC buffer size to be less than typical Ethernet...
2009-01-14  Francesco Montorsiuse wxStrnlen() and add NULL-checks in wxMsgCatalogFile...
2009-01-14  Francesco Montorsido not assert when the validator style == wxFILTER_NONE
2009-01-14  Francesco Montorsiadd some wxIMAGE_OPTION_PNG_xxx options to wxImage...
2009-01-14  Francesco Montorsifix ANI loading; check for errors when calling Read()
2009-01-14  Vadim Zeitlindon't assert if the locale couldn't be set in AddCatalo...
2009-01-14  Vadim Zeitlindon't try to destroy the already destroyed OCX HWND
2009-01-14  Francesco Montorsicall event.Enable(true) in OnUpdateFileOpen and OnUpdat...
2009-01-14  Stefan Csomorcleaning up warnings, more common event code
2009-01-14  Stefan Csomorrouting native events first to the wx class and only...
2009-01-13  Vadim Zeitlindon't define wxHeaderColumnsRearrangeDialog if !wxUSE_R...
2009-01-13  Vadim Zeitlinfix memory leak of FrameSite (see #3935)
2009-01-13  Vadim Zeitlinuse wxWindow::GetClientSize() instead of ::GetClientRec...
2009-01-13  Robert RoeblingAlso update cursor when over toolbar and titlebar
2009-01-13  Francesco Montorsicheck for wxInputStream::Read errors
2009-01-13  Francesco Montorsialways properly check if SeekI() calls succeded; this...
2009-01-13  Stefan Csomorusing subclass as impl ptr, common code in macro becaus...
2009-01-13  Stefan Csomorcommon event code
next