]> git.saurik.com Git - wxWidgets.git/history - include
Removed unneeded FixUpMouse() method, some more GTK prefixing
[wxWidgets.git] / include /
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-02-13  Robert RoeblingForgot to commit file for giving a GTK specific methid...
2009-02-13  Bryan PettyGTK compilo: looks like a header missed the r58850...
2009-02-12  Robert RoeblingwxFilePickerCtrl's button should know if it has an...
2009-02-12  Vadim Zeitlinmade wxArrayString::assign(iterator, iterator) a templa...
2009-02-12  Julian SmartFixed wxRichTextRange != operator
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
2009-02-10  Paul Cornettcorrected build fix, new code does work with GTK+ ...
2009-02-10  Francesco Montorsifix for when wxUSE_DRAG_AND_DROP==0 (e.g. in wxX11)
2009-02-09  Vadim Zeitlincompilation fix for GTK+ < 2.10
2009-02-09  Stefan Csomorflipped accessor conforming to plain c++ impl
2009-02-09  Stefan CsomorGetRegion is not needed anymore
2009-02-09  Stefan Csomorcommon drawing code for osx-cocoa and osx-carbon, also...
2009-02-09  Francesco Montorsifix memory leak; allocate the DC before SetFont() is...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Kevin OllivierEnable wxDVC on OS X Cocoa using the generic control.
2009-02-08  Kevin OllivierStub out GetMatchingPair() for now to allow us to use...
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
2009-02-08  Francesco Montorsioptimize rendering code by calling GetClientSize()...
2009-02-08  Stefan Csomorturning on icons for osx-cocoa
2009-02-08  Vadim Zeitlindon't react to wxEVT_DESTROY events from child windows
2009-02-08  Francesco Montorsiuse Ellipsize() in wxStatusBarGeneric so that the text...
2009-02-08  Francesco Montorsisplit wxControl::Ellipsize() in two functions for bette...
2009-02-08  Stefan Csomormenu fixes, also fixes #10479
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Vadim Zeitlinmake dtor public to fix VC6 build
2009-02-07  Vadim Zeitlinfix other insert() overloads to work when inserting...
2009-02-07  Vadim Zeitlinremoved wrong check from splice(it, list, first)
2009-02-07  Kevin OllivierImplement GetDashCount() for Carbon/Cocoa.
2009-02-07  Kevin OllivierAdd (currently unimplemented) missing wxRegion construc...
2009-02-07  Kevin OllivierThe GL library needs access to this.
2009-02-07  Vadim Zeitlinfix wxList::erase(it, end()) in non-STL build (see...
2009-02-07  Vadim Zeitlinfix (harmless for now) g++ warning about non-virtual...
2009-02-07  Vadim Zeitlinyet another wxUSE_DRAG_AND_DROP==0 compilation fix
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Vadim Zeitlinfix typo in last commit
2009-02-07  Vadim Zeitlinrename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
2009-02-07  Jaakko SalliEliminated two unneeded arguments from wxPropertyGrid...
2009-02-07  Jaakko SalliFixed and refactored wxPropertyGridManager decsription...
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-02-06  Vadim Zeitlinallow handling events in a function taking the base...
2009-02-05  Francesco Montorsidocument the protected functions of wxTextValidator...
2009-02-04  Vadim Zeitlinuse WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE...
2009-02-04  Francesco Montorsiadd a wxEventType argument to wxThreadEvent for coheren...
2009-02-04  Francesco Montorsiuse WXDLLIMPEXP_CORE, not WXDLLIMPEXP_BASE for wxThread...
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  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  Vadim Zeitlinrestore the default bitmap icons size to 16*15, making...
2009-02-04  Vadim Zeitlincompilation fixes for wxMSW/Univ
2009-02-04  Vadim Zeitlinadded back compatibility headers (apparently svn can...
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 RoeblingAlso report events from wxCollapsiblePane's label
2009-02-02  Vadim Zeitlinwork around VC6 ICE in DLL build
2009-02-02  Vadim Zeitlinuse explicit this-> with non-dependent names (compilati...
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-02  Vadim Zeitlindon't always disable new events code; leave it enabled...
2009-02-01  Vadim Zeitlinremove WXDLLIMPEXP_BASE from template classes to fix...
2009-02-01  Vadim Zeitlinno real changes, just add some comments
2009-02-01  Francesco Montorsiblind fix for wxMac
2009-02-01  Francesco Montorsiadd GetControlWidget() accessor to the generic wxCollap...
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 Zeitlinset standard properties
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 NeisFixed compilation error on OS/2 (strnlen declaration...
2009-02-01  Stefan NeisRemoved extraneous semicolons and commas (partly fixes...
2009-01-31  Vadim Zeitlinattempt to fix DLL samples link with VC6 which has...
2009-01-31  Francesco Montorsiadd SetCharIncludes and SetCharExcludes utilities to...
2009-01-31  Francesco Montorsigive better names to wxTextValidator::IsInCharIncludes...
2009-01-31  Francesco Montorsiadd operator* taking doubles to wxSize
2009-01-31  Francesco Montorsiadd wxStringCheck templated utility function
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  Vadim Zeitlinno real changes, just remove unnecessary code; use...
2009-01-31  Robert RoeblingFixes #10437 (wxDataObjectComposite::Add may add object...
2009-01-31  Jaakko SalliFixed broken 'hidden categories' mode (aka. alphabetic...
2009-01-31  Václav Slavíkdon't include private headers from wx/unix/evtloop.h
2009-01-30  Vadim ZeitlinDisableSaving/Restoring() should be void, not bool
2009-01-30  Vadim Zeitlinadd support for persistent controls
2009-01-30  Stefan Csomorworkaround for crashes in release builds
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-30  Robert RoeblingDon't use a cached best size if the window has a sizer
2009-01-30  Francesco Montorsicleanup code and reorganize it to reuse the same switch...
2009-01-30  Francesco Montorsifix typo (missing closing brackets); add some comments...
2009-01-30  Václav SlavíkwxDFB: use Unix event loop and timers (fixes #10408)
2009-01-30  Robert RoeblingMove body of SetMinSize and SetMaxSize from header...
2009-01-30  Robert RoeblingMake GetEffectiveMinSize virtual as not being able...
2009-01-30  Vadim Zeitlininclude wx/generic/gridctrl.h too for compatibility
next