]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2009-02-04  Francesco Montorsiuse WXDLLIMPEXP_CORE, not WXDLLIMPEXP_BASE for wxThread...
2009-02-04  Francesco Montorsifix wxThreadEvent linking in shared builds
2009-02-04  Francesco Montorsiupdate to the latest version of the patch at #10320...
2009-02-04  Jaakko SalliAdded useful comment to a code sample snippet
2009-02-04  Francesco Montorsifix the new wxThreadEvent class adopting the new type...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-04  Francesco Montorsiin debug mode when clicking with the middle mouse butto...
2009-02-04  Francesco Montorsidocument new wxBLUE_PEN object; add some more details...
2009-02-04  Jaakko SalliAdded proper COW to wxPGChoices, moved wxPGChoices...
2009-02-04  Francesco Montorsiadd standard wxBLUE_PEN for coherency with the colours...
2009-02-04  Vadim Zeitlinfix MSVC warning about implicit int to bool conversion
2009-02-04  Francesco Montorsiupdate list of classes supported by wxGenericValidator
2009-02-04  Vadim Zeitlinrestore the default bitmap icons size to 16*15, making...
2009-02-04  Vadim Zeitlincompilation fixes for wxMSW/Univ
2009-02-04  Vadim Zeitlinmove generic animation sources to ADVANCED_MSW_NATIVE_S...
2009-02-04  Vadim Zeitlinadded back compatibility headers (apparently svn can...
2009-02-04  Paul Cornettrevert last commit, it re-introduces the first problem
2009-02-04  Paul Cornettfix bug introduced in last commit, contents not scrolli...
2009-02-03  Francesco MontorsiRe-add support for multiple text validator styles but
2009-02-03  Vadim Zeitlinadded wxPersistentRegisterAndRestore() function to...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-03  Robert RoeblingAdd space all around std buttons as per Apple HIG ...
2009-02-03  Robert RoeblingAlso report events from wxCollapsiblePane's label
2009-02-03  Robert RoeblingRemoved accidentally committed debug code
2009-02-02  Vadim Zeitlinwork around VC6 ICE in DLL build
2009-02-02  Vadim Zeitlincompilation fix for template Connect()
2009-02-02  Vadim Zeitlinuse explicit this-> with non-dependent names (compilati...
2009-02-02  Vadim Zeitlinuse wxCommandEventHandler instead of manually writing...
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-02  Robert RoeblingInvalidate only the specified rectangle
2009-02-02  Robert RoeblingThe recent change to ::Refresh() (strangely) fails...
2009-02-02  Vadim Zeitlincompilation fix for new event types (this shouldn't...
2009-02-02  Vadim Zeitlindon't always disable new events code; leave it enabled...
2009-02-02  Chris Elliottand a third fix from http://trac.wxwidgets.org/ticket...
2009-02-01  Robert RoeblingMake wxCheckListBox call event.SetString() on all platf...
2009-02-01  Vadim Zeitlinmove evthandler.cpp to non-GUI test as it doesn't requi...
2009-02-01  Vadim Zeitlintest that the connected event handler is really called...
2009-02-01  Vadim Zeitlinremove WXDLLIMPEXP_BASE from template classes to fix...
2009-02-01  Vadim Zeitlindisable warning about using deprecated wxStripExtension...
2009-02-01  Vadim Zeitlinadd a unit test for new events (see #10000)
2009-02-01  Vadim Zeitlinno real changes, just add some comments
2009-02-01  Robert RoeblingThe check column needs more space
2009-02-01  Robert RoeblingEnable the correct code making sure that subwindows...
2009-02-01  Vadim Zeitlinemphasize that you need to specify eventSink when conne...
2009-02-01  Francesco Montorsiblind fix for wxMac
2009-02-01  Francesco Montorsidocument as typedefs the various wxArray* classes so...
2009-02-01  Francesco Montorsiremove implementations from interface headers
2009-02-01  Francesco Montorsifix a couple of typos
2009-02-01  Francesco Montorsiadd the abicheck.sh script for checking possible ABI...
2009-02-01  Francesco Montorsiadd GetControlWidget() accessor to the generic wxCollap...
2009-02-01  Vadim Zeitlincorrect the tests for the window position to actually...
2009-02-01  Chris Elliottsecond http://trac.wxwidgets.org/ticket/10457 fix
2009-02-01  Francesco Montorsiadd uint/long/ulong overloads of operator* and operator...
2009-02-01  Francesco Montorsiuse appropriate casts to fix warnings about double...
2009-02-01  Stefan NeisRemoved extraneous semicolon (partly fixes #10456).
2009-02-01  Vadim Zeitlinanother wxUSE_DRAG_AND_DROP==0 compilation fix
2009-02-01  Vadim Zeitlinposition the popup on the correct screen (see #10462)
2009-02-01  Vadim Zeitlinset standard properties
2009-02-01  Vadim Zeitlincheck for m_parentMenu being NULL in IsChecked/Checked...
2009-02-01  Francesco Montorsifix a typo in comment
2009-02-01  Jaakko SalliUse wxToolBar::SetToolBitmapSize() to setup tool bitmap...
2009-02-01  Stefan Csomoravoid warning
2009-02-01  Stefan Csomorfixing utf32 native conversion
2009-02-01  Paul Cornettsimplify Refresh() and Update()
2009-02-01  Stefan Csomoradding explicit log.h include
2009-02-01  Paul Cornettfix drawing from Update() being overwritten, fixes...
2009-02-01  Stefan NeisFixed compilation error on OS/2 (strnlen declaration...
2009-02-01  Stefan Csomoradding the GetEventHandler() indirection
2009-02-01  Stefan Csomoradding explicit log.h include
2009-02-01  Stefan NeisRemoved extraneous semicolons and commas (partly fixes...
2009-01-31  Vadim Zeitlinallow calling SetItemLabel() for menu items with NULL...
2009-01-31  Vadim Zeitlinlog error message in wxRmdir() for consistency with...
2009-01-31  Vadim Zeitlindocument FindChildItem() (closes #10455)
2009-01-31  Vadim Zeitlinattempt to fix DLL samples link with VC6 which has...
2009-01-31  Vadim Zeitlinallow calling SetItemLabel() for items not attached...
2009-01-31  Francesco Montorsiadd SetCharIncludes and SetCharExcludes utilities to...
2009-01-31  Vadim Zeitlinload ImageList_Copy() dynamically to allow wx apps...
2009-01-31  Vadim Zeitlincorrections after last commit, (see #10452 comment:6)
2009-01-31  Francesco Montorsibetter docs for wxValidator::SetWindow and Validate
2009-01-31  Francesco Montorsigive better names to wxTextValidator::IsInCharIncludes...
2009-01-31  Francesco Montorsia few typo-fix and cosmetic changes to wxFlexGridSizer...
2009-01-31  Francesco Montorsiadd operator* taking doubles to wxSize
2009-01-31  Francesco Montorsiadd an example of a custom wxValidator-derived class...
2009-01-31  Francesco Montorsiadd wxStringCheck templated utility function
2009-01-31  Vadim Zeitlinfix warnings about conversion between DWORD and pointer...
2009-01-31  Robert RoeblingForgot to commit
2009-01-31  Vadim Zeitlindefine MIIM_BITMAP &c in wx/msw/missing.h instead of...
2009-01-31  Francesco Montorsifix typo; document wxFlexSizerGrowMode
2009-01-31  Robert RoeblingDisable wxSIZE_FORCE_EVENT and demonstrate its bug...
2009-01-31  Vadim Zeitlinremove extra line breaks which prevents Doxygen from...
2009-01-31  Vadim Zeitlinuse margin width after updating it in OnMeasureItem...
2009-01-31  Vadim Zeitlindon't use built-in support for menu bitmaps if they...
2009-01-31  Vadim Zeitlinuse SetMenuItemInfo() to update the item label to avoid...
2009-01-31  Vadim Zeitlindon't list SetSelection() as being deprecated, it isn't
2009-01-31  Francesco Montorsibetter define what an ASCII character is considered...
2009-01-31  Vadim Zeitlinno real changes, just remove unnecessary code; use...
2009-01-31  Francesco Montorsidocument only char* variant of all string utility funct...
2009-01-31  Francesco Montorsisay that use of _T() is discouraged in new code, just...
2009-01-31  Vadim Zeitlindon't override the toolbar height with too small value
2009-01-31  Robert RoeblingFixes #10437 (wxDataObjectComposite::Add may add object...
next