remove sole makefile.dmc in tree
[wxWidgets.git] / samples /
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...
2007-04-15  Vadim Zeitlinreorganized the code to put the logic in wxGLContext...
2007-04-14  Robert Roebling Add test for Validate()
2007-04-14  Paul Cornettfix assert on gtk
2007-04-10  Vadim Zeitlinadded a menu command to clear log
2007-04-10  Vadim Zeitlinrename the menu to avoid conflict with a standard Mac...
2007-04-10  Stefan Csomorusing info plist above, debug on native arch only
2007-04-10  Vadim Zeitlinrefresh GL canvas itself, not the frame, when the GL...
2007-04-09  Vadim Zeitlinfix the sample to work under X11 (where a context can...
2007-04-09  Vadim Zeitlin1. switched to new wxGLCanvas API (not using the implic...
2007-04-09  Vadim Zeitlinadded wx/image.h to fix compilation without PCH after...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-04-07  Vadim Zeitlinuse 2 extensions in a filter in FileSave() for testing
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Vadim Zeitlinuse smaller icons, it looks better (patch 1695225)
2007-04-05  Robin DunnPatch from FM with more bakefile tweaks and etc.
2007-04-05  Robin DunnBakefile and other changes for new locations of STC...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-31  Vadim Zeitlinadded test for EVT_TEXT handler for spin contorl
2007-03-31  Vadim Zeitlinadded a menu command to switch between clipboard and...
2007-03-30  Vadim Zeitlinadded more wxART_XXX ids (patch 1687750)
2007-03-30  Vadim Zeitlindisable select root menu command when the root is hidden
2007-03-30  Vadim Zeitlinthis project file is obsolete, now treectrl.dsp is...
2007-03-26  Vadim Zeitlinuse NavigateIn() method instead of sending wxNavigation...
2007-03-26  Vadim Zeitlinfixed compilation without PCH
2007-03-26  Vadim Zeitlinuse more complicated layout; added wxTE_PROCESS_TAB...
2007-03-26  Vadim Zeitlinsend wxNavigationKeyEvent to the correct window
2007-03-26  Vadim Zeitlinadded taborder sample
2007-03-25  Vadim Zeitlinupdate status bar display when we don't have focus too
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-20  Vadim Zeitlinno changes, just fixed spelling of 'indeterminate'
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-18  Vadim Zeitlinremoved minimal-specific Info.plist; updated the versio...
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-14  Vadim Zeitlinchanged literal "minimal" strings to $(PRODUCT_NAME...
2007-03-11  Paul Cornettfix assertions on invalid items
2007-03-11  Vadim Zeitlintest wxTE_NO_VSCROLL
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-03-05  Julian SmartImplemented text background colour
2007-03-02  Julian SmartFixed premature exit of helpview sample and utility
2007-02-27  Vadim Zeitlinregenerated with theversion of bakefile which uses...
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-12  Julian SmartPass correct values to spin control
2007-02-12  Vadim Zeitlincompilation fix for last commit
2007-02-10  Vadim Zeitlinfix compilation with WXWIN_COMPATIBILITY_2_6 off (and...
2007-02-09  Vadim Zeitlinadded EVT_MOUSE_CAPTURE_LOST handler
2007-02-08  Vadim Zeitlinremove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not...
2007-02-08  Vadim Zeitlinfixed incorrect use of UpdateUI handlers; don't use...
2007-02-08  Vadim Zeitlinremoved the old tmake project files
2007-02-07  Vadim Zeitlinfix unused variable warning with wxUSE_TOOLTIPS==0
2007-02-07  Robin Dunnrebaked after changing the version number
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2007-01-18  Vadim Zeitlincorrected crash: need to set m_frame eariler (Wlodek...
2007-01-14  Vadim Zeitlintest rendering of disabled items with bitmaps (for...
2007-01-11  Julian SmartWrite a newline, not a 10 into the stream
2007-01-07  Kevin OllivierMake it easier to switch between native and generic...
next