added wxApp::Set/GetAppDisplayName() (patch 1780414)
[wxWidgets.git] / samples /
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinfixed off by 1 bug in wxDC::GradientFillLinear() (patch...
2007-09-08  Vadim Zeitlinadded support for reading resolution information from...
2007-09-08  Vadim Zeitlinadded wxDirCtrl to the sample to allow testing of the...
2007-09-03  Vadim Zeitlindon't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT...
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-30  Vadim Zeitlinuse wxNullPtr instead of NULL with wxFileTypeInfo
2007-08-29  Robert Roeblingmake SetValue return a value
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-26  Robert Roeblingadd test for custom in-place editor
2007-08-25  Robert Roeblingtest editing_started and _done events
2007-08-24  Robert RoeblingMinor API changes
2007-08-24  Robert RoeblingMake ::SetValue return a bool
2007-08-22  Robert RoeblingAdded logic, API and docs for wxDataViewModel::HasDefau...
2007-08-19  Robert RoeblingImplement selection API and events
2007-08-19  Robert RoeblingImplemented and tested EXPANDED etc events for wxGTK...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-16  Vadim Zeitlinadd XRC handler for wxSearchCtrl (extended patch 1751516)
2007-08-15  Julian SmartRemoved double border style
2007-08-15  Vadim Zeitlindon't set incorrect initial value of '0' for the bool...
2007-08-11  Julian SmartCompile fixes
2007-08-11  Julian SmartMenu label consistency changes
2007-08-08  Julian SmartCompile fix (VC++ 6 doesn't like wxString::Format with...
2007-08-08  Julian SmartRemoved minifram
2007-08-07  Vadim Zeitlindon't include wx/wxprec.h from headers, it's bad style...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-08-07  Julian SmartCompile fix for VC++ 6
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
2007-07-29  Vadim Zeitlinmake the text in the top area more readable
2007-07-29  Vadim Zeitlindon't use deprecated DoLog() overload
2007-07-29  Vadim Zeitlinundid accidental commit of this file in the last revision
2007-07-29  Vadim Zeitlinremoved empty or duplicated samples: checklst, dynamic...
2007-07-29  Vadim Zeitlinadded wxMiniFrame demonstration to the dialogs sample
2007-07-28  Vadim Zeitlin(ugly) compilation fix for wxUSE_STL==1 build
2007-07-27  Vadim Zeitlinmade strings used in wxIPC methods const as a temporary...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-25  Robert RoeblingUse type safe list for model notifiers, sample corrected
2007-07-25  Robert RoeblingItemDeleted now has (parent, item)
2007-07-24  Robert RoeblingSend events from port-specific code, not common code...
2007-07-21  Robert Roeblingadded wxDataViewIndexListModel and sample
2007-07-20  Robert RoeblingRenamed HasChildren() to IsContainer(), added GetParent...
2007-07-19  Robert RoeblingBetter sorting example and better default
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-16  Robert RoeblingStore pointers in wxDataViewItem in the sample, no...
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-15  Vadim Zeitlinno real changes, just added an extra status message
2007-07-15  Robert RoeblingAdd test for deleting item from wxDataViewCtrl
2007-07-14  Robert RoeblingTest in GetFirstChild() if item is known to control
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-13  Vadim Zeitlinadded commands to test how busy cursor behaves during...
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-11  Vadim Zeitlinminor changes: increase the initial window size, create...
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-09  Robert RoeblingMore work on sorting in wxDataViewCtrl
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-07-05  Robert RoeblingwxDataViewCtrl can show tree/list music sample.
2007-07-05  Robert RoeblingGetting closer to working tree/list wxDataViewCtrl.
2007-07-05  Robert RoeblingThe dataview sample compiles now, but doesn't work...
2007-06-30  Vadim Zeitlinchanged ds[pw] files to use CRLF eol style and not...
2007-06-29  Chris Elliottremove sole makefile.dmc in tree
2007-06-27  Václav Slavíkcompilation fixes after string changes
2007-06-27  Vadim Zeitlinuse DisableTimestamp() instead of SetTimestamp(NULL)
2007-06-27  Vadim Zeitlinadded wxLog::DisableTimestamp() to be used as a synonym...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-22  Vadim Zeitlinoverride DoLog(wxString) and not the deprecated DoLog...
2007-06-22  Václav SlavíkwxUSE_STL compilation fix
2007-06-20  Julian SmartFixed uninstalled toolbars in native toolbar mode,...
2007-06-04  Vadim Zeitlinreset one shot timer internal state instead of leaving...
2007-05-30  Robert Roebling Experimenting with cell attributes.
2007-05-28  David ElliottInclude wx/filedlg.h when not WX_PRECOMP.
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-24  Vadim Zeitlindeprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
2007-05-18  Vadim Zeitlinwe don't need status bar in the MDI children
2007-05-15  Vadim Zeitlinadded wxTimer test (now that it works in console applic...
2007-05-15  Václav Slavíkcompilation fixes for --disable-compat28
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-05-05  Stefan Csomormaking proper resource-fork apps
2007-05-03  Vadim Zeitlinuse a default URL, I got tired of typing it in the...
2007-05-03  Václav Slavíkfixed linking against wxscintilla in debug build
2007-05-02  Paul Cornettmake File->Exit work
2007-04-26  Robert Roebling Added Test for wxComboBox::SetValue() to widgets...
2007-04-26  Chris Elliottbetter user info
2007-04-26  Chris Elliottfix dll path
2007-04-26  Vadim Zeitlinadded Roscale() test
2007-04-26  Vadim Zeitlinadded Rotate() test
2007-04-26  Chris Elliottadd Borland Developer Studio project file (for Turbo...
2007-04-26  Vadim Zeitlinallow to test changing combobox selection too
2007-04-24  Robert Roebling Change SetValue( wxVariant &value ) to
2007-04-22  Vadim Zeitlinadded wxStdDialogButtonSizer test (patch 1705382)
2007-04-21  Vadim Zeitlinreadded wxEditableListBox as part of adv library
2007-04-20  Jouk Jansen Committing in .
2007-04-19  Vadim Zeitlincompilation fix (misplaced comma in OnIdle)
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-15  Vadim Zeitlinuse IsShownOnScreen() in OnSize() to ensure that the...
2007-04-15  Vadim Zeitlinadded back SetCurrent() call accidentally removed in...
2007-04-15  Vadim Zeitlinuse slightly more light
2007-04-15  Vadim Zeitlinuse textures in the shared context to test how this...
next