aboutsummaryrefslogtreecommitdiff
path: root/dragon.c
Commit message (Expand)AuthorAge
* List -i, --icon-only option in --helpNathan Sketch2021-03-08
* Show thumbnails for images supported by GTKNathan Sketch2021-03-08
* Add -I/--stdin option to read filenames from stdinNathan Sketch2021-03-08
* Use --on-top, -T for always-on-top switchMichael Homer2021-01-16
* fix #20B Stack2021-01-16
* Quit with both esc and qtoniz42020-10-02
* Center icon if not displaying filenameGiovanny Lucas2020-04-19
* Add flag to toggle filename showingGiovanny Lucas2020-04-19
* Increment version number for releaseMichael Homer2019-11-15
* Prevent segfault when dragging a single item v2FichteFoll2019-11-02
* Prevent segfault when dragging a single itemFichteFoll2019-11-02
* Allow ASK drag actionFichteFoll2019-11-02
* Remove random double indentFichteFoll2019-11-02
* Add debug prints for chosen action and succcessFichteFoll2019-11-02
* Fix debug printing of URIs in drag_all modeFichteFoll2019-11-02
* uri_collection needs to hold one more item than maxFichteFoll2019-11-02
* Prevent memory corruption by checking MAX_SIZEFichteFoll2019-11-02
* Increment version to 1.1.0Michael Homer2019-07-06
* Add verbose logging for drag receive eventsFichteFoll2019-07-05
* Option to print file paths in target modeFichteFoll2019-07-05
* Output debug messages on stderrFichteFoll2019-05-08
* Add fallback to generic iconsFichteFoll2019-05-08
* Remove deprecated gtk_button_set_alignment callFichteFoll2019-05-08
* Unify whitespace (to spaces)FichteFoll2019-05-08
* Remove runtime warning about icon fallbackMichael Homer2018-04-27
* Let GIO handle URI buildingSebastian Reuße2018-04-25
* Bump version to 1.0.0Michael Homer2018-04-13
* Add drag all featureAndre Pontes2017-06-22
* Set stdout to line buffered for scripting -tMichael Homer2014-08-15
* Show icons when displaying source buttonsMichael Homer2014-08-15
* Update --help output with other modesMichael Homer2014-06-21
* Add short options -t and -xMichael Homer2014-06-19
* Allow keeping dragged data around with --keepMichael Homer2014-06-19
* Allow use as a drag target tooMichael Homer2014-06-19
* Initial commitMichael Homer2014-06-19
bgstack15