]> git.saurik.com Git - wxWidgets.git/history - samples
a few missing Id keywords
[wxWidgets.git] / samples /
2009-01-11  Francesco Montorsiadd note for wxWidgets user with a skeleton for a very...
2009-01-11  Vadim Zeitlincorrect the FTP host name mungled by a too eager global...
2009-01-10  Jaakko SalliAdded #include for wx/propgrid/advprops.h
2009-01-10  Jaakko SalliUpdate propgrid minimal sample: Added wxEVT_PG_CHANGING...
2009-01-09  Francesco Montorsido not assert in wxFTP construction because of its...
2009-01-09  Francesco MontorsiMinor samples/docview refactoring (closes #10081)
2009-01-09  Francesco Montorsiadd const attribute to avoid lots of warnings from GCC
2009-01-09  Francesco Montorsiadd wxImage::Clear (patch by troelsk); closes #10141
2009-01-09  Francesco Montorsifix dialog layout
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-08  Robert RoeblingMake wxWrapSizer respect border around items
2009-01-07  Jaakko SalliUpdated 'Car' test to match a recent change in the...
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2009-01-07  Julian SmartAdded wxAUI_MGR_LIVE_RESIZE flag for live sash sizing...
2009-01-07  Francesco Montorsifix include file
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2009-01-06  Francesco Montorsiremove link to the old HTML manual
2009-01-06  Francesco Montorsiremove f.html and fft.html; they're old and unlinked...
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
next