-
-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some new options to distinguish date and title, +American spelling of color #105
base: master
Are you sure you want to change the base?
Commits on Apr 29, 2017
-
New CL options to customize title independent of date
- New CL option to set title size/color separate from date - New CL option to swap position of date and title - Tweaked the y position calc of top-center/bottom-left text - New CL options to adjust y position of date or title Changes to be committed: modified: src/gource.cpp modified: src/gource.h modified: src/gource_settings.cpp modified: src/gource_settings.h
Configuration menu - View commit details
-
Copy full SHA for acc9b43 - Browse repository at this point
Copy the full SHA acc9b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07250b9 - Browse repository at this point
Copy the full SHA 07250b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c16ac0a - Browse repository at this point
Copy the full SHA c16ac0aView commit details
Commits on Dec 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6602875 - Browse repository at this point
Copy the full SHA 6602875View commit details
Commits on Dec 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9b6d252 - Browse repository at this point
Copy the full SHA 9b6d252View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd0a01 - Browse repository at this point
Copy the full SHA cbd0a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for c90512f - Browse repository at this point
Copy the full SHA c90512fView commit details -
Added error if you try to build with GLM 0.9.9.
Unfortunately on further testing with GLM 0.9.9 (which is in alpha) it was found to be unstable due to a change to the library removing default constructors of vectors, resulting in uninitialized values being used. The current release of GLM 0.9.8 is fine.
Configuration menu - View commit details
-
Copy full SHA for c826856 - Browse repository at this point
Copy the full SHA c826856View commit details -
Use built-in GLM version to fix compatibility issues (dependency remo…
…ved). The current GLM 0.9.9 pre-release alpha contains a change removing the default initialization of vectors with no way of getting the old behavior. This issue is compounded by Debian (and now Ubuntu) packaging this version of GLM despite it being an alpha and not backwards compatible. I expect a lot of other software will be affected by this decision as well. For the time being I have decided to use a fixed version of GLM 0.9.8.5 including a fix to compile with minor versions of GCC >= 7.3 which has not been included in an official release yet.
Configuration menu - View commit details
-
Copy full SHA for 5035a61 - Browse repository at this point
Copy the full SHA 5035a61View commit details -
Re-add GLM check to look for src/core/glm/glm/glm.hpp.
Add src/core/glm to tarball.
Configuration menu - View commit details
-
Copy full SHA for 51da891 - Browse repository at this point
Copy the full SHA 51da891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43571a3 - Browse repository at this point
Copy the full SHA 43571a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 712fd4e - Browse repository at this point
Copy the full SHA 712fd4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c91599 - Browse repository at this point
Copy the full SHA 8c91599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eee8eb - Browse repository at this point
Copy the full SHA 6eee8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 939a576 - Browse repository at this point
Copy the full SHA 939a576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ed7528 - Browse repository at this point
Copy the full SHA 9ed7528View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf782c0 - Browse repository at this point
Copy the full SHA bf782c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for db5ccda - Browse repository at this point
Copy the full SHA db5ccdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d07b8 - Browse repository at this point
Copy the full SHA 25d07b8View commit details -
Fix command synopsis to use normal manual-page command syntax.
This is significant for tools like doclifter that lift to XML/HTML.
Configuration menu - View commit details
-
Copy full SHA for 997531a - Browse repository at this point
Copy the full SHA 997531aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe6bec - Browse repository at this point
Copy the full SHA 5fe6becView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81cd3e6 - Browse repository at this point
Copy the full SHA 81cd3e6View commit details -
Fixed a bug in the log file format detection affecting custom logs.
After the first commit in a log is read to check the file format the log it is rewound to the beginning, however the last line read was still buffered so it would return the buffered line next not the first line of the log. As custom log entries are all on one line this would erroneously be parsed as the first commit.
Configuration menu - View commit details
-
Copy full SHA for ad5a926 - Browse repository at this point
Copy the full SHA ad5a926View commit details -
Added no-time-travel to the configuration
Enabling this option causes gource to use the time of the parent commit, if the time of a commit is in the past. This allows a linear simulation, even if the time of the commits are not corresponding to the order of the commits.
Configuration menu - View commit details
-
Copy full SHA for 74e8bee - Browse repository at this point
Copy the full SHA 74e8beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f09b0 - Browse repository at this point
Copy the full SHA 21f09b0View commit details -
Use lasttime for no-time-travel instead of currtime.
When the commit queue is empty lasttime use lasttime instead of currtime to determine if the commit time is out of order as currtime is incremented by the simulation.
Configuration menu - View commit details
-
Copy full SHA for 47ea2aa - Browse repository at this point
Copy the full SHA 47ea2aaView commit details -
Added dir-name-position to the configuration
Using this option allows to move the directory name to the root (0.0) or to the leafs (1.0).
Configuration menu - View commit details
-
Copy full SHA for ed284ba - Browse repository at this point
Copy the full SHA ed284baView commit details -
Don't allow dir-name-position to be 0.0 as it doesn't make sense.
Renamed midpoint to label_pos.
Configuration menu - View commit details
-
Copy full SHA for 5b24e44 - Browse repository at this point
Copy the full SHA 5b24e44View commit details -
Added file-extension-fallback to the configuration.
Enabling this option causes gource to use the filename as the file extension if no extension is set or the filename ends with a dot. As a result every file without an extension has an own entry in the file extension key.
Configuration menu - View commit details
-
Copy full SHA for ae7bde2 - Browse repository at this point
Copy the full SHA ae7bde2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c6477 - Browse repository at this point
Copy the full SHA 43c6477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d70fd0 - Browse repository at this point
Copy the full SHA 1d70fd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0bfd7 - Browse repository at this point
Copy the full SHA 0a0bfd7View commit details -
Fixed Mercurial parser missing entries due to a buffering bug.
While parsing a commit when the parser encountered the first line of the next commit it would buffer it to be parsed next, however it didn't use the correct method to then fetch the next line so the buffered entry was missed.
Configuration menu - View commit details
-
Copy full SHA for d6afc4f - Browse repository at this point
Copy the full SHA d6afc4fView commit details -
Fixed file removal being cancelled by an action with an earlier times…
…tamp. Thanks to Lars Schmertmann for helping debug this issue.
Configuration menu - View commit details
-
Copy full SHA for ebf158b - Browse repository at this point
Copy the full SHA ebf158bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71057b8 - Browse repository at this point
Copy the full SHA 71057b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55fe062 - Browse repository at this point
Copy the full SHA 55fe062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc7de4 - Browse repository at this point
Copy the full SHA 2dc7de4View commit details -
New CL options to customize title independent of date
- New CL option to set title size/color separate from date - New CL option to swap position of date and title - Tweaked the y position calc of top-center/bottom-left text - New CL options to adjust y position of date or title Changes to be committed: modified: src/gource.cpp modified: src/gource.h modified: src/gource_settings.cpp modified: src/gource_settings.h
Configuration menu - View commit details
-
Copy full SHA for 7bb7eae - Browse repository at this point
Copy the full SHA 7bb7eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c5284f - Browse repository at this point
Copy the full SHA 8c5284fView commit details