Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-09-17 | [fonttools] Flesh out | Behdad Esfahbod | 1 | -0/+1 |
2014-09-16 | Minor | Behdad Esfahbod | 1 | -1/+1 |
2014-01-10 | Use basestring instead of str | Behdad Esfahbod | 1 | -1/+1 |
2014-01-10 | Whitespace | Behdad Esfahbod | 1 | -8/+8 |
2014-01-06 | Pass data down to prepare_page | Behdad Esfahbod | 1 | -0/+1 |
2014-01-06 | Don't cache background | Behdad Esfahbod | 1 | -1/+1 |
2010-05-04 | Remove empty_lines hack since Pango master is fixed now | Behdad Esfahbod | 1 | -11/+1 |
2009-12-26 | Remove layout width hack | Behdad Esfahbod | 1 | -1/+1 |
2009-11-17 | Fix extent calculation with rotations | Behdad Esfahbod | 1 | -9/+16 |
2009-10-20 | Oops | Behdad Esfahbod | 1 | -1/+1 |
2009-10-16 | Allow --geometry without size info, location only | Behdad Esfahbod | 1 | -2/+5 |
2009-10-07 | Handle reloading theme modules | Behdad Esfahbod | 1 | -5/+13 |
2009-10-07 | Cleanup reloading | Behdad Esfahbod | 1 | -55/+68 |
2009-10-07 | Implement slide reloading! Using 'r', now both theme and slides are reloaded | Behdad Esfahbod | 1 | -14/+38 |
2009-10-07 | Minor | Behdad Esfahbod | 1 | -1/+1 |
2009-10-07 | Cleanup unrecognized option handling | Behdad Esfahbod | 1 | -8/+15 |
2009-10-07 | Don't wrap during key navigation | Behdad Esfahbod | 1 | -3/+3 |
2009-10-07 | Support iconify on Esc | Behdad Esfahbod | 1 | -4/+13 |
2009-10-07 | Support Home/End navigation | Behdad Esfahbod | 1 | -1/+19 |
2009-07-05 | Fix getopt help output | Behdad Esfahbod | 1 | -1/+3 |
2009-07-05 | fix configure event | Behdad Esfahbod | 1 | -0/+4 |
2009-07-05 | Improve --geometry | Behdad Esfahbod | 1 | -12/+11 |
2009-07-05 | Add --geometry | Behdad Esfahbod | 1 | -23/+30 |
2009-07-05 | add scrollwheel support | Behdad Esfahbod | 1 | -0/+20 |
2009-07-05 | reload theme on "R" | Behdad Esfahbod | 1 | -8/+11 |
2009-06-03 | Add no-decoration support | Behdad Esfahbod | 1 | -4/+21 |
2007-09-25 | Add three presentations, from my Montreal OpenPrinting Summit talks | Behdad Esfahbod | 1 | -0/+2 |
2007-07-30 | Only use rgba visual if can composite | Behdad Esfahbod | 1 | -3/+1 |
2007-07-26 | Shuffle things around a bit. | Behdad Esfahbod | 1 | -15/+33 |
2007-07-26 | Make cairo_slides.py runnable | Behdad Esfahbod | 1 | -11/+14 |
2007-07-26 | Make user-data a dictionary, and use it for layout alignment too. | Behdad Esfahbod | 1 | -2/+9 |
2007-07-26 | Add GNU artwork | Behdad Esfahbod | 1 | -5/+6 |
2007-07-26 | Move theme out of renderer | Behdad Esfahbod | 1 | -16/+16 |
2007-07-26 | Better format log | Behdad Esfahbod | 1 | -1/+1 |
2007-07-26 | Make initial window size a parameter of constructor | Behdad Esfahbod | 1 | -21/+21 |
2007-07-26 | More cleanup | Behdad Esfahbod | 1 | -39/+73 |
2007-07-26 | Cleanup ViewerGTK so it doesn't inherit from gtk.Window as to not clutter hel... | Behdad Esfahbod | 1 | -54/+57 |
2007-07-26 | Clear exported symbols | Behdad Esfahbod | 1 | -8/+11 |
2007-07-26 | Add copyright and document things a bit. | Behdad Esfahbod | 1 | -0/+3 |
2007-07-26 | Remove the hardcoded 800x600 canvas size. | Behdad Esfahbod | 1 | -3/+6 |
2007-07-26 | Unbreak pdf | Behdad Esfahbod | 1 | -0/+1 |
2007-07-26 | Don't do maximize/unmaximize in fullscreen/unfullscreen | Behdad Esfahbod | 1 | -2/+2 |
2007-07-26 | Don't run mplayer in slideshow | Behdad Esfahbod | 1 | -5/+8 |
2007-07-26 | Add slideshow and similar features | Behdad Esfahbod | 1 | -17/+89 |
2007-07-26 | Make fullscreen maximize too | Behdad Esfahbod | 1 | -0/+2 |
2007-07-26 | Add getopt, and make some things more generic | Behdad Esfahbod | 1 | -30/+55 |
2007-07-25 | Allow transparent background if compositing manager is available | Behdad Esfahbod | 1 | -45/+36 |
2007-07-25 | Make 'f' toggle fullscreen | Behdad Esfahbod | 1 | -0/+9 |
2007-07-25 | Work around pango bug with height of empty lines. Fixes layout problems with... | Behdad Esfahbod | 1 | -2/+13 |
2007-07-19 | Make slippy take slides and theme as cmd-line args | Behdad Esfahbod | 1 | -18/+43 |