Committing Doxygen 1.5.7+ configuration changes as Francesco has found a fix for...
[wxWidgets.git] / samples /
2009-01-05  Francesco Montorsifix crash because of a missing wxOK constant
2009-01-04  Jaakko SalliAdded bool property to the nested car sample (for testi...
2009-01-04  Jaakko SalliAdded extra RefreshEditor() call for better testing
2009-01-03  Vadim Zeitlindon't use IPC from timer callback as this results in...
2009-01-02  Vadim Zeitlinshow the string received from client in test 2 correctl...
2009-01-02  Vadim Zeitlinadd accelerators for the other menu commands; plug...
2009-01-02  Vadim Zeitlindon't call DoWrite() if we have nothing to send (not...
2009-01-01  Vadim Zeitlinfix a bug in EventWorker::DoRead(): if both signature...
2009-01-01  Vadim ZeitlinLogWorker() was always called with m_peer as first...
2009-01-01  Vadim Zeitlinno changes, just reformat and avoid unnecessary uses...
2008-12-31  Francesco Montorsiremove tabs added by error in previous commit
2008-12-31  Francesco Montorsiallow the user to pass NULL for the status widths;...
2008-12-31  Vadim Zeitlincustomize the rearrange dialog even more
2008-12-31  Vadim Zeitlinmake wxRearrangeDialog more customizable and add an...
2008-12-30  Vadim Zeitlincompilation fix for g++ which doesn't like using wxLogM...
2008-12-30  Vadim Zeitlinprettify and simplify the URL test; use a URL more...
2008-12-30  Vadim Zeitlinfix compilation due to the fact that wx/socket.h no...
2008-12-27  Francesco Montorsiuse accelerators for menu items and stock menu item...
2008-12-27  Francesco Montorsidon't use backspace as accelerator; at least GTK+ doesn...
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-12-24  Vadim Zeitlinadd example of synchronizing 2 scrolled windows
2008-12-24  Vadim Zeitlinreorganize scroll sample to make it possible to underst...
2008-12-24  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow() only when the...
2008-12-23  Robert RoeblingDon't allow concurrent requests, check return message...
2008-12-23  Robert RoeblingAdded pseudo-asynchronous clipboard implemenation to...
2008-12-23  Vadim Zeitlinreverted yet another accidental commit of testing code...
2008-12-23  Vadim Zeitlinuse wxFlexGridSizer correctly (fixes #10294)
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-21  Robert RoeblingRegen after adding clipboard sample
2008-12-21  Robert RoeblingRegen using newest bakefile
2008-12-21  Robert RoeblingAdded bakefiles makefiles
2008-12-21  Robert RoeblingAdded clipboard sample
2008-12-21  Robert RoeblingAdded clipbaord sample
2008-12-21  Vadim Zeitlinadd popup sample to the workspace (fixes #10162)
2008-12-21  Vadim Zeitlinfix unused variable warning (part of #10162)
2008-12-20  Francesco Montorsireplace wxPostEvent with wxQueueEvent and update the...
2008-12-17  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded and add test for it
2008-12-17  Chris Elliottadd u to file and lib path
2008-12-17  Vadim Zeitlindon't crash if the extra controls are not used in the...
2008-12-15  Vadim Zeitlinhandle actions of the columns popup menu in wxHeaderCtr...
2008-12-15  Vadim Zeitlinadded a helper function to show the popup menu allowing...
2008-12-14  Vadim Zeitlinadded a button to reset the column order and the displa...
2008-12-14  Vadim Zeitlinadd support for hiding columns when using native header...
2008-12-14  Francesco Montorsifix the loading of the isosurf data; it was not loaded...
2008-12-14  Vadim Zeitlinremoved testing code leftovers
2008-12-14  Vadim Zeitlinadd support for sorting to grid columns
2008-12-13  Vadim Zeitlinsupport column reordering using drag and drop when...
2008-12-12  Francesco Montorsifix command line parsing
2008-12-12  Francesco Montorsimodernize the sample removing global C-style functions...
2008-12-12  Francesco Montorsidon't assert at startup because of the static initializ...
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
2008-12-11  Jaakko SalliSpinCtrl editor's 'value change by mouse motion' featur...
2008-12-10  Francesco Montorsiuse wxAboutBox() to make it evident a wxGrid refreshing...
2008-12-09  Vadim Zeitlinmake first column non-draggable to test support for...
2008-12-09  Vadim Zeitlinuse a slightly less ugly way to conditionally suppress...
2008-12-08  Vadim Zeitlinskip the header click event to allow sorting (done...
2008-12-08  Vadim Zeitlintest non-resizeable and resizeable but with min size...
2008-12-04  Francesco Montorsiadd a 'Paint background' check menu item in the MyImage...
2008-12-02  Francesco Montorsifix background repainting under wxMSW (not sure this...
2008-12-02  Jaakko SalliImplement ability to rapidly change spin value of SpinC...
2008-12-02  Vadim Zeitlinadd support for creating drop down toolbar buttons...
2008-12-02  Vadim Zeitlinshow the use of check and radio items in the toolbars
2008-12-01  Vadim Zeitlindemonstrate column reordering -- currently it demonstra...
2008-11-30  Vadim Zeitlinremoved small and tabular grid tests which didn't seem...
2008-11-30  Vadim Zeitlinreally fix the typo in the message
2008-11-30  Francesco Montorsitypo fix
2008-11-28  Francesco Montorsifix crash caused by cancelling querybitmap dialog;...
2008-11-28  Vadim Zeitlinremove wxVSCROLL from wxMessageDialog style (left over...
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-11-20  Vadim Zeitlinfix file dialog caption
2008-11-17  Vadim Zeitlinignore files produced by the sample
2008-11-17  Vadim Zeitlinreally ensure that the pointer returned from MyConnecti...
2008-11-14  Vadim Zeitlinassert in AddCatalog() if Init() hadn't been called...
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsibuild fix (the sample uses an undocumented function...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-31  Vadim Zeitlingrid sample doesn't need neither html nor xml library
2008-10-30  Václav Slavíkmust close output file before reading back from it
2008-10-27  Vadim Zeitlinrebaked using bakefile 0.2.5
2008-10-21  Robert RoeblingRemove wxLog hack and put all controls in a panel to...
2008-10-18  Jaakko SalliRemoved unused data
2008-10-18  Jaakko SalliSimplistic tab support is now default (tab focuses...
2008-10-17  Robert RoeblingUse xpms for checked/unchecked states instead of drawin...
2008-10-16  Robert RoeblingWrite directly to log target wxTextCtrl to avoid crash
2008-10-16  Robert RoeblingwxMac actually crashes in any logging
2008-10-16  Robert RoeblingwxMac crashes in wxLog() statements with string.GetData()
2008-10-16  Jaakko SalliAdd maximum width for sample's frame
2008-10-16  Jaakko SalliUpdate 'intro' comment in propgrid sample
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-16  Vadim Zeitlinadd very simple (but already exposing many problems...
2008-10-16  Vadim Zeitlinremove obsolete makefiles
2008-10-15  Vadim Zeitlinimplement GetSizeAvailableForScrollTarget() in MyScroll...
2008-10-15  Robert RoeblingFor some reason, wxMac now requires explicit sizes...
2008-10-15  Jouk Jansenupdate XPM variable names for docview sample
2008-10-15  Vadim Zeitlincompilation fix for wxUSE_STD_IOSTREAM==0
2008-10-14  Jaakko SalliwxPGProperty::AddChild() can now be used to add normal...
next