Commit Graph

152 Commits

Author SHA1 Message Date
Vincent Torri ed4d58fa78 add missing files 2023-12-07 07:34:57 +01:00
Vincent Torri 53e0b065ea winlist: initial commit, WIP 2023-12-05 23:46:42 +01:00
Vincent Torri 0b20514dd8 move list image creation after window creation 2022-08-07 15:26:10 +02:00
Vincent Torri 4006438f7a move image creation after layout 2022-08-07 11:23:44 +02:00
Vincent Torri 198267d7ec factorize code 2022-08-07 11:15:55 +02:00
Vincent Torri 24c2bee26d Move show and fullscreen just before elm_run() 2022-08-05 18:13:19 +02:00
Vincent Torri 278be017f6 remove non-functional sonar support 2022-04-15 16:39:23 +02:00
Vincent Torri 6853b780a5 Add the display of pdf files, patch by raster 2021-08-09 12:26:11 +02:00
Vincent Torri 98b501bbb4 factorize code which retrieves modifiers 2021-07-12 13:03:52 +02:00
Vincent Torri da1f3b8f25 Add keyboard shortcuts, patch by raster 2021-07-12 10:04:53 +02:00
Vincent Torri b88551fc26 image: fix double free, patch by raster 2021-07-05 17:12:52 +02:00
Vincent Torri df6bd59943 image: rename callback 2021-07-05 17:11:13 +02:00
Vincent Torri 6508025ece image: add preload 2021-06-11 20:48:31 +02:00
Vincent Torri 1ad9851787 window: add INF messages 2021-06-11 13:36:19 +02:00
Vincent Torri b35f9568d9 controls: add INF messages 2021-06-11 13:34:50 +02:00
Vincent Torri 7fd528b5bf formatting 2021-04-30 15:35:44 +02:00
Vincent Torri 211d81f4f5 use right click to open menu, not settings 2021-04-30 13:58:14 +02:00
Vincent Torri ef386ffbb4 replace hover by menu (for hamburger menu) 2021-04-30 13:37:42 +02:00
Vincent Torri ecd0d26f83 remove debug 2021-04-30 10:02:11 +02:00
Vincent Torri da20d4a129 when pressing 'n', window should not be resized beyond screen size 2021-04-30 09:34:10 +02:00
Vincent Torri 7e63809e79 if 'n' is pressed, zoom is set to 100% and resize window to image size 2021-04-29 20:53:12 +02:00
Vincent Torri 500fda396c fix detection of file when one image is passed to entice 2021-04-29 11:29:46 +02:00
Vincent Torri 2ccb90bab8 fix leak and missing pointer check 2021-04-29 09:52:54 +02:00
Vincent Torri 38dbff5bab images can also be order by last modified time 2021-04-28 11:16:40 +02:00
Vincent Torri ad899e49cf also hide mouse cursor when fullscreen, when the controls are fading 2021-04-26 18:15:54 +02:00
Vincent Torri e7695c1877 rename functions (2nd step) 2021-04-26 06:28:27 +02:00
Vincent Torri dc6daa6937 rename functions 2021-04-26 06:10:08 +02:00
Vincent Torri 1a672e58ba rename variable 2021-04-26 05:49:57 +02:00
Vincent Torri 4f6353e6ca focus fix 2021-04-25 08:55:47 +02:00
Vincent Torri ba2fcfac2a change shortcut : 'b' for best fit and 'f' to toggle fullscreen 2021-04-25 08:33:53 +02:00
Vincent Torri 6df7bc6d0a * remove elm_object_focus_allow_set()
* use "clicked" callback with the buttons
2021-04-24 09:18:11 +02:00
Vincent Torri a9e660cdf9 fix compilation 2021-04-23 15:01:12 +02:00
Vincent Torri 6f2b340e1f formatting 2021-04-23 14:58:12 +02:00
Vincent Torri 3a7a31ee98 add shortcut for file copy in clipboard 2021-04-23 14:54:59 +02:00
Vincent Torri d0efa5e7d4 do not abort 2021-04-23 14:52:11 +02:00
Vincent Torri dd352f4a20 various fixes by raster 2021-04-23 14:44:48 +02:00
Vincent Torri fca51621d8 Revert "formatting"
This reverts commit 18db552e22.
2021-04-23 14:43:28 +02:00
Vincent Torri 357cdeb66f Revert "add shortcut for file copy in clipboard"
This reverts commit c086916e75.
2021-04-23 14:42:44 +02:00
Vincent Torri 2afa942c81 Revert "simplify the zoom hover widget, patch by raster"
This reverts commit 3670c1d548.
2021-04-23 14:41:42 +02:00
Vincent Torri bd3889d3a3 Revert "remove leak"
This reverts commit 338007c480.
2021-04-23 14:40:43 +02:00
Vincent Torri 338007c480 remove leak 2021-04-23 11:15:04 +02:00
Vincent Torri 3670c1d548 simplify the zoom hover widget, patch by raster 2021-04-23 11:03:05 +02:00
Vincent Torri c086916e75 add shortcut for file copy in clipboard 2021-04-23 10:53:39 +02:00
Vincent Torri 18db552e22 formatting 2021-04-23 10:28:51 +02:00
Vincent Torri a4c8364581 fit zoom button when clicked 2021-04-23 05:39:34 +02:00
Vincent Torri 598cfbd792 add hover menu 2021-04-23 05:32:00 +02:00
Vincent Torri 90ddc057c9 better alignment in the hoverwq 2021-04-22 23:08:51 +02:00
Vincent Torri 264a720656 rewrite controls behavior 2021-04-22 22:54:51 +02:00
Vincent Torri 11f8f335c4 re enable button overlay 2021-04-21 12:43:21 +02:00
Vincent Torri d804bcfe32 add ctxpopup to zoom entry 2021-04-21 12:36:24 +02:00