croptool

Image cropping tool
git clone git://lumidify.org/croptool.git (fast, but not encrypted)
git clone https://lumidify.org/git/croptool.git (encrypted, but very slow)
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-08-18 06:55Exit when pressing 'q'lumidify3+11-6
2023-08-18 06:48Fix compilation on newer systems that don't have imlib2-config anymorelumidify1+3-2
2022-06-03 20:55Fix typo in Makefilelumidify4+4-4
2022-03-11 12:45Fix linking on some systemslumidify1+1-1
2022-01-21 21:02Release 1.2.1lumidify3+6-2
2022-01-13 12:01Fix minor formatting issue in manpagelumidify1+3-1
2022-01-13 11:56Make cropping rectangle specification more strict; add some todoslumidify5+13-8
2021-09-23 11:36Fix weird castlumidify1+1-1
2021-09-21 14:36Prepare for release 1.2.0lumidify2+2-2
2021-09-21 14:28Clean up a bitlumidify3+14-4
2021-09-21 14:12Make Makefile more POSIX-compatible (I think?)lumidify4+11-10
2021-09-21 13:45Allow Imlib2 cache size to be controlled with command line argumentlumidify2+31-9
2021-09-21 12:47Don't allow coordinates below 0; allow rectangle to be kept when going backwardslumidify6+42-18
2021-04-01 19:24Clarify valid values for numeric argumentslumidify1+5-3
2021-03-07 20:53Remove unloadable files from argument list so they are ignored subsequentlylumidify2+9-3
2021-03-07 10:55Improve documentation; misc. other fixeslumidify7+60-37
2021-03-06 19:19Add examples to man pagelumidify3+67-26
2021-03-06 18:31Allow a different destination filename in croptool_croplumidify3+38-16
2021-03-06 18:02Avoid unnecessary redrawslumidify1+10-7
2021-03-06 14:30Change cursor when image changeslumidify1+62-29
2021-03-06 10:42Reformat code a bitlumidify1+100-30
2021-03-06 07:16Remove double buffering from todo listlumidify1+1-3
2021-03-05 22:02Add double bufferinglumidify4+99-19
2021-01-10 18:57Add small clarification to documentationlumidify1+11-11
2021-01-06 20:07Make image loading fail earlylumidify4+9-4
2021-01-03 12:42Fix various issues found with an approximately 500 meter long string of compiler optionslumidify2+10-10
2021-01-03 11:26Fix man page style (from mandoc -Tlint)lumidify2+12-9
2021-01-03 11:07Fix/clarify documentationlumidify1+11-9
2021-01-03 10:29Add 'dist' to makefile; update changeloglumidify2+14-1
2021-01-02 20:14Exit when no loadable images specified; clean up a bitlumidify1+102-59
2021-01-02 19:25Fix redrawing of cropping rectanglelumidify5+33-20
2021-01-02 08:33Various fixes to the man pageslumidify2+5-4
2021-01-02 08:06Add croptool_croplumidify5+124-8
2021-01-01 22:17Add note about coordinates becoming skewed while resizinglumidify1+4-0
2021-01-01 21:54Fix manual redrawinglumidify2+10-3
2021-01-01 21:35Fix licenselumidify1+13-15
2021-01-01 21:30Fix compilationlumidify2+5-2
2021-01-01 21:18Add new version based on xlib and imlib2lumidify10+793-392
2020-06-17 18:49Add note to TODOlumidify1+1-0
2020-05-29 08:39Add CHANGELOGlumidify1+6-0
2020-05-25 18:38Allow two different selection box colorslumidify2+29-6
2020-05-11 13:58Add TODO; use -f flag on rm in Makefilelumidify2+2-1
2020-05-05 16:16Immediately display first imagelumidify2+11-3
2020-05-05 16:06Allow to resize the image with space barlumidify2+38-18
2020-05-01 09:26Add cursorslumidify1+35-2
2020-04-23 09:27Fix deletion of selectionslumidify1+2-2
2020-04-23 09:19Allow the selection box to be removedlumidify2+28-13
2020-04-17 06:59Remove debug flaglumidify1+1-1
2020-04-16 12:30I *think* the colormap needs to be unref'd...lumidify1+9-8
2020-04-16 07:51Modify style slightly just 'cause I canlumidify1+8-8
2020-04-16 06:34Round instead of casting; allow to make window smaller than 500x500lumidify1+10-9
2020-04-15 17:53Add notes to READMElumidify1+10-1
2020-04-15 17:42Initial commitlumidify3+556-0