update configuration for OpenVMS
[wxWidgets.git] / samples /
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2011-01-02  Jaakko SalliAdded 'HasAlpha' attribute for wxColourProperty. Settin...
2010-12-31  Vadim ZeitlinAdd go to first/last and plus/minus art provider icons.
2010-12-31  Vadim ZeitlinMake art provider id of type "char *" instead of "wxCha...
2010-12-31  Vadim ZeitlinShow wxART_BUTTON icons in art provider sample resource...
2010-12-27  Jaakko SalliRemoved AdvImageFileProperty from the wxPropertyGrid...
2010-12-27  Jaakko SalliTest wxPropertyGrid::DoubleToString()
2010-12-22  Vadim ZeitlinUse stock ids for menu items in the config sample.
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-11-26  Vadim ZeitlinAllow wxAutomationObject::GetInstance() create new...
2010-11-25  Vadim ZeitlinAdd wxVersionInfo and functions returning it for 3rd...
2010-11-20  Jaakko SalliReworked wxSystemColourProperty::StringToValue() to...
2010-11-16  Vadim ZeitlinDon't use some "recent" C++98 features not supported...
2010-11-15  Jouk JansenUpdate OpenVMS makefile
2010-11-13  Vadim ZeitlinMake menu operations always work with "Test" menu in...
2010-11-10  Vadim ZeitlinAdd a test for deleting a sub-menu to the menu sample.
2010-11-10  Vadim ZeitlinNo changes, just simplify docview sample a bit.
2010-11-07  Vadim ZeitlinReformat long lines in the new part of the xrc sample.
2010-11-07  Vadim ZeitlinUse Connect() of Bind() in the new part of xrc sample.
2010-11-07  Vadim ZeitlinTest both ChangeSelection() and SetSelection() in noteb...
2010-11-07  Vadim ZeitlinAdd support for id ranges to XRC.
2010-11-05  Vadim ZeitlinRemove test code accidentally committed as part of...
2010-11-04  Vadim ZeitlinUse explicit menu item background if it's given under...
2010-11-03  Vadim ZeitlinRemove unused mouse event handler from dataview sample.
2010-11-03  Vadim ZeitlinRemove unnecessary tests for m_log from dataview sample.
2010-11-03  Jouk JansenUpdate OpenVMS compile support
2010-10-30  Václav SlavíkAdd optional columns autosizing to wxDataViewCtrl.
2010-10-24  Vadim ZeitlinFix wrong wxLogDebug() call in fswatcher sample.
2010-10-24  Vadim ZeitlinAllow specifying the directory to watch on command...
2010-10-24  Vadim ZeitlinAllow to use space to toggle spinning of the cube in...
2010-10-24  Vadim ZeitlinDon't send wxEVT_COMMAND_TREE_ITEM_MENU event without...
2010-10-24  Vadim ZeitlinAdd support for specifying child process cwd and env...
2010-10-24  Vadim ZeitlinTreat wxToolbook symmetrically with others in the noteb...
2010-10-24  Vadim ZeitlinUse wxChoicebook instead of wxNotebook in the xrc sample.
2010-10-24  Vadim ZeitlinRearrange xrc sample controls in alphabetical order.
2010-10-23  Vadim ZeitlinDon't use non-existent icon in XRC sample.
2010-10-23  Vadim ZeitlinAdd XRC handler for wxToolbook.
2010-10-20  Vadim ZeitlinAdd XRC handler for wxCommandLinkButton.
2010-10-20  Vadim ZeitlinMerge wxBitmapButton and wxButton panels in the xrc...
2010-10-20  Peter CawleyImprove support for ribbon panel sizers: panels with...
2010-10-14  Julian SmartFixed #12566 (assert on deletion) due to inconsistent...
2010-10-10  Jaakko SalliWhen wxPGProperty is un-attached from wxPropertyGrid...
2010-10-07  Vadim ZeitlinRemove unnecessary check from IPC sample.
2010-10-06  Julian SmartEliminated redundant wxRichTextAnchoredObject class...
2010-10-05  Vadim ZeitlinFix harmless unused variables warnings.
2010-10-04  Julian SmartwxRTC no longer derives from wxTextCtrlBase; added...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-30  Vadim ZeitlinMerge of SOC2010_RTC_IMAGES branch.
2010-09-21  Vadim ZeitlinCorrect drawing of mnemonics in wxStaticBox label under...
2010-09-21  Vadim ZeitlinFix wxStaticBox label redrawing when "Alt" is pressed...
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-09-16  Vadim ZeitlinOnly use wxFORCE_LINK_MODULE() in mediaplayer sample...
2010-09-13  Robert RoeblingFurther work on wxDataViewListModel::Reset()
2010-09-11  Vadim ZeitlinImprove printing out of pressed keys in the keyboard...
2010-09-11  Vadim ZeitlinFixes to key codes in keyboard events generated by...
2010-09-10  Vadim ZeitlinAdd a possibility to show a progress dialog on dialog...
2010-09-09  Vadim ZeitlinFix cast of pointer to int in artprov sample.
2010-09-09  Vadim ZeitlinRemember last values used in exec sample "Kill" menu...
2010-09-09  Vadim ZeitlinForce linking of all wxMSW wxMediaCtrl backends in...
2010-09-09  Vadim ZeitlinNo changes, just remove cruft from mediactrl sample.
2010-08-29  Robert RoeblingAdd possibility to use sizers in ribbon panel, fixes...
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-08-22  Vadim ZeitlinMerge wxUIActionSimulator fixes from SOC2010_GUI_TEST...
2010-08-18  Vadim ZeitlinUse task dialog for wxProgressDialog implementation...
2010-08-18  Vadim ZeitlinAdd wxRichMessageDialog class.
2010-08-17  Vadim ZeitlinAdd new wxCommandLinkButton class.
2010-08-10  Vadim ZeitlinUse wxPanel as controls parent in wrapsizer sample.
2010-08-10  Vadim ZeitlinInherit notebook background recursively under wxMSW.
2010-08-10  Vadim ZeitlinDon't use bitmap still selected in wxMemoryDC in image...
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-08  Jaakko SalliMoved wxPGProperty::SetFlag() to protected API since...
2010-08-08  Vadim ZeitlinFix dataview sample compilation with wxUSE_DRAG_AND_DRO...
2010-07-29  Robert RoeblingAdd ability to render checkbox in undeterminate state...
2010-07-26  Vadim ZeitlinNo changes, just use traditional English name for Mozar...
2010-07-25  Francesco Montorsino real change: just follow wx typical commenting style...
2010-07-25  Jaakko SalliSet 'Min' attribute for the sample wxFloatProperty
2010-07-25  Jaakko SalliUse default wxPropertyGrid validation failure behavior...
2010-07-24  Vadim ZeitlinRemove selection showing code from the grid sample.
2010-07-24  Vadim ZeitlinAdd test for a custom cursor to the image sample.
2010-07-23  Vadim ZeitlinNo changes, just slightly improve docview sample code.
2010-07-23  Vadim ZeitlinAdd support for auto-orientable toolbars to AUI.
2010-07-23  Vadim ZeitlinStore the result of wxWindow::NewControlId() in wxWindo...
2010-07-23  Vadim ZeitlinAllow passing multi-line strings to wxDC::DrawText...
2010-07-23  Vadim ZeitlinFix mismatches between format strings and arguments.
2010-07-22  Vadim ZeitlinRemove executable bits from plist files.
2010-07-22  Vadim ZeitlinReplace 2.9.1 version with 2.9.2.
2010-07-17  Vadim ZeitlinReally set svn:eol-style property.
2010-07-14  Vadim ZeitlinGenerate key events in generic wxDataViewCtrl implement...
2010-07-14  Vadim ZeitlinNo changes, just use better names in wxDataViewCtrl...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-12  Vadim ZeitlinReplace remaining references to 2.9.0 with 2.9.1.
2010-07-11  Jaakko SalliAdded 'Delimiter' attribute for wxArrayStringProperty...
2010-07-11  Vadim ZeitlinOptionally set the window name in wxPersistentRegisterA...
2010-07-11  Vadim ZeitlinSet the string to search for in wxSearchCtrl events.
2010-07-10  Jaakko SalliwxArrayEditorDialog now uses wxEditableListBox. It...
2010-07-04  Robert RoeblingFix assert in dataview sample, fixes #12194: wxDataView...
2010-06-25  Vadim ZeitlinRemove duplicate sample.xpm inclusion from stc sample.
2010-06-21  Francesco Montorsimove console sample's interactive tests to two differen...
2010-06-21  Vadim ZeitlinRemove references to joytest.rc that was recently removed.
2010-06-21  Vadim ZeitlinSuppress bogus g++ warnings about uninitialized variables.
next