added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods...
[wxWidgets.git] / samples /
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...
2007-01-07  Vadim Zeitlinreturn correct item and position from wxTreeEvent:...
2006-12-15  Stefan Csomorusing native architecture for development builds only...
2006-12-12  Robert Roebling Add a few more controls to the toolbar.
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Vadim ZeitlinwxSearchCtrl is an editable control (too)
2006-12-11  Vadim ZeitlindeTABified
2006-12-11  Vadim Zeitlinrestored variabes initialization in OnButtonSet() to...
2006-12-11  Vadim Zeitlincompilation fix for USE_PCH==0
2006-12-11  Chris Elliottsorry about bad commit
2006-12-11  Chris Elliottfix missing includessrc/generic/srchctlg.cpp
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-10  Vadim Zeitlinadded collpane sample
2006-12-10  Vadim Zeitlinfixed off by one error in OnButtonSet()
2006-12-10  Vadim Zeitlincompilation fix for g++ < 3.4 after last commit
2006-12-10  Włodzimierz SkibaImplemented Set button for date picker page.
2006-12-07  Paul Cornettdon't use %d to print pointer
2006-12-06  Vadim Zeitlinask for BPP for .bmp extension, not .bpp one
2006-12-04  Vadim Zeitlinadd test for wxLaunchDefaultBrowser, it makes sense...
2006-12-04  Vadim Zeitlinremoved explicit initial size for BugsGridFrame, it...
2006-12-04  Vadim Zeitlinremoved unneeded SetMargins(0, 0) call (this is the...
2006-12-03  Vadim Zeitlinfix initial layout of the widgets pages: avoid calling...
2006-12-01  Robin DunnFix DrawHeaderButton
2006-11-30  Julian SmartRemoved redundant code
2006-11-27  Vadim Zeitlinmake Ok button in the dialog the default one as people...
2006-11-25  Vadim Zeitlinrename some projects to avoid project name clashes...
2006-11-24  Vadim Zeitlintest resizeable calendar control
2006-11-24  Vadim Zeitlinhandle wxXmlResource::Load() errors
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-24  Vadim Zeitlinprotect gs_allThreads with a mutex (modified patch...
2006-10-11  Robin DunnreSWIGged
2006-11-21  Benjamin Williamsremoved duplicate pane bug in sample application
2006-11-20  Benjamin Williamsfixed a center pane bug in sample
2006-11-19  Vadim Zeitlinrecreate the control when wxCAL_SEQUENTIAL_MONTH_SELECT...
2006-11-19  Vadim Zeitlinremoved code inside USE_SIZABLE_CALENDAR, we should...
2006-11-19  Vadim Zeitlinadded possibility to create wxDatePickerCtrl without...
2006-11-18  Vadim Zeitlinremove unused file
2006-11-18  Vadim Zeitlininclude correct XPMs (Unix compilation fix after last...
2006-11-17  Vadim Zeitlinadded tests for background colour, static bitmap &c...
2006-11-17  Vadim Zeitlinadded chart icon for non-MSW ports too
2006-11-17  Vadim ZeitlinSome sample cleanup:
2006-11-17  Benjamin Williamsrenamed wxAUI_ART to wxAUI_DOCKART
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
2006-11-14  Vadim Zeitlinlabel the different gradient pictures clearly
2006-11-13  Benjamin Williamscorrected sentence
2006-11-13  Benjamin Williamsadded new features to welcome page
2006-11-12  Vadim Zeitlindon't assert if 'c' key is pressed when there is no...
2006-11-12  Vadim Zeitlincompilation fix after last commit
2006-11-12  Robert Roebling Send delete item event just before the item is actually
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-11  Vadim Zeitlincorrected exit/about menu command ids in the code after...
2006-11-10  Vadim ZeitlinwxCocoa compilation fixes (include OpenGL/glu.h there...
2006-11-10  Benjamin Williamsupdated nomenclature in menu item
2006-11-10  Robin DunnMove version number to 2.8.0.0 and rebake the makefiles
2006-11-10  Vadim Zeitlinuse std menu ids for stock items
2006-11-08  Benjamin WilliamswxAuiNotebook bitmaps working now
2006-11-08  Julian SmartAdded a couple of text effects
2006-11-07  Benjamin Williamselipsis for oversized pane captions
2006-11-07  Benjamin Williamsadded image to root item of tree in aui sample
2006-11-07  Benjamin Williamsnew default theme for wxAuiNotebook
2006-11-06  Benjamin Williamsimplemented page close event for wxAuiNotebook
2006-11-06  Benjamin WilliamswxAuiNotebook has external tab dragging now
2006-11-06  Vadim Zeitlin(blind) compilation fix for wxCocoa
2006-11-06  Benjamin Williamsaui sample can now create extra notebooks
2006-11-06  Vadim Zeitlinfix compilation error when wxUSE_DYNLIB_CLASS == 0
2006-11-05  Vadim Zeitlinno changes, just removed commented out line
2006-11-04  Vadim Zeitlinreally restored correct sample code
2006-11-04  Vadim Zeitlinoops, restored accidentally checked in testing code
2006-11-04  Vadim Zeitlinrebaked with baefile rev 928
2006-11-04  Vadim Zeitlinadd wxTempFile test
2006-11-04  Robert Roebling Test adding page without setting selection.
2006-11-04  Vadim Zeitlintest GetBoundingRect()
2006-11-04  Vadim Zeitlinattempt to fix linking error in one of the tinderbox...
2006-11-04  Vadim Zeitlininclude iostream header when using std streams
2006-11-04  Vadim Zeitlininclude iostream header when using std streams
2006-11-02  Benjamin Williamsimplemented wxAUI_NB_WINDOWLIST_BUTTON and wxAUI_NB_SCR...
2006-11-02  Benjamin Williamsaui sample update to include newly implemented options
2006-11-02  Benjamin Williamsoption for no close button for wxAuiNotebook in aui...
2006-11-02  Benjamin Williamsupdated aui sample to expose notebook flags
2006-11-02  Vadim Zeitlinslightly better fix for missing c_str() in OnCellValueC...
2006-11-02  Julian SmartEliminate POD warning/error
2006-11-02  Vadim Zeitlinclose the file before removing it
2006-11-01  Vadim Zeitlinoverride ExitMainLoop() to exit the MFC main loop inste...
2006-11-01  Vadim Zeitlindefine _AFXDLL to ensure that MFC libraries are linked in
2006-11-01  Benjamin Williamswxaui big class rename
2006-11-01  Benjamin Williamswxaui maximize/restore button patch from Aleksey Sanin...
2006-11-01  Benjamin Williamswxaui notebook style flags added
2006-10-31  Vadim Zeitlinincrease the notebook size to accomodate the size of...
2006-10-31  Julian SmartMade all bitmaps 16x16
2006-10-31  Vadim Zeitlinadded horse.tga to bakefile and distribution scripts
2006-10-30  Vadim Zeitlinno changes, just removed commented out code
2006-10-30  Vadim Zeitlinrebaked
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-30  Benjamin Williamswxaui notebook tabs can scroll; notebook themability...
2006-10-30  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow
2006-10-30  Robert Roebling [ 1587059 ] wxLaunchDefaultBrowser fix for KDE
2006-10-30  Julian SmartApplied patch [ 1586964 ] Getting the PID of the proces...
2006-10-29  Paul Cornettremove unnecessary casts
2006-10-29  Václav Slavíkadd events API to wxHtmlWindow (patch #1504493 by Franc...
next