]> git.saurik.com Git - wxWidgets.git/history - samples
Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
[wxWidgets.git] / samples /
2006-10-27  Julian SmartDemonstrates printing
2006-10-27  Benjamin Williamsmade the multi-notebook the default view in the aui...
2006-10-26  Robert Roebling Make animation of combo-popdown optional.
2006-10-26  Julian SmartMinor corrections
2006-10-26  Benjamin Williamswxaui flags reworked a bit; allows any hinting type...
2006-10-26  Julian SmartAdded outline style sample and vetoing of style sheet...
2006-10-25  Robert Roebling [ 1584680 ] wxComboCtrl Popup Animation
2006-10-22  Vadim Zeitlinshow the item for which the context menu is shown correctly
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-10-22  Vadim Zeitlintest indeterminate wxGauge mode (part of patch 1551409)
2006-10-22  Vadim Zeitlinreverted change which made the progress dialog more...
2006-10-22  Vadim Zeitlinsmall refactoring to avoid code duplication; renamed...
2006-10-22  Vadim Zeitlinadd alt popup window style allowing to use keyboard...
2006-10-22  Vadim Zeitlinadded wxAnimateCtrl test (rest of the patch 1581391)
2006-10-22  Vadim Zeitlinignore .cached files created by the sample
2006-10-21  Robert Roebling Use wxGCDC in wxGTK to draw "Alpha" test page
2006-10-21  Vadim Zeitlinremoved OnToolEnter() handler which interfered with...
2006-10-21  Robert Roebling additions for animatectrl xrc sample.
2006-10-20  Włodzimierz SkibaUpdated list of subprojects.
2006-10-20  Włodzimierz SkibaUpdated list of subprojects.
2006-10-19  Julian SmartSeparated out list formatting into new menu.
2006-10-19  Włodzimierz SkibaRescale images automatically with informations about...
2006-10-17  Julian SmartAdded various list commands to demonstrate new list...
2006-10-16  Włodzimierz SkibaAdded test for scaling and bluring wxImage.
2006-10-16  Włodzimierz SkibaFix for assert in 'dynarray.cpp' by Jaakko Salli.
2006-10-15  Paul Cornettwrong caption for html window, cleanup
2006-10-13  Włodzimierz SkibaFix for assert in setting image from file by Jaakko...
2006-10-10  Julian SmartMinor correction
2006-10-10  Stefan Csomorturning around defines, using a graphics context enable...
2006-10-10  Włodzimierz SkibaWarning fixes and minor source cleaning.
2006-10-10  Włodzimierz SkibaFollow changes in wxRenderer interface.
2006-10-10  Julian SmartAdded help provider
2006-10-10  Václav Slavíkgenerate makefile.unx files using bakefile
2006-10-10  Robert Roebling Add test for SetItemMinSize()
2006-10-10  Włodzimierz SkibaBack to previous call with -1 replacement.
2006-10-10  Włodzimierz SkibaMinor cleaning.
2006-10-09  Vadim ZeitlinRC file is not needed and not used
2006-10-09  Vadim Zeitlinmenu id 0 doesn't work under Mac
2006-10-09  Vadim Zeitlinuse sample icon, not mondrian one
2006-10-09  Vadim Zeitlinbaked the standard makefiles
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-09  Julian SmartRemoved dependence on wxClientDC and blitting from...
2006-10-09  Włodzimierz SkibaOk()->IsOk() replacement.
2006-10-09  Paul Cornettbuild fixes for WXWIN_COMPATIBILITY_2_6=0
2006-10-09  Robin DunnBumping the version number also requires that version...
2006-10-08  Vadim Zeitlinadd test for ChangeValue()
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Vadim Zeitlinuse translators if explicitely specified, fall back...
2006-10-08  Julian SmartDemonstrate new formatting and symbol dialogs.
2006-10-08  Vadim Zeitlinadded example of customizing the generic about dialog...
2006-10-08  Vadim Zeitlindon't use 8 bit copyright symbol
2006-10-08  Vadim Zeitlintest credits in about dialog
2006-10-08  Vadim Zeitlinuse wxVERSION_NUM_DOT_STRING_T instead of wxVERSION_NUM...
2006-10-08  Vadim Zeitlininitial implementation of wxAboutBox()
2006-10-06  Robert Roebling Implemended column header mouse clicks.
2006-10-05  Robert Roebling Add support for bitmaps in headers.
2006-10-05  Włodzimierz SkibaPCH build fix.
2006-10-05  Włodzimierz SkibawxGenericDirCtrl page for widgets sample.
2006-10-04  Robert Roebling Add row activated event.
2006-10-04  Włodzimierz SkibaNew icon for combobox with bitmaps. Improved readabilit...
2006-10-04  Włodzimierz SkibaConnect changed page event after subpages are created...
2006-10-03  Robert Roebling More selection work in GTK+ version.
2006-10-03  Robert Roebling Renamed wxDataViewCell to wxDataViewRenderer since the
2006-10-03  Robert Roebling Added event skeletons, defines, event ids..
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-02  Robert Roebling Forgot to commit latest sample changes.
2006-10-02  Paul Cornett64-bit warning fixes
2006-10-02  Paul Cornettwarning fix
2006-10-02  Paul Cornettbuild fix
2006-09-29  Stefan Csomorgraphics context implementation test case
2006-09-29  Julian SmartFixed bugs in, and added operators and copy constructor...
2006-09-26  Robert Roebling Added test bitmap.
2006-09-26  Robert Roebling Added wxDataViewBitmapCell
2006-09-25  Robert Roebling Implement most of AppendRow(), PrependRow(), InsertRow(),
2006-09-24  Vadim Zeitlinmake log messages more readable
2006-09-24  Robert Roebling Added test to reproduce [ 1541148 ] wxTreeCtrol:...
2006-09-23  Vadim Zeitlin1. deprecate redundantly sounding wxArtProvider::FooPro...
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
2006-09-19  Robert Roebling More tests for circles and arcs.
2006-09-19  Robert Roebling [ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl
2006-09-19  Robert Roebling 1552971 ] Add flag for wxODComboBox::OnDrawItem...
2006-09-19  Jouk Jansen Include "xrc" support properly for OpenVMS
2006-09-17  Robert Roebling [ 1550698 ] Bottom aligned toolbar
2006-09-17  Kevin OllivierCommiting re-baked files after wxListCtrl OS X additions.
2006-09-13  Benjamin Williamsgot rid of some extra borders
2006-09-12  Julian SmartIncreased size slightly
2006-09-12  Julian SmartStyle listbox now shows current style
2006-09-11  Vadim Zeitlinremoved GTK header include
2006-09-10  Vadim Zeitlinadded hyperlink alignment flags (patch 1537043)
2006-09-10  Vadim Zeitlincompilation fixes for wxUSE_STL==1 (patch 1555754)
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-10  Vadim Zeitlinuse wxID_OPEN instead of INTERNAT_OPEN
2006-09-10  Vadim Zeitlincompilation fix for Unicode build (patch 1546975)
2006-09-10  Vadim Zeitlinsmall sample cleanup (formatting, use stock menu items)
2006-09-09  Kevin OllivierMac(Carbon) impl of wxGauge::Pulse, also added sample...
2006-09-06  Paul Cornettinclude fixes
2006-09-04  Vadim Zeitlinmerge of RTL changes (with many modifications) from...
2006-09-03  Robert Roebling Added tests for run-time switch of venetian blind...
next