summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* demo: Add TreeModel interface implementation demonstrationSimon Feltman2014-01-141-0/+143
* demo: Remove "Icon View" and "Tree View" directoriesSimon Feltman2014-01-147-1041/+0
* demo: Remove spaces from demo sub-directoriesSimon Feltman2014-01-147-0/+1041
* gtk-demo: Avoid crash in CSS demosSimon Feltman2013-12-312-16/+46
* gtk-demo: Add info bar and better error handling to CSS demosSimon Feltman2013-12-312-14/+43
* gtk-demo: Add CSS demosGian Mario Tagliaretti2013-12-3114-1/+722
* gtk-demo: Fix pyflakes error after recent commit3.11.2Simon Feltman2013-11-121-1/+1
* gkt-demo: Change main info/source notebook into a GtkStackSimon Feltman2013-11-121-6/+17
* gtk-demo: Cleanup deprecated calls throughout demo codeSimon Feltman2013-11-1217-90/+64
* gtk-demo: Change demo to use Gtk.ApplicationSimon Feltman2013-07-252-21/+21
* gtk-demo: Wrap description strings at 80 charactersSimon Feltman2013-04-289-22/+43
* gtk-demo: Use textwrap to reformat description for Gtk.TextViewSimon Feltman2013-04-281-1/+7
* gtk-demo: Use GtkSource.View for showing source codeSimon Feltman2013-04-281-126/+44
* pygtkcompat: Add pygtk compatible GenericTreeModel implementationSimon Feltman2013-02-183-1/+514
* Fix gtk-demo for Python 3Martin Pitt2013-01-231-1/+1
* gtk-demo: Fix some PEP-8 whitespace issuesMartin Pitt2012-08-203-5/+3
* PEP8: Fix indentationMartin Pitt2012-06-228-24/+22
* PEP8: Fix continuation linesMartin Pitt2012-06-221-3/+3
* PEP8: Consistent comparisons against True, False, and NoneMartin Pitt2012-06-223-8/+8
* PEP8: Remaining whitespace fixesJohan Dahlin2012-03-224-24/+23
* PEP8: Add spaces before #Johan Dahlin2012-03-223-9/+9
* PEP8: Add missing whitespace after : and ,Johan Dahlin2012-03-222-2/+2
* PEP8: Remove too many blank linesJohan Dahlin2012-03-221-1/+0
* PEP8: Fix whitespace around operatorsJohan Dahlin2012-03-221-1/+1
* PEP8: Remove whitespace before (Johan Dahlin2012-03-2211-30/+30
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-2226-17/+63
* PEP8: Remove spaces around = for keyword argumentsJohan Dahlin2012-03-223-18/+18
* PEP8: Remove trailing ;Johan Dahlin2012-03-225-23/+23
* Remove all tabs and fix indentationJohan Dahlin2012-03-229-66/+61
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-2125-55/+48
* [gtk-demo] Fix syntax highlighter encoding issueDieter Verfaillie2011-09-071-0/+3
* [gtk-demo] printing.py: set print and error dialog transient parentDieter Verfaillie2011-08-241-4/+4
* [gtk-demo] printing.py: exit Gtk mainloop when done and correctly handle prin...Dieter Verfaillie2011-08-241-4/+10
* [gtk-demo] show "activated" demo's in italic font in the TreeViewDieter Verfaillie2011-08-241-2/+5
* [gtk-demo] source colorizer: Python3 does not have the BACKQUOTE token, so si...Dieter Verfaillie2011-08-241-4/+1
* [gtk-demo] In Python3, GLib.file_get_contents returns a bytes object but Gtk....Dieter Verfaillie2011-08-241-1/+5
* [gtk-demo] images.py: fix 'Insensitive 'button mnenomicDieter Verfaillie2011-08-241-1/+1
* [gtk-demo] printing.py: fix Pango.EllipsizeType > Pango.EllipsizeMode & get_p...Dieter Verfaillie2011-08-241-2/+2
* [gtk-demo] printing.py: fix text file loadingDieter Verfaillie2011-08-241-16/+16
* [gtk-demo] pixbuf.py: fix image loadingDieter Verfaillie2011-08-241-14/+11
* [gtk-demo] images.py: fix logo loadingDieter Verfaillie2011-08-241-41/+29
* [gtk-demo] appwindow.py: set AboutDialog parentDieter Verfaillie2011-08-241-4/+3
* [gtk-demo] appwindow.py: fix logo loadingDieter Verfaillie2011-08-241-7/+3
* [gtk-demo] appwindow.py: fix callback signaturesDieter Verfaillie2011-08-241-3/+3
* [gtk-demo] fix glib vs GLib usageDieter Verfaillie2011-08-242-2/+2
* [gtk-demo] iconviewedit.py: fix for Gdk.color_parse API breakage caused by im...Dieter Verfaillie2011-08-241-3/+3
* [gtk-demo] optimize source colorizer by only preparing iters for known colori...Dieter Verfaillie2011-08-241-5/+15
* [gtk-demo] small formatting fixesDieter Verfaillie2011-08-2411-6/+19
* [gtk-demo] remove "is_fully_bound" from demosDieter Verfaillie2011-08-2411-22/+0
* [gtk-demo] add source colorizer loosely based on PyGTK's pygtk-demo and GTK+'...Dieter Verfaillie2011-08-241-15/+101