fixed for w/o expat
[wxWidgets.git] / samples /
2005-04-16  Michael WetherellCompilation fix. I didn't add a #error since I figured...
2005-04-16  Michael WetherellCompilation fix
2005-04-16  Michael WetherellCompile fix
2005-04-16  Julian SmartCompile fixes for Linux
2005-04-16  Robert Roebling Readded test for wxMenuItem::SetLabel() to sample.
2005-04-16  Julian SmartMore comments to help people build the MFC sample
2005-04-15  Włodzimierz SkibaBuildable under WinCE smartphone.
2005-04-15  Robin DunnFor wxMSW capture and release the mouse as the cursor...
2005-04-15  Vadim Zeitlinuse premultiplied RGB in raw image demo
2005-04-14  Robin DunnRemoved rules for copying the Mac resource file since...
2005-04-13  Włodzimierz SkibawxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDO...
2005-04-13  Włodzimierz SkibawxStreamToTextRedirector test
2005-04-13  Vadim Zeitlinadded owner drawn checkbox to listbox page and the...
2005-04-12  Robin DunnFixes for wxPopupTransientWindow for wxMSW. Includes...
2005-04-11  Julian SmartChanged version number
2005-04-10  Vadim Zeitlinmodified AddFile() to copy file to the debug report...
2005-04-10  Vadim Zeitlinremoved is_vertical check box, it was duplicating the...
2005-04-10  Vadim Zeitlinunused param warning
2005-04-09  Vadim Zeitlinforgot to check in OnItemRClick() declaration (bug...
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-04-07  Robert Roebling Add better test for wxStaticTexts to controls sample.
2005-04-07  Michael WetherellRemove unintentionally added whitespace
2005-04-07  Michael WetherellCompilation fix
2005-04-07  Michael WetherellCompilation fix
2005-04-06  Vadim Zeitlintest EVT_TREE_ITEM_RIGHT_CLICK as well
2005-04-06  Julian SmartCosmetic changes
2005-04-05  Vadim Zeitlinlog right mouse down/up events too
2005-04-03  Julian SmartMissing file added
2005-04-03  Vadim Zeitlinmake it possible to change the text of the item being...
2005-04-02  Vadim Zeitlinadded example code using wxEmail to send the debug...
2005-04-02  Julian SmartRemoved unnecesary statusbar; check for spin control...
2005-04-01  Julian SmartAdded wxPropertySheetDialog demo
2005-03-31  Julian SmartRemoved obsolete WXR file
2005-03-30  Włodzimierz SkibaWrong #pragma interface/implementation warning fixes.
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-03-30  Włodzimierz SkibaDMC error fix: dynamic initialization of static data.
2005-03-30  Włodzimierz SkibaDon't hide virtual method in stackwalker. Remove tests...
2005-03-30  Julian SmartApplied patch [ 1173244 ] splitter sample enhancement
2005-03-28  Kevin HockReplaced gunshot sound with a more benign, but still...
2005-03-28  Julian SmartRename wave file to be less agressive, for later replac...
2005-03-27  Václav Slavíkadded XRC handler for wxStdDialogButtonSizer
2005-03-27  Vadim Zeitlinfix TestGLCanvas ctor (part of patch 1155132)
2005-03-27  Vadim Zeitlinapplied heavily modified patch 1116702: support for...
2005-03-27  Vadim Zeitlincorrected library order to make the sample link
2005-03-27  Vadim Zeitlinadded wxTE_BESTWRAP style (which is the default now...
2005-03-26  Vadim Zeitlindon't use *.* under Unix as it does not match all files...
2005-03-24  Vadim Zeitlindon't forget cards drawn on the canvas; general cleanup...
2005-03-24  Vadim Zeitlinremoved pragma interface/implementation (useless and...
2005-03-23  Julian SmartUpdated version to 2.5.5
2005-03-21  Vadim Zeitlinfixed library order (important for static linking under...
2005-03-21  Vadim Zeitlinfixed Context_Current spelling
2005-03-21  Włodzimierz SkibaSanity check.
2005-03-21  Vadim Zeitlingenerated makefiles after qa library creation
2005-03-21  Vadim Zeitlinadded qa library (currently consisting of wxDebugReport...
2005-03-19  Vadim Zeitlinadded a test for/example of assert dialog box
2005-03-18  Ryan Norton* Quicktime lib no longer needed....
2005-03-18  Vadim Zeitlinadded EVT_TREE_ITEM_MENU test
2005-03-18  Vadim Zeitlinavoid asserts from calling isprint(c) with non ASCII c
2005-03-18  Ryan Norton* Update for new event handler stuff
2005-03-18  Julian SmartAdd sample icon
2005-03-18  Julian SmartUse sample icon, and title correction
2005-03-18  Julian SmartUse sample icon
2005-03-15  Julian SmartNo zero id
2005-03-15  Julian SmartDon't start ids at zero
2005-03-13  Włodzimierz SkibaBetter margin on Smartphone.
2005-03-12  Robert Roebling Applied patch for ArtProvider.
2005-03-11  Vadim Zeitlindon't use private URL in the sample
2005-03-11  Vadim Zeitlintest background bitmap
2005-03-11  Vadim Zeitlinadded wxDebugReport
2005-03-10  Włodzimierz SkibaUse initial book from available controls. Select it...
2005-03-08  Robert Roebling Override OnSize in the scrollsub sample to disable
2005-03-04  Włodzimierz SkibaName conflict correction.
2005-03-03  Włodzimierz SkibaWarning fixes for formating.
2005-03-03  Włodzimierz SkibaWarning fix.
2005-03-03  Włodzimierz SkibaSource cleaning.
2005-03-03  Włodzimierz SkibaAllow build without fatal exceptions support.
2005-03-01  Vadim Zeitlinrestored alpha test in raw image frame (why had it...
2005-03-01  Michael WetherellMinor fixes for gcc
2005-03-01  Włodzimierz SkibaWarning fixes.
2005-03-01  Włodzimierz SkibaWarning fix.
2005-02-28  Włodzimierz SkibaMissing include.
2005-02-28  Julian SmartRemoved call to obsolete (and presumably redundant...
2005-02-28  Vadim Zeitlin1. added possibility to test setting tooltip for the...
2005-02-27  Vadim Zeitlinrefersh after changing the image (patch 1151163)
2005-02-27  Vadim Zeitlinadded tests for savin PNG images in different formats...
2005-02-26  Julian SmartAdded wxFULL_REPAINT_ON_RESIZE and sample icon to OpenG...
2005-02-26  Julian SmartSpacing is better on GTK+ and (hopefully) Mac
2005-02-25  Włodzimierz SkibaMore wxFile fixes.
2005-02-23  Włodzimierz SkibaPresentation of hiding and disabling of the items in...
2005-02-23  Włodzimierz SkibaRegistered PalmOS creatorID for minimal sample for...
2005-02-22  Robert Roebling Better correction to the wxListBox misbehaviour.
2005-02-21  Robert Roebling Show that the GTK+ listbox doesn't deselect any item
2005-02-20  Julian Smartmenu name consistency
2005-02-20  Julian SmartIdentifiers can't be zero
2005-02-19  Vadim Zeitlinadded more icons (for GTK only) (patch 1097684)
2005-02-19  Vadim Zeitlinuse const char * buffer to fix CW compilation (patch...
2005-02-19  David ElliottRebaked with Bakefile 0.1.7.
2005-02-19  Kevin HockSample update - wxTE_AUTO_URL from Mart R. [patch 1126182]
2005-02-18  Robin DunnwxStdButtonSizer Finalise --> Realize
2005-02-17  Ryan Nortonuse without url
next