Mercurial > geeqie
log
age | author | description |
---|---|---|
Tue, 09 Dec 2008 17:51:28 +0000 | zas_ | Allow to invert the current selection in Collection view. A new Selection submenu was added to the contextual menu, Select All and Select None were moved to it, and Invert selection was added. |
Mon, 08 Dec 2008 21:34:32 +0000 | zas_ | Display error dialog with appropriate message when user is trying to open an invalid collection file. |
Mon, 08 Dec 2008 21:33:14 +0000 | zas_ | Cosmetic fix. |
Sun, 07 Dec 2008 15:51:50 +0000 | zas_ | Fix patch 1290: we only want to remove unused parameter warnings not all warnings produced by -Wextra, so just disable then using -Wno-unused-parameter and re-add -Wextra (was -W, but this is the old name). |