]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2008-12-07  Vadim Zeitlindefine SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn
2008-12-07  Vadim Zeitlinno changes, just removed whitespace and perfectly usele...
2008-12-07  Paul Cornettmake sure timer events will trigger idle processing...
2008-12-07  Vadim Zeitlinrestore sorting functionality broken by r57161
2008-12-07  Vadim ZeitlinwxDataViewColumn doesn't need to have wxRTTI
2008-12-07  Vadim Zeitlincompilation fix after r57161
2008-12-07  Vadim Zeitlinremoved accidentally left in in r57161 pure virtual...
2008-12-07  Vadim Zeitlinmade wxHeaderColumnBase dtor virtual to avoid gcc warnings
2008-12-07  Vadim Zeitlinupdate the generic wxHeaderCtrl implementation after...
2008-12-07  Vadim Zeitlinuse wxHeaderColumnSimple instead of wxHeaderColumn
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-07  Vadim Zeitlinno changes, just remove trailing whitespace
2008-12-07  Francesco Montorsidocument GetPickerCtrl() method and provide an example...
2008-12-07  Francesco Montorsiformatting change
2008-12-07  Francesco Montorsiadd a link to the page of the GTK+ manual stock items
2008-12-07  Vadim Zeitlinenable autobrief comments
2008-12-07  Paul Cornettremove redundant clearing of clipped mask
2008-12-07  Paul Cornettfix bitmap position with RTL and non-default scale
2008-12-06  Jaakko SalliFixed incorrect background colour that wxStaticTexts...
2008-12-06  Francesco Montorsiadded a @todo about references to old wx functions
2008-12-06  Francesco Montorsimoved many things from wxString reference page to the...
2008-12-05  Vadim Zeitlinsuppress (harmless) unused parameter warnings
2008-12-05  Vadim Zeitlingeneric implementation of wxHeaderCtrl API so far
2008-12-05  Vadim Zeitlinmove ScrollWindow() implementation to the base class...
2008-12-05  Vadim Zeitlinoverride GetDefaultBorder() to not use border by default
2008-12-05  Vadim Zeitlinemulate scrolling in wxMSW header control; document...
2008-12-05  Vadim Zeitlinadd Show/HideColumn() methods
2008-12-05  Vadim Zeitlinadd IsShown() accessor which is sometimes more convenie...
2008-12-05  Francesco Montorsidocument wxLogLevel, wxTraceMask antypes and wxLogLevel...
2008-12-05  Francesco Montorsifix description of wxconsole template; add description...
2008-12-05  Vadim Zeitlinno changes, just remove typos in comment
2008-12-05  Robert RoeblingUse gtk_text_buffer_select_range for selecting programm...
2008-12-05  Paul Cornettuse simpler method to draw bitmap
2008-12-05  Francesco Montorsiadd definitions of some Unicode terms (code point/unit...
2008-12-05  Francesco Montorsismall refinements
2008-12-04  Vadim Zeitlinadd size parameter to the generic wxFileDialog ctor
2008-12-04  Francesco Montorsirepair the example code; get rid of useless wxT() from it
2008-12-04  Francesco Montorsiadd a 'Paint background' check menu item in the MyImage...
2008-12-04  Francesco Montorsidocument wxWindowID
2008-12-04  Francesco Montorsicall Fit() when updating the message label to adapt...
2008-12-04  Vadim ZeitlinPCH-less build fixes
2008-12-04  Vadim Zeitlinfix VC6 DLL build
2008-12-04  Vadim Zeitlindefine HDS_FLAT outside of __DMC__ section so that...
2008-12-04  Vadim Zeitlinfix handling of abandoned mutexes in wxMutex::Wait...
2008-12-04  Vadim Zeitlindon't call DragFinish() before calling DragQueryPoint...
2008-12-03  Vadim Zeitlinforgot to update after renaming wxHeaderCtrlColumn...
2008-12-03  Vadim Zeitlindefine HDS_FLAT not defined in VC6 headers
2008-12-03  Vadim Zeitlinalso disable the test of the generic version as it...
2008-12-03  Vadim Zeitlindisable generic version, it's not ready to be committed...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-12-03  Francesco Montorsidocument the wxArtID and wxArtClient types; they help...
2008-12-03  Francesco Montorsiremove the implementation of the conversion operators...
2008-12-03  Vadim Zeitlinfix syntax error
2008-12-03  Julian SmartAdded Undo, Redo accelerators for wxRTC
2008-12-03  Vadim Zeitlincompilation fixes for PCH-less build after r57074
2008-12-03  Jouk JansenUpdate OpenVMS compile support
2008-12-02  Francesco Montorsifix background repainting under wxMSW (not sure this...
2008-12-02  Vadim ZeitlinDoxygen markup corrections after last change
2008-12-02  Michael WetherellSwitch off the tests on Windows and switch back on...
2008-12-02  Vadim Zeitlinanother compilation fix for wxStrlcpy use in STL Unicod...
2008-12-02  Francesco Montorsimake WX_UNICODE default to 1 since ASCII build is now...
2008-12-02  Francesco Montorsidocument GetWheelAxis
2008-12-02  Francesco Montorsifix typo making wxGrid crash upon usage of PgDown:...
2008-12-02  Jaakko SalliImplement ability to rapidly change spin value of SpinC...
2008-12-02  Francesco Montorsiadd GetValue,GetRange and GetMessage helpers
2008-12-02  Vadim Zeitlinreplace asserts in XRC code with wxLogError/Warning...
2008-12-02  Vadim Zeitlinadd support for creating drop down toolbar buttons...
2008-12-02  Vadim Zeitlinno changes, just added a TODO comment
2008-12-02  Vadim Zeitlinshow the use of check and radio items in the toolbars
2008-12-02  Francesco Montorsidocument the main event table macros, wxEventType,...
2008-12-02  Francesco Montorsifix #4754 providing better description of how to set...
2008-12-02  Jouk JansenUpdate OpenVMS compile support
2008-12-02  Vadim Zeitlincompilation fix for wxStrlcpy use in STL Unicode build
2008-12-02  Vadim Zeitlinbetter documentation for wxEvent ctor
2008-12-01  Francesco Montorsidocument wx[US]Char and wxStringCharType typedefs;...
2008-12-01  Francesco Montorsiinitial declaration of wx*Char*Buffer and wxUniChar...
2008-12-01  Francesco Montorsiadd 'redirection page' for wxULongLong
2008-12-01  Francesco Montorsiadd @deprecated tag
2008-12-01  Francesco Montorsiremove wxNotebookSizer; it's not in wx anymore
2008-12-01  Francesco Montorsicommitting the slightly-modified patch by R.U.10 for...
2008-12-01  Francesco Montorsiadding a new topic overview about writing custom widget...
2008-12-01  Francesco Montorsiuse sections and an initial TOC like all other overviews
2008-12-01  Francesco Montorsiput wxURI under networking group, next to wxURL
2008-12-01  Paul Cornettfix for uninitialized alpha being used to create mask...
2008-12-01  Francesco Montorsicreate better QCH files
2008-12-01  Vadim Zeitlindemonstrate column reordering -- currently it demonstra...
2008-12-01  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-30  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-30  Vadim Zeitlinremoved small and tabular grid tests which didn't seem...
2008-11-30  Francesco Montorsidocument default ctor
2008-11-30  Vadim Zeitlinreally fix the typo in the message
2008-11-30  Francesco Montorsitypo fix
2008-11-30  Vadim Zeitlinfix typo in new wxVector(size_t, T) ctor
2008-11-29  Vadim Zeitlincompilation fix after making wxSocketImpl derive from...
2008-11-29  Vadim Zeitlinreplace the mismatched new[]/delete (bug #10234) with...
2008-11-29  Vadim Zeitlinadd wxVector(size_t size[, const value_type& value...
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
2008-11-29  Vadim Zeitlinmore updates after r57026 change to app.cpp
2008-11-29  Vadim Zeitlinupdate after r57026 change to app.cpp
2008-11-29  Vadim Zeitlinget rid of CE-specific code for class name registration...
next