gdk_pixbuf_unref -> g_object_unref
[wxWidgets.git] / samples /
2006-04-02  Julian SmartCorrected index passed
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-27  Vadim Zeitlinadded an option to use wxExtHelpController (which means...
2006-03-27  Włodzimierz SkibaSource and warning cleaning after enabling wxUSE_DATAVI...
2006-03-25  Vadim Zeitlinpartly undid last commit: we still need to look in...
2006-03-25  Vadim Zeitlinno need to add . and .. explicitely to the catalogs...
2006-03-25  Vadim Zeitlinadded wxStandardPaths::GetResourcesDir() and GetLocaliz...
2006-03-24  Włodzimierz SkibaPRIOR/NEXT build fixes.
2006-03-24  Włodzimierz SkibaPRIOR/NEXT build fixes.
2006-03-24  Włodzimierz SkibaFix after removal of PRIOR/NEXT in common headers.
2006-03-24  Julian SmartBuild corrections
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-23  Julian SmartFixes/makefiles for building data view control on Windows
2006-03-23  Włodzimierz SkibaCentering maximized wxTLWs on screen should do nothing.
2006-03-23  Robert Roebling Implement basic MVC logic (change an item in one
2006-03-23  Julian SmartDon't centre the frame on WinCE
2006-03-22  Włodzimierz SkibaTest both constuctors. Warning fix.
2006-03-21  Stefan Csomorgcc 4.0 for all
2006-03-20  Vadim Zeitlininitialize wxZipFSHandler even when wxUSE_GIF=0
2006-03-18  Vadim Zeitlinfixed crash introduced in rev. 187 for all non-MSW...
2006-03-16  Vadim Zeitlinadded wxDisplay::GetClientArea() (currently implemented...
2006-03-16  Stefan Csomoruniversal
2006-03-16  Vadim Zeitlincompile some functionality even when wxUSE_DISPLAY...
2006-03-15  Włodzimierz SkibaWarning fixes.
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-13  Włodzimierz SkibaMake wxListCtrl changes ported from 2.6 branch complete...
2006-03-12  Vadim Zeitlindon't send weird colours for different controls, this...
2006-03-12  Vadim Zeitlincreate a non readonly combobox
2006-03-12  Julian SmartAdded context menu
2006-03-12  Vadim Zeitlinlog wxChoice events in the same format as wxComboBox...
2006-03-12  Vadim Zeitlinuse the sizer to layout the main window/panel (this...
2006-03-12  Włodzimierz SkibaMake wxTinderbox pass dialup sample for DOS cross-build.
2006-03-10  Vadim Zeitlindon't Connect() to wxEVT_RIGHT_DOWN twice (fixed proble...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-10  Vadim Zeitlinsimplification: create listbox in only one place (patch...
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2006-03-08  Vadim Zeitlintest EVT_TEXT_ENTER
2006-03-07  Włodzimierz SkibaDon't link with media lib with USE_MEDIA==0.
2006-03-07  Włodzimierz SkibaDon't link with media lib with USE_MEDIA==0.
2006-03-07  Mart RaudseppRemove the GetItemHeight sample from samples/checklst...
2006-03-07  Włodzimierz SkibaPresent generic dialog on WinCE. Show using/avoiding...
2006-03-04  Vadim Zeitlindon't use grey background for the control, it makes...
2006-03-02  Robert Roebling Change wxVariant GetValue() to GetValue( wxVariant...
2006-03-01  Robert Roebling Applied Ryan's native wxListBox and wxCheckListBox...
2006-02-28  Robert Roebling Added stubs for variaous tests.
2006-02-28  Robert Roebling Don't delete model in views destructor as several
2006-02-28  Julian SmartProposed syntax for telling WinCE whether a context...
2006-02-28  Julian SmartWinCE can't copy with title in menu
2006-02-27  Robert Roebling Most things about wxDataViewDateCell work.
2006-02-26  Robert Roebling Move wxDataViewCtrl to Adv (hope this has worked..).
2006-02-26  Robert Roebling Some restructuring, beginning of wxDataViewDateCell.
2006-02-26  Włodzimierz SkibaWinCE friendly wxCheckListBox sample.
2006-02-26  Robert Roebling Makes custom cell activatable.
2006-02-25  Robert Roebling Added wxDataViewProgressCell with native code
2006-02-24  Robert Roebling Added wxDataViewCustomCell.
2006-02-24  Robert Roebling added wxDataViewToggleCell
2006-02-23  Robert Roebling wxDataViewCtrl now with editable text and multiple
2006-02-23  Robert Roebling Update sample.
2006-02-21  Robert Roebling Updated wxDataViewCtrl sample
2006-02-20  Robert Roebling Added test for wxComboBox::SetString
2006-02-16  Vadim Zeitlincompilation fix after removing wxImage(wxImage *) ctor
2006-02-15  Robert Roebling Applied wxVScrolledWindow patch
2006-02-15  Jouk Jansen Committing in .
2006-02-12  Vadim Zeitlinfixed memory leak in the sample and simplified wxCheckL...
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2006-02-10  Vadim Zeitlinadded test for GetInsertyionPoint() (patch 1262125)
2006-02-10  Vadim Zeitlinregenerated all makefiles with bakefile 0.2.0; removed...
2006-02-10  Vadim ZeitlinRyan's cumulative wxActiveX and media control patch...
2006-02-10  Vadim Zeitlinregenerated all makefiles with bakefile 0.2.0; removed...
2006-02-10  Włodzimierz SkibaUse 'wx/' for contrib samples and make wxTinderbox...
2006-02-09  Vadim Zeitlinadded tests for centering dialogs on screen/parent
2006-02-09  Vadim Zeitlinput property sheets in their own submenu; resolve accel...
2006-02-08  Vadim Zeitlinadded a page showing wxToolBars (part of patch 1358919)
2006-02-05  Julian SmartRemoved obsolete files from richedit sample directory
2006-02-05  Julian SmartRemoved textedit from top-level sample makefiles
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-02-04  Stefan Csomorusing common info.plist
2006-02-04  Stefan Csomorcommon Info.plist for XCode projects
2006-02-02  Julian SmartFix nonsensical checked menu item label and behaviour
2006-01-31  Włodzimierz SkibaBuild fix.
2006-01-31  Julian SmartAdded SetSheetStyle to property sheet dialog to allow...
2006-01-31  Julian SmartPut MFC sample at end of list
2006-01-30  Julian SmartAdapted notebook sample to demonstrate wxToolbook
2006-01-29  Robert Roebling Fix rawbitmap sample to clear bitmap first.
2006-01-26  Włodzimierz SkibaBetter #include
2006-01-25  Julian SmartDon't require drag and drop
2006-01-23  Vadim Zeitlinadded tests of update UI handlers for clipboard menu...
2006-01-22  Jamie GaddDistinguish numpad extended keys. Fixes bug #1327720
2006-01-21  Michael WetherellRebake all the VC++ project files and makefiles
2006-01-21  Mart RaudseppLets have a close box for the DnDShapeDialog in the...
2006-01-18  Julian SmartReordering so most likely to fail are at end
2006-01-18  Julian SmartUnicode
2006-01-18  Julian SmartAllow compilation of samples to continue with wxUSE_DIS...
2006-01-18  Julian SmartDon't pass wxALIGN_ flags to wxButton
2006-01-16  Włodzimierz SkibaAvoid conflict between wxWindow::Enable and MyFrame...
2006-01-16  Włodzimierz SkibaCode cleaning.
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
next