Ensure that wxApp::Yield is always processing pending event by creating a
[wxWidgets.git] / samples /
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-05-08  Vadim Zeitlinadd a combobox to one of the toolbars, just for testing
2008-05-05  Vadim Zeitlinremove _T()s, they're unneeded now
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-28  Vadim Zeitlinfix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl...
2008-04-28  Václav Slavíkreport Unicode characters when reporting EVT_CHAR in...
2008-04-28  Václav Slavíkuse the new DoLogString signature (fixes with 2.8 compa...
2008-04-25  Robert RoeblingwxCairoGraphics need a font event without drawing text
2008-04-25  Robert RoeblingSome testing code for wxGraphicsContext printing
2008-04-18  Robert RoeblingReverted accidental change
2008-04-18  Robert RoeblingReverted accidental change
2008-04-18  Robert RoeblingReverted accidental change
2008-04-18  Robert RoeblingLayout improvements for CalendarCtrl
2008-04-17  Robert Roebling[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
2008-04-15  Robert RoeblingUse correct tree style
2008-04-14  Robert RoeblingSupport bitmaps and text and header columns using wxIma...
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-11  Robert RoeblingAdd test for context menu, fixed mem leak, fixed focus...
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-06  Robert RoeblingTest header and renderer aligment separately, II
2008-04-06  Robert RoeblingTest header and renderer aligment separately
2008-04-06  Vadim Zeitlindon't bounce back events to the text control recursivel...
2008-04-06  Vadim Zeitlindelay setting the window shape until it is realized...
2008-04-06  Vadim Zeitlinadded a note about entry point in Unicode build (patch...
2008-04-06  Vadim Zeitlindemo toggling border and 3D sash styles (last part...
2008-04-06  Vadim Zeitlinuse wxJoin() instead of redoing it manually in the...
2008-04-06  Vadim Zeitlindemonstrate fuller about dialog in ShowFullAboutDialog...
2008-04-06  Vadim Zeitlinno changes, just some cleanup (patch 1918720)
2008-04-05  Robert RoeblingAlso right-align second column
2008-04-05  Robert RoeblingAdded test for right alignment of 1st column
2008-04-05  Robert RoeblingAdded test for left/centre/right alignment
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-04-04  Vadim Zeitlinimplemented toggling of wxCAL_MONDAY_FIRST in the nativ...
2008-04-04  Vadim Zeitlinimplemented Mark() in the native MSW version of wxCalen...
2008-04-04  Vadim Zeitlinimplemented HitTest() in the native MSW version; added...
2008-04-01  Vadim Zeitlinmove all appearace-related methods down to wxCalendarCt...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-27  Robin DunnUse C++ names in the text, not wxPython names
2008-03-27  Vadim ZeitlinMSW fixes for the last change: call Realize() after...
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-03-23  Francesco Montorsithe control which can be enabled/disabled is a text...
2008-03-22  Vadim Zeitlinadd timing of synchronous execution
2008-03-22  Vadim Zeitlinno real changes, just added a default value for the...
2008-03-22  Vadim Zeitlindon't show more than 20 lines of redirected IO, just...
2008-03-22  Vadim Zeitlincorrect the REDIRECT_COMMAND definition for Unix
2008-03-21  Vadim Zeitlinkill the process launched by wxExecute(ASYNC) to avoid...
2008-03-21  Vadim Zeitlinuncomment wxExecute(ASYNC) test now that it's supposed...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-16  Vadim Zeitlinadded test of focusing/selecting another item
2008-03-15  Vadim Zeitlinadded support for double arguments to wxCmdLineParser...
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2008-03-13  Václav Slavíkreverted Julian's r44600, it broke help window behavior...
2008-03-06  Vadim Zeitlinuse %p for printing out a pointer
2008-03-04  Václav Slavíktest Freeze/Thaw completely, including clearing and...
2008-03-02  Vadim Zeitlinadd test for setting toolbar background colour
2008-03-02  Vadim Zeitlinreverted the last 2 changes to this file, the border...
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-02  Vadim Zeitlinadd platform info for Palm (add-wxpalm-info.diff part...
2008-03-02  Vadim Zeitlinadd menu item to jump to DST start date
2008-02-28  Julian SmartOpen and Close clipboard properly
2008-02-12  Vadim Zeitlinuse const char*, not char*, for string literals to...
2008-02-12  Vadim Zeitlinadd forgotten file needed by the last change to the...
2008-02-12  Julian SmartFixed several style, paste and undo bugs
2008-02-11  Vadim Zeitlinuse #ifdef __WXMAC__, not #if
2008-02-11  Vadim Zeitlinimplement wxListBox::EnsureVisible() in wxGTK; add...
2008-02-10  Vadim Zeitlinlog Unicode data correctly, extract the logging code...
2008-02-10  Vadim Zeitlinupdate the samples to use new (non-deprecated) wxGLCanv...
2008-02-09  Vadim Zeitlinfix signed/unsigned comparison warning
2008-02-09  Václav Slavíkdisable console targets for WinCE
2008-02-04  Vadim Zeitlinadded console IPC sample (part of patch 1833150)
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2008-01-27  Vadim Zeitlindon't reference non-existent doc.xmb file
2008-01-27  Václav Slavíkadded VC7/8 project files for samples
2008-01-26  Vadim Zeitlinfix the code to not use dangling pointers resulting...
2008-01-23  Václav Slavíkregenerated makefiles with bkl-0.2.3
2008-01-19  Vadim Zeitlinuse slash, not backslash, in #include
2008-01-18  Jouk JansenRemoving wrong "const const" in type definition
2008-01-16  Vadim Zeitlinmade all XPM const to avoid warnings from mingw32 4...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-13  Robert Roeblinguse wxSizer::Fit() for sizing the dialog
2008-01-13  Vadim Zeitlinrebaked and regenerated everything after the latest...
2008-01-12  Robert RoeblingInvoke default action if dclick event after <ENTER...
2008-01-09  Vadim ZeitlinSTL build compilation fix (remove useless cast of wxStr...
2008-01-09  Vadim Zeitlincompilation fix after _() changes; also don't use wxCha...
2008-01-08  Vadim Zeitlintest Clear() in the sample
2008-01-08  Paul Cornettspeed up drawing text window in UTF8 build (something...
2008-01-07  Robert RoeblingCorrect wxObjectDataPtr<> assignment from *T to not...
2008-01-06  Vadim Zeitlinfix wxExecute thread shutdown and free wxExecuteData...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-22  Vadim Zeitlinallow centering wxMessageDialog on its parent window...
2007-12-22  Vadim Zeitlindon't use rand() for selecting the colour of the bitmap...
2007-12-22  Vadim Zeitlinfix the size of bitmaps we create (bug 1851598)
2007-12-22  Stefan Csomorforgot to release capture
2007-12-22  Stefan Csomoradding rubberbanding
next