general docview.cpp code cleanup; use wxVector<> instead of manually-allocated arrays...
[wxWidgets.git] / samples /
2008-08-02  Vadim Zeitlinadded trivial wxLaunchDefaultApplication() implementati...
2008-08-02  Vadim Zeitlinadded enabled and hidden attributes to radio box items...
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-08-01  Vadim Zeitlinno real changes, just some minor cleanup to fix a few...
2008-07-20  Vadim Zeitlinfix (harmless) Win64-compatibility MSVC warning
2008-07-19  Vadim Zeitlincompilation fix for builds without wxHAS_RAW_KEY_CODES
2008-07-18  Vadim Zeitlindisable compilation of test broken by wxMimeTypesManage...
2008-07-14  Vadim Zeitlinremoved automatically generated code for frame layout...
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-07-13  Vadim Zeitlinuse wxString::Format() instead of hardcoding floating...
2008-07-06  Vadim Zeitlinadd a numeric column test
2008-07-05  Paul Cornettmark long-deprecated methods as such, and don't use...
2008-06-30  Vadim Zeitlinremove unused exec.rc file
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-29  Vadim Zeitlinadd a new menu for wxTextEntry-specific tests, currentl...
2008-06-29  Vadim Zeitlinsupport wxListCtrl::GetViewRect() in report view too...
2008-06-27  Vadim Zeitlinuse wxIconizeEvent::IsIconized() instead of deprecated...
2008-06-26  Vadim Zeitlinbuild fix for PCH-less build
2008-06-24  Robert RoeblingCompilation
2008-06-24  Robert RoeblingNext part of tree state icon patches
2008-06-24  Paul Cornettfix crash on exit, after hiding search tool then toggli...
2008-06-23  Julian SmartDon't fail to get correct extension if there's a dot...
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-21  Bryan PettyLeftover changes for sample doc improvements in ticket...
2008-06-21  Bryan PettyPatch from Utensil Candel with large improvements to...
2008-06-20  Paul Cornettdon't include private header in a sample
2008-06-20  Robert RoeblingGive spin button the same height as the associated...
2008-06-17  Vadim Zeitlinfix compilation of TestRegConfRead()
2008-06-16  Vadim Zeitlindon't recreate combobox with proportion of 1 (instead...
2008-06-16  Stefan Csomornew path organisation for mac
2008-06-16  Stefan Csomornew path organisation for mac
2008-06-14  Vadim Zeitlincompilation fix (casts for mb_str() used as argument...
2008-06-14  Vadim Zeitlinchange shortcut for "Sort" to Ctrl-T to avoid conflict...
2008-06-13  Vadim Zeitlinfix reference counting problems with wxGridCellWithAttr...
2008-06-13  Julian SmartSkip base command line parsing, which fails when passin...
2008-06-12  Stefan Csomormac paths updated
2008-06-12  Stefan Csomormac paths updated
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-07  Vadim Zeitlinset a global flag on shut down instead calling Delete...
2008-06-07  Vadim Zeitlindo what we advise, not what we say is unsupported:...
2008-06-07  Vadim Zeitlinpresent information about key presses better; some...
2008-06-07  Vadim Zeitlindon't show the normal context menu while editing an...
2008-06-04  Václav SlavíkChanged wxHTML default font size for printing to be...
2008-06-04  Vadim Zeitlincompilation fix for wxUSE_STL==1
2008-06-02  Václav Slavíkregenerated all trunk makefiles with bakefile-0.2.3
2008-06-01  Vadim Zeitlinuse IMPLEMENT_APP_CONSOLE and not IMPLEMENT_APP for...
2008-06-01  Vadim Zeitlincompilation fix for wxX11
2008-06-01  Vadim Zeitlinadded missing wx/wrapsizer.h include
2008-06-01  Vadim Zeitlinfix compilation with wxUSE_DRAG_AND_DROP==0 (as in...
2008-05-30  Vadim Zeitlinuse 'i' and 'd' instead of WXK_DELETE/INSERT as wxMSW...
2008-05-30  Vadim Zeitlinensure that GetEditControl() returns something even...
2008-05-28  Vadim Zeitlinfix MSVC /Wp64 warnings
2008-05-24  Vadim Zeitlinadd test for bug 716
2008-05-24  Vadim Zeitlincompilation fix after the last change
2008-05-23  Vadim Zeitlinadded wrapsizer (should have been checked in a long...
2008-05-23  Vadim Zeitlincorrect toggling of the selected icon (closes 4029)
2008-05-23  Robert RoeblingUpdate controls sample to follow documented logic
2008-05-21  Robert RoeblingMake height of red square depend on value in the model
2008-05-21  Robert RoeblingAdd test for progress renderer
2008-05-20  Robert Roeblingreplaces unsigned int with wxUIntPtr
2008-05-18  Vadim Zeitlinuse GtkComboBox instead of deprecated GtkOptionMenu...
2008-05-17  Vadim Zeitlinfix crash in BitmapComboBoxWidgetsPage under wxUniv
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
next