0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added modifier key checks to avoid unexpected behaviors when controlling the presentation with the keyboard; added support for slides navigation usgin page up/page down keys More... over 14 years ago
Merge pull request #50 from sdouche/patch-1 More... over 14 years ago
Typo (wrong key description for help). More... over 14 years ago
updated docs More... over 14 years ago
finalized full height presentation display and slide context toggling More... over 14 years ago
progress in implementing autorescaling option + added 'c' command to toggle slides context display More... over 14 years ago
added a way to make the slide fit the whole screen while preserving aspect ratio using the 'e' key More... over 14 years ago
Merge remote-tracking branch 'n1k0/master' More... over 14 years ago
Merge pull request #43 from BestFriendChris/presenter-view More... over 14 years ago
Merge remote-tracking branch 'upstream/master' More... over 14 years ago
pep8 and coding standards More... over 14 years ago
fixed variable error in main.py More... over 14 years ago
merged lothiraldan 'linenos' feature More... over 14 years ago
Added expose css to tango theme More... over 14 years ago
Added expose css to light theme More... over 14 years ago
Add a linenos option (used by pygment to generate output of source code) More... over 14 years ago
Changed shortcut for Presenter View to 'p' and added to the help pane More... over 14 years ago
Now support Expose mode in the presenter view More... over 14 years ago
Now you can add notes to a slide by adding a presenter notes section as follows: More... over 14 years ago
Added initial work on a Presenter View pane. Press '4' to launch another window containing the current and next slide. Changing slides on either window will update the other. More... over 14 years ago
self.destination_file get the wrong argument (direct) -> get destination_file More... over 14 years ago
added an example of customized presentation to README More... over 14 years ago
tweaked up README to reflect latest added features More... over 14 years ago
fixed error and moved base_path as a func arg in utils.get_rel_path_url() More... over 14 years ago
fixed a problem with relative path urls More... over 14 years ago
fixed problem with utils.get_path_url More... over 14 years ago
added support for theme copy by using the new --copy-theme option; added support for relative links generation using the --relative command line option More... over 14 years ago
enhanced documentation More... over 14 years ago
reordered options in alphabetical order More... over 14 years ago
added 'relative option' More... over 14 years ago