index
:
dragon
master
packages
Simple drag-and-drop source/target for gtk3
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dragon.c
Commit message (
Expand
)
Author
Age
*
List -i, --icon-only option in --help
Nathan Sketch
2021-03-08
*
Show thumbnails for images supported by GTK
Nathan Sketch
2021-03-08
*
Add -I/--stdin option to read filenames from stdin
Nathan Sketch
2021-03-08
*
Use --on-top, -T for always-on-top switch
Michael Homer
2021-01-16
*
fix #20
B Stack
2021-01-16
*
Quit with both esc and q
toniz4
2020-10-02
*
Center icon if not displaying filename
Giovanny Lucas
2020-04-19
*
Add flag to toggle filename showing
Giovanny Lucas
2020-04-19
*
Increment version number for release
Michael Homer
2019-11-15
*
Prevent segfault when dragging a single item v2
FichteFoll
2019-11-02
*
Prevent segfault when dragging a single item
FichteFoll
2019-11-02
*
Allow ASK drag action
FichteFoll
2019-11-02
*
Remove random double indent
FichteFoll
2019-11-02
*
Add debug prints for chosen action and succcess
FichteFoll
2019-11-02
*
Fix debug printing of URIs in drag_all mode
FichteFoll
2019-11-02
*
uri_collection needs to hold one more item than max
FichteFoll
2019-11-02
*
Prevent memory corruption by checking MAX_SIZE
FichteFoll
2019-11-02
*
Increment version to 1.1.0
Michael Homer
2019-07-06
*
Add verbose logging for drag receive events
FichteFoll
2019-07-05
*
Option to print file paths in target mode
FichteFoll
2019-07-05
*
Output debug messages on stderr
FichteFoll
2019-05-08
*
Add fallback to generic icons
FichteFoll
2019-05-08
*
Remove deprecated gtk_button_set_alignment call
FichteFoll
2019-05-08
*
Unify whitespace (to spaces)
FichteFoll
2019-05-08
*
Remove runtime warning about icon fallback
Michael Homer
2018-04-27
*
Let GIO handle URI building
Sebastian Reuße
2018-04-25
*
Bump version to 1.0.0
Michael Homer
2018-04-13
*
Add drag all feature
Andre Pontes
2017-06-22
*
Set stdout to line buffered for scripting -t
Michael Homer
2014-08-15
*
Show icons when displaying source buttons
Michael Homer
2014-08-15
*
Update --help output with other modes
Michael Homer
2014-06-21
*
Add short options -t and -x
Michael Homer
2014-06-19
*
Allow keeping dragged data around with --keep
Michael Homer
2014-06-19
*
Allow use as a drag target too
Michael Homer
2014-06-19
*
Initial commit
Michael Homer
2014-06-19
bgstack15