note that GetFromWindow is windows only
[wxWidgets.git] / samples /
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
2005-02-16  Robert Roebling Removed the complex popup test.
2005-02-16  Dimitri Schoolwerthminor typo fixes
2005-02-16  Julian SmartAdded assert (WinCE doesn't report checked status corre...
2005-02-15  Ryan NortonUse the new event handler macros
2005-02-15  Ryan Nortoninclude mondorian xpmm on cocoa too
2005-02-14  Ryan NortonFinalize wxJoystick on mac. Note change. Pretty up...
2005-02-14  Włodzimierz SkibaMinor editing.
2005-02-14  Ryan NortonMove HID stuff into both OSX builds. Add preliminary...
2005-02-13  Vadim Zeitlinremoved trailing CRs
2005-02-13  Vadim Zeitlincorrected link to the list test page
2005-02-13  Václav Slavíkmoved GNOME printing code back to wxCore and fixed...
2005-02-13  Vadim Zeitlinadded test for not erasing background
2005-02-13  Robert Roebling Added raw bitmap access support to GTK 2.0.
2005-02-13  Robert Roebling Small correction to erase sample, added PrepareDC()
2005-02-13  Vadim Zeitlinfixes for wxDP_ALLOWNONE case
2005-02-13  Vadim Zeitlinadded support for wxDP_ALLOWNONE in wxMSW; documented...
2005-02-13  Ron LeeAdd extra^2 debug mode to wx-config for brute force...
2005-02-13  Vadim Zeitlinadded test for Blit()ting OnEraseBackground() results...
2005-02-12  Julian SmartGetPixel and FloodFill (in this case) not supported...
2005-02-12  Ryan Nortonchange configure to better detect gstreamer. Check...
2005-02-12  Julian SmartRegenerated makefiles
2005-02-12  Ryan NortonCleanup mediaplayer sample a bit - get rid of bad loop...
2005-02-11  Vadim Zeitlinadded possibility to throw different objects and crash...
2005-02-11  Robert Roebling Made gnome printing stuff return wxPRINT_CANCELLED if
2005-02-10  Michael WetherellCompile console apps with wxUSE_GUI=0
2005-02-08  Włodzimierz SkibaUse wxICON as portable feature.
2005-02-08  Włodzimierz SkibaMinor decorations.
2005-02-08  Włodzimierz SkibaMinGW warning fix.
2005-02-08  Ryan NortonRemove tab sample as per 2.6 wiki todo
2005-02-06  Julian SmartCan suppress themed notebook page with wxNB_NOPAGETHEME or
2005-02-06  Mattia Barbon Miscellaneous compilation and warning fixes.
2005-02-05  Vadim Zeitlinadded complex popup
2005-02-05  Vadim Zeitlincreated bakefile and generated all makefiles from it...
2005-02-05  Robert Roebling added test for wxPopupTransientWindow.
2005-02-04  Ryan NortonMassive commenting/professionalize and add some other...
2005-02-04  Ryan Nortonmake cocoa mediactrl usable. Some touchups to carbon...
2005-02-03  Mattia Barbon Compilation fix for wxUSE_STACKWALKER == 0.
2005-02-03  Robert Roebling Fix for listbox problem, when created on invisible
2005-02-02  Vadim Zeitlinadded test for items updating and some comments
2005-01-29  Vadim Zeitlindon't run the thread if its creation failed
2005-01-29  Robin DunnUse wxTRANSPARENT_BRUSH so the rectangles around the...
2005-01-28  Włodzimierz SkibaWarning fix.
2005-01-23  Robert Roebling Forgot to commit sample testing update ui events
2005-01-23  Kevin HockAdded inverse checkbox to test sliders with wxSL_INVERS...
2005-01-21  Vadim Zeitlinadded possibility to use generic date control if configured
2005-01-20  Vadim Zeitlinexpanded the date picker part to show wxDP_XXX styles
2005-01-19  Vadim Zeitlincorrected #if tests to use correct wxUSE_DATEPICKCTRL...
2005-01-19  Vadim Zeitlinimplemented wxStackWalker for Unix (using glibc-specifi...
2005-01-18  Robin DunnUse a panel
2005-01-18  Julian SmartSkip processing in OnTextEnter so normal return process...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-16  Vadim Zeitlinimplemented wxDynamicLibrary::ListLoaded() for Linux...
2005-01-16  Vadim Zeitlinsmall tweaks to wxDynamicLibrary test
2005-01-16  Robert Roebling Applied patch which solved conflicts between wxWidgets
2005-01-16  Julian SmartCheck for wxUSE_GLOBAL_MEMORY_OPERATORS before redefini...
2005-01-15  Vadim Zeitlinadded API, docs and Win32 implementation of wxDatePicke...
2005-01-07  Włodzimierz SkibaRemove some controls from limited screen area of Smartp...
2005-01-06  Włodzimierz SkibaSmartphone fixes.
2005-01-06  Włodzimierz SkibawxUSE_LOG (Smartphone) fix.
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2005-01-03  Vadim Zeitlinadded a test to check how exception handling works...
2005-01-02  Vadim Zeitlinadded TOOL_RCLICKED test
2004-12-30  Włodzimierz SkibawxPD_CAN_SKIP for skipping parts of progress and reintr...
2004-12-28  George TaskerAdded SQL_WVARCHAR and SQL_WCHAR to the data types...
2004-12-28  George TaskerLookup result windows now force the first column size...
2004-12-28  George TaskerChanged error messages so that if a DB error occurs...
2004-12-28  George TaskerChanged the hardcoded table name to be in all caps...
2004-12-28  David ElliottRebaked (Bakefile 0.1.4). Corresponds to dialogs.bkl...
2004-12-28  George TaskerDisplay message typo corrected
2004-12-22  Vadim Zeitlinsimplified sizers, removed OnSize() which is not needed...
2004-12-21  Włodzimierz SkibawxString and wxChar* access for file functions. Source...
2004-12-21  Włodzimierz SkibawxURI is enough for the basic url operations.
2004-12-20  Włodzimierz SkibaWarning fix.
2004-12-19  Vadim Zeitlinuse ../sample.* instead
2004-12-19  Vadim Zeitlinuse standard icon under Unix as well
2004-12-19  Vadim Zeitlinuse standard icon; minor layout fixes
next