Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/xfce-mirror/ristretto
Mirror repository, PRs are not watched, please use Xfce's GitLab
https://github.com/xfce-mirror/ristretto
199 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
735c48b27c193de60d322b302c2d7a184f36b4d6 authored over 3 years ago by Xfce Bot <[email protected]>199 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
1b7c36066ab899f8dbc43b35e237b6123fb25dfa authored over 3 years ago by Xfce Bot <[email protected]>199 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
5604be8a10a068d71a04caf8b10f357ec26fbcb1 authored over 3 years ago by Xfce Bot <[email protected]>180 translated messages, 21 untranslated messages.
Transifex (https://www.transifex.com/xfce/pu...
b91ec98bdd7997a3c3f469313dc1178774c6208d authored over 3 years ago by Xfce Bot <[email protected]>188 translated messages, 13 untranslated messages.
Transifex (https://www.transifex.com/xfce/pu...
581b620d49cddc40b8db4c0d13f6ce4d9bc72d64 authored over 3 years ago by Xfce Bot <[email protected]>198 translated messages, 3 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
4401fb63f297a891e93abab5f518a7893bad7bed authored over 3 years ago by Xfce Bot <[email protected]>195 translated messages, 6 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
5b0139f2aab5d144032b988a561337528eb27f33 authored over 3 years ago by Xfce Bot <[email protected]>199 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
2ea4ac9edd3ec52e19f060d45a01a814f170e2a4 authored over 3 years ago by Xfce Bot <[email protected]>181 translated messages, 20 untranslated messages.
Transifex (https://www.transifex.com/xfce/pu...
b02f83ec964e26985ab1f42aaf2b72fddbcbd853 authored over 3 years ago by Xfce Bot <[email protected]>199 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
e5851c89aae00680be6a5a1f286e50e7775d7f50 authored over 3 years ago by Xfce Bot <[email protected]>198 translated messages, 3 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
f68e36f72442020bdc87ebbc8de3627a89496c76 authored over 3 years ago by Xfce Bot <[email protected]>199 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
eeb188a475ecd7ebd129eb79a21c50c1fc46c54d authored over 3 years ago by Xfce Bot <[email protected]>199 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
f0ed1d5f02d5c95a9b606d92e0990e3e42f474e8 authored over 3 years ago by Xfce Bot <[email protected]>199 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
10aa23866221c680fe94f17dc18afe9712917266 authored over 3 years ago by Xfce Bot <[email protected]>
This adds a radio menu bound to a new setting "default-zoom", which
applies to images displayed ...
As it is already the case for the orientation.
See !28 for more details.
40c3b7926846c150576f8608b44da742778795b1 authored over 3 years ago by Gaël Bonithon <[email protected]>See !28 for more details.
d5e4fa6d8172c7b8b9bbf917a2f74bef41394a52 authored over 3 years ago by Gaël Bonithon <[email protected]>
This corresponds to fit-to-view only for images that exceed the view
size. This way, if an image...
See !28 for more details.
9aa3c04f6add67a3fb2c86363145e0d9eeada977 authored over 3 years ago by Gaël Bonithon <[email protected]>
In some cases, typically:
* the thumbnail bar displayed at startup,
* a sufficiently light image...
2c89e5de629f1327de524fbd81ad1172c4412294 authored over 3 years ago by Gaël Bonithon <[email protected]>
This uses the code from add59713d975df22dae56af9c451ff20233b8104, which
leads to some simplifica...
Also extracts it from `paint_image()` and deindents.
e77e61392c37f0bb50abdb8a1244907209665d7e authored over 3 years ago by Gaël Bonithon <[email protected]>
Completes !8, after the code cleanups and refactoring that took place
in the meantime made thing...
Compact and simplify a bit this code and that of
`rstto_button_release_event()` by the way.
* Use rendering geometry instead of recalculating it
* Compact and clarify `paint_image()`
* Set adjustments at once and in one place, i.e. replace
`gtk_adjustment_set_*()` + `correct_a...
* Remove the "value-changed" signal handler
* Add an explicit redraw request in the only place w...
This is a minimal fix for a part that is completely refactored in the
following commits. But it ...
7d533c178a1c4d004f0c293a1fecc57fd26c3754 authored over 3 years ago by Gaël Bonithon <[email protected]>
As soon as the image is a bit big, the practicality of the
overlay does not justify the cost and...
See !24 for more details.
627b9c78750539564ee66e6bd2c1d08a81421b31 authored over 3 years ago by Gaël Bonithon <[email protected]>Closes #36, see !23 for more details.
add59713d975df22dae56af9c451ff20233b8104 authored over 3 years ago by Gaël Bonithon <[email protected]>
Except in the case of an animated image, where we are always juggling
with two frames, and once ...
* Fix an offset of one frame: display the image then run the timer, not
the other way around.
...
This uses the generic function `cairo_image_surface_create()` instead.
Fixes #60, #61 and #62, ...
b5655d353b59c9b9e0e2d22905951a10d41430dd authored over 3 years ago by Gaël Bonithon <[email protected]>An oversight in 941709ef4c05a17cf4500312340637c634785b61.
21af61eef70d4d10d8133889fab55f225796837f authored over 3 years ago by Gaël Bonithon <[email protected]>
Created files are filtered on their mime type when added through
`rstto_image_list_add_file()`. ...
If there is an image to display, the error message is simply added to
the status bar.
`rstto_ma...
e1951db1e9d24a6c41fe9ff3c45ab95123f2ef3a authored over 3 years ago by Gaël Bonithon <[email protected]>22249ecc997f879f2178c873625b349bce4de0c0 authored over 3 years ago by Gaël Bonithon <[email protected]>
Completes !22.
48c7af7e05d1380e8d06d5cdd54162e2d8b92a95 authored over 3 years ago by Gaël Bonithon <[email protected]>Completes !22.
30001e9e615b1b8a38456fee91ebc44d4c7bc950 authored over 3 years ago by Gaël Bonithon <[email protected]>
* Remove useless casts (mainly gdouble)
* Remove useless parentheses
* Group some variable decla...
* Remove useless casts (mainly gdouble)
* Remove useless parentheses
* Group some variable decla...
* Remove useless casts (mainly gdouble)
* Remove useless parentheses
* Group some variable decla...
`gdk_window_invalidate_region()` needs Cairo 1.10.
Partially adresses #64.
9e8df0b5de18a1831a118f134391f00927442bfa authored over 3 years ago by Gaël Bonithon <[email protected]>
This allows these values to be used directly for drawing area
restriction in functions like `gdk...
An oversight in 2df87eb2940f83c57a54a0227d781b33fb20efbf.
Also fixes spacing around binary oper...
83b4551550faab75d570f234c2829c47378fea57 authored over 3 years ago by Gaël Bonithon <[email protected]>Partially adresses #64.
ab74abdb25bd8b00a6588f5ec0c4300bc33de4e8 authored over 3 years ago by Gaël Bonithon <[email protected]>Fixes #35.
072169e7a9027369f38070ac9dc62d9ee3659caf authored over 3 years ago by Gaël Bonithon <[email protected]>197 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
f31e6172e080d281a395a8acc2cfde98e8ccec76 authored over 3 years ago by Taras Panchenko <[email protected]>Partially adresses #64.
eb4db061a04aa9f4c86cf2e04d333bfaf6b4acf3 authored over 3 years ago by Gaël Bonithon <[email protected]>1b55de2d59a9ad49a8dde9824ba76c86e38c92f6 authored over 3 years ago by Gaël Bonithon <[email protected]>
Partially adresses #64.
2df87eb2940f83c57a54a0227d781b33fb20efbf authored over 3 years ago by Gaël Bonithon <[email protected]>
A workaround to prevent redrawing the image viewer when the main window
loses focus. This restor...
With some themes, including Adwaita, this shadow can drool on the image
viewer when a button is ...
199 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
b0157f350beb8077fa9ccf2cdf6d44408ddc5005 authored over 3 years ago by Baurzhan Muftakhidinov <[email protected]>7dc7fc88dd42e206439a3f9dc85e665c6ac98284 authored over 3 years ago by Gaël Bonithon <[email protected]>
624b804eb2366ee159541e527621e222756d4ff9 authored over 3 years ago by Gaël Bonithon <[email protected]>
71a0f11de43ea4b9d834baa539dcbdb97cda7458 authored over 3 years ago by Gaël Bonithon <[email protected]>
e5ca53c220d05cda638f372eed4ea9a286135e9b authored over 3 years ago by Gaël Bonithon <[email protected]>
Instead of `g_object_get/set_property()`. This simplifies the code by
avoiding the use of GValue...
6109cffb5ba1a81bb1afff530d6c68e741dd6e6c authored over 3 years ago by Gaël Bonithon <[email protected]>
f5c04447f404383252433ef9c2a8c90d887ac95a authored over 3 years ago by Gaël Bonithon <[email protected]>
313ebc67d2189b8f1b40d650b9d0ef3d11013f95 authored over 3 years ago by Gaël Bonithon <[email protected]>
a73953736cbc6897647b5e092a846b5685c1ba6c authored over 3 years ago by Gaël Bonithon <[email protected]>
dc662f3b8996d164a39a592a4e25d6ff4d44da10 authored over 3 years ago by Gaël Bonithon <[email protected]>
d0c80edeba8ddb3add53489bedbdb88285db448a authored over 3 years ago by Gaël Bonithon <[email protected]>
a8e6da8d0e47eebfdf88a11b7e5d6d27f083a950 authored over 3 years ago by Gaël Bonithon <[email protected]>
faaf02c3668871e268137dcb36fd299f98493f19 authored over 3 years ago by Gaël Bonithon <[email protected]>
e6195eb66984c59eccdacc00d965e609cf15d80b authored over 3 years ago by Gaël Bonithon <[email protected]>
A better fix for compiler warnings related to type definitions than the
one in 863df339bcfadd904...
Also use G_STMT_START/END to avoid portability issue or side effects
when compiled with another ...
Since 3ab5363f079c257acf0adb9a35e086dd628e8db3.
61072dd46d82e9d4446f1dbf2316f2688abfd28b authored over 3 years ago by Gaël Bonithon <[email protected]>db86cfabbdf040c8d6cb6a82b89c540bcefdd68a authored over 3 years ago by Gaël Bonithon <[email protected]>
2fa6dfed763acd989dfffbfdc94023dee997142e authored over 3 years ago by Gaël Bonithon <[email protected]>
The upper and lower zoom limits are now calculated in relation to the size of the view and the i...
f78b2adb3afe3babfc536ce87a3ed9a51d17b607 authored over 3 years ago by A. Palsson <[email protected]>199 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
70684962196b975dbe1ab23917d68e90edc513ff authored over 3 years ago by Саша Петровић <[email protected]>
Fix it the right way, using a closure, as suggested in the code before
941709ef4c05a17cf45003123...
A mistake in 941709ef4c05a17cf4500312340637c634785b61.
3eac60ff8881887a0dc96933eddb50a5f9f5ca07 authored over 3 years ago by Gaël Bonithon <[email protected]>
A work similar to what was done for Mousepad in
https://gitlab.xfce.org/apps/mousepad/-/commit/c...
* It is useless to leave the timer running if
`gdk_pixbuf_animation_iter_advance()` has failed...
This will prevent any use after free of private structures, which are
typically things to be rel...
8945d76566295f2f269515931d9682f4d060175f authored over 3 years ago by Gaël Bonithon <[email protected]>
Also add a minimal implementation of
`image_list_model_iter_n_children()`, in case the above sig...
73577c8fb44507e88cedc707803044070c254085 authored over 3 years ago by Gaël Bonithon <[email protected]>
For this reason, rstto_image_viewer_dispose() must be changed to
rstto_image_viewer_finalize() o...
1939c005b62c56034c152cba70168f11dac23080 authored over 3 years ago by Gaël Bonithon <[email protected]>
199 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
8119c1e173c2fb3d310627e8f499cea6421c8308 authored over 3 years ago by Arnold Marko <[email protected]>178 translated messages, 21 untranslated messages.
Transifex (https://www.transifex.com/xfce/pu...
e567a5f06bace1767e7dc979a2bdfaf21907f663 authored over 3 years ago by Xfce Bot <[email protected]>198 translated messages, 1 untranslated message.
Transifex (https://www.transifex.com/xfce/publ...
f3c8ab93c7883c4923f07c9b691e09ba5f5735c6 authored over 3 years ago by Xfce Bot <[email protected]>197 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
0e1e4a12e429d723af498f07c5cd2eb0dbb01d07 authored over 3 years ago by Besnik Bleta <[email protected]>196 translated messages, 3 untranslated messages.
Transifex (https://www.transifex.com/xfce/pub...
6329c6e1df1d2011723e4dbb6a44be5e815c3ac1 authored over 3 years ago by Xfce Bot <[email protected]>182 translated messages, 17 untranslated messages.
Transifex (https://www.transifex.com/xfce/pu...
5b26ac6324ed4cf7ab6a37fb644ce13da37b3b66 authored over 3 years ago by Xfce Bot <[email protected]>198 translated messages, 1 untranslated message.
Transifex (https://www.transifex.com/xfce/publ...
abf4de869388dfe25f41d161ce523bcde4cae299 authored over 3 years ago by Xfce Bot <[email protected]>199 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
78a4b61e645baa03a3330ec4e34f41c30ecc1119 authored over 3 years ago by Anonymous <[email protected]>198 translated messages, 1 untranslated message.
Transifex (https://www.transifex.com/xfce/publ...
aad9d4ed79446c56ceb7b76f43c975433a384da0 authored over 3 years ago by Dušan Kazik <[email protected]>199 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
ebc00432b6e3abe18f46379280e275f57db76127 authored over 3 years ago by Pjotr <[email protected]>181 translated messages, 18 untranslated messages.
Transifex (https://www.transifex.com/xfce/pu...
65f73ab10239896f5c60fb1778ac46a14c8e1803 authored over 3 years ago by Xfce Bot <[email protected]>198 translated messages, 1 untranslated message.
Transifex (https://www.transifex.com/xfce/publ...
27f3db16d58d2e9c5fd97ea68e104d1725ce221d authored over 3 years ago by Xfce Bot <[email protected]>