]> git.saurik.com Git - wxWidgets.git/history - src/common
fixed wxUniv's wxDialog::ShowModal() to use GetParentForModalDialog()
[wxWidgets.git] / src / common /
2007-12-16  Robert RoeblingPatches-1851591 ] dataview sample is crashing (under...
2007-12-15  Vadim Zeitlindon't misinterpret the time after the date as a weekday...
2007-12-15  Vadim Zeitlinfixed wxGTK1 compilation after wxDC changes (still...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-15  Václav Slavíkremoved SetVirtualSizeHints() and related code
2007-12-15  Vadim Zeitlindon't modify the output variable if ToXXX() fails to...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-12-15  Vadim ZeitlinwxMotif compilation fixes after wxDC changes
2007-12-14  Vadim Zeitlinfixed wxDFB compilation after wxDC-related changes
2007-12-14  Vadim Zeitlinfixed unused parameter warning
2007-12-13  Vadim Zeitlindon't allow TAB-bing away to other TLWs
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-11  Vadim Zeitlindon't overload SizeInM{aj,in}orDir() on const/non-const...
2007-12-09  Chris Elliottanother VC6 fix; i reused inside for
2007-12-09  Robert Roeblinguse wxPopupWindow for wxCombo (doesn't work yet)
2007-12-08  Vadim Zeitlintranslate wx{File,Dir}PickerWidgetLabel
2007-12-08  Stefan Csomorunifying CFTypes
2007-12-08  Robert RoeblingAdded wxWrapSizer (modified patch: [1826950] Wrapping...
2007-12-08  Robert RoeblingDocument wxBitmapToggleButton, add update UI event...
2007-12-05  Stefan Csomorextending locale detection
2007-12-04  Václav SlavíkwxLaunchDefaultBrowser messages should be localized
2007-12-04  Stefan Csomorshorter code for wxMac
2007-12-04  Stefan Csomoremulate expected setlocale(0,"") behaviour
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
2007-12-04  Vadim Zeitlinuse wxFileName to construct well-formed paths in GetMsg...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-12-03  Stefan Csomorfixing warning about missing virt destructor
2007-12-03  Robert Roeblingcompile fix
2007-12-03  Robert RoeblingResize col to fill entire client area if only 1 col.
2007-12-03  Robert RoeblingAdd support for wxDC_ROW_LINES for GTK+ and OS X
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-12-02  Vadim Zeitlinadded wxArtProvider::GetMessageBoxIcon() to avoid dupli...
2007-12-02  Stefan Csomorremoving non darwin mac source
2007-12-01  Vadim Zeitlinadded wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will...
2007-12-01  Robert RoeblingAdded wxDataViewTreeCtrl
2007-11-30  Robert Roeblingcompilation
2007-11-30  Vadim Zeitlinfree wxDCFactory::m_factory; also renamed SetDCFactory...
2007-11-30  Vadim Zeitlinremove default wxDC ctor to make it impossible to const...
2007-11-30  Stefan Csomorusing common code
2007-11-30  Vadim Zeitlinlast commit resolved the conflict incorrectly, undoing it
2007-11-30  Vadim Zeitlinmove IMPLEMENT_CLASS macros for wxBuffered[Paint]DC...
2007-11-30  Robert Roeblingremove test for new dc
2007-11-30  Robert RoeblingCompile with printarch off
2007-11-30  Robert RoeblingRemove old wxDCBase class, restore IMPLEMENT_CLASS...
2007-11-30  Robert RoeblingwxOverlay compile fix
2007-11-30  Robert Roeblingmore DC changes for wxX11
2007-11-30  Robert RoeblingDC reorganization
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-29  Vadim Zeitlintranslate the descriptions in SetDesc(wxCmdLineEntryDesc)
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-11-24  Stefan NeisBlind compilation fix for Watcom.
2007-11-24  Stefan Csomorbringing wxmac in line using cflocale
2007-11-23  Vadim Zeitlincompilation fix for wxUSE_STL==1 in DoGetSibling()
2007-11-22  Stefan Csomorcleanup mac
2007-11-22  Stefan Csomorcleanup mac
2007-11-22  Václav Slavíkdon't add new PNG handler instance every time wxSVGFile...
2007-11-22  Václav Slavíkuse NULL for NULL pointers, not 0
2007-11-21  Stefan NeisCompilation fix for OS/2.
2007-11-20  Vadim Zeitlinadded wxWindow::GetPrev/NextSibling()
2007-11-19  David ElliottDocument the cfstring.h/cfstring.cpp as being used...
2007-11-19  David ElliottFix wxCocoa build by including the relevant headers...
2007-11-19  Robert RoeblingAdd short-cut for wxDataViewListIndexModel for generic...
2007-11-19  Robert RoeblingTypo
2007-11-18  Robert RoeblingImplement wxGTK internal short-cut for wxDataViewIndexL...
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-18  Vadim Zeitlinfix gcc signed/unsigned comparison warnings after recen...
2007-11-18  Vadim ZeitlinwxGTK compilation fix after wxInfoMessageBox change...
2007-11-18  Vadim ZeitlinwxColourData::operator=() should return wxColourData...
2007-11-18  Vadim Zeitlinadded public wxInfoMessageBox() (slightly modified...
2007-11-18  Vadim Zeitlinpreserve custom colours between calls to wxGetColourFro...
2007-11-17  Vadim Zeitlinadded SetInitialSocketBuffers() to allow changing the...
2007-11-17  Vadim Zeitlinallow to optionally use vendor name component in standa...
2007-11-17  Vadim Zeitlincompare colours using their operator==() instead of...
2007-11-17  Vadim Zeitlinadd wxModule::AddDependency(name) overload (patch 1790451)
2007-11-16  Vadim Zeitlinreset global wxTheApp pointer before deleting it to...
2007-11-16  Vadim Zeitlinadded logic to manage automatically allocated ids in...
2007-11-16  Stefan Csomorcleanup mac
2007-11-15  Robert RoeblingSlightly overoptimized
2007-11-15  Paul Cornettbuild fixes for 64-bit
2007-11-15  Robert Roeblingoptimise startup of wxDataViewIndexListModel
2007-11-14  Robert RoeblingwxDC rework, forgot these
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-13  Vadim Zeitlinreplace changes of r49890 by defining more compatibilit...
2007-11-13  Robert RoeblingMore DC changes
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-13  Julian SmartResolve '&&' ambiguity
2007-11-13  Julian SmartResolve '&&' ambiguity (VC++ 6)
2007-11-13  Vadim Zeitlinnl_langinfo() check in wxIsLocaleUtf8() was never done...
2007-11-12  Vadim Zeitlinmade wxApp::argv an object convertible to either char...
2007-11-12  Vadim Zeitlinsuppress unused parameter warning in UTF8-only build
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-11  Vadim Zeitlincorrect typo in last commit
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-11-10  Vadim Zeitlinfix unused parameters warnings
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Vadim Zeitlinforward ported changes in 2.8.7 from WX_2_8_BRNACH
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-06  Julian SmartMoved desktop margin options to a more sensible place
next