summaryrefslogtreecommitdiff
path: root/slippy.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Fix aspect ratioBehdad Esfahbod1-3/+9
2016-05-11Add mime data for jpg images so they are encoded in PDFBehdad Esfahbod1-0/+32
2014-09-17[fonttools] Flesh outBehdad Esfahbod1-0/+1
2014-09-16MinorBehdad Esfahbod1-1/+1
2014-01-10Use basestring instead of strBehdad Esfahbod1-1/+1
2014-01-10WhitespaceBehdad Esfahbod1-8/+8
2014-01-06Pass data down to prepare_pageBehdad Esfahbod1-0/+1
2014-01-06Don't cache backgroundBehdad Esfahbod1-1/+1
2010-05-04Remove empty_lines hack since Pango master is fixed nowBehdad Esfahbod1-11/+1
2009-12-26Remove layout width hackBehdad Esfahbod1-1/+1
2009-11-17Fix extent calculation with rotationsBehdad Esfahbod1-9/+16
2009-10-20OopsBehdad Esfahbod1-1/+1
2009-10-16Allow --geometry without size info, location onlyBehdad Esfahbod1-2/+5
2009-10-07Handle reloading theme modulesBehdad Esfahbod1-5/+13
2009-10-07Cleanup reloadingBehdad Esfahbod1-55/+68
2009-10-07Implement slide reloading! Using 'r', now both theme and slides are reloadedBehdad Esfahbod1-14/+38
2009-10-07MinorBehdad Esfahbod1-1/+1
2009-10-07Cleanup unrecognized option handlingBehdad Esfahbod1-8/+15
2009-10-07Don't wrap during key navigationBehdad Esfahbod1-3/+3
2009-10-07Support iconify on EscBehdad Esfahbod1-4/+13
2009-10-07Support Home/End navigationBehdad Esfahbod1-1/+19
2009-07-05Fix getopt help outputBehdad Esfahbod1-1/+3
2009-07-05fix configure eventBehdad Esfahbod1-0/+4
2009-07-05Improve --geometryBehdad Esfahbod1-12/+11
2009-07-05Add --geometryBehdad Esfahbod1-23/+30
2009-07-05add scrollwheel supportBehdad Esfahbod1-0/+20
2009-07-05reload theme on "R"Behdad Esfahbod1-8/+11
2009-06-03Add no-decoration supportBehdad Esfahbod1-4/+21
2007-09-25Add three presentations, from my Montreal OpenPrinting Summit talksBehdad Esfahbod1-0/+2
2007-07-30Only use rgba visual if can compositeBehdad Esfahbod1-3/+1
2007-07-26Shuffle things around a bit.Behdad Esfahbod1-15/+33
2007-07-26Make cairo_slides.py runnableBehdad Esfahbod1-11/+14
2007-07-26Make user-data a dictionary, and use it for layout alignment too.Behdad Esfahbod1-2/+9
2007-07-26Add GNU artworkBehdad Esfahbod1-5/+6
2007-07-26Move theme out of rendererBehdad Esfahbod1-16/+16
2007-07-26Better format logBehdad Esfahbod1-1/+1
2007-07-26Make initial window size a parameter of constructorBehdad Esfahbod1-21/+21
2007-07-26More cleanupBehdad Esfahbod1-39/+73
2007-07-26Cleanup ViewerGTK so it doesn't inherit from gtk.Window as to not clutter hel...Behdad Esfahbod1-54/+57
2007-07-26Clear exported symbolsBehdad Esfahbod1-8/+11
2007-07-26Add copyright and document things a bit.Behdad Esfahbod1-0/+3
2007-07-26Remove the hardcoded 800x600 canvas size.Behdad Esfahbod1-3/+6
2007-07-26Unbreak pdfBehdad Esfahbod1-0/+1
2007-07-26Don't do maximize/unmaximize in fullscreen/unfullscreenBehdad Esfahbod1-2/+2
2007-07-26Don't run mplayer in slideshowBehdad Esfahbod1-5/+8
2007-07-26Add slideshow and similar featuresBehdad Esfahbod1-17/+89
2007-07-26Make fullscreen maximize tooBehdad Esfahbod1-0/+2
2007-07-26Add getopt, and make some things more genericBehdad Esfahbod1-30/+55
2007-07-25Allow transparent background if compositing manager is availableBehdad Esfahbod1-45/+36
2007-07-25Make 'f' toggle fullscreenBehdad Esfahbod1-0/+9