Age | Commit message (Expand) | Author | Files | Lines |
2017-04-26 | EomScrollView: Switch from GtkDeviceManager to GdkSeat | Felix Riemann | 1 | -2/+11 |
2017-05-08 | fix typo in function annotation | monsta | 1 | -1/+1 |
2017-05-07 | use different css files for < gtk+=3.20 | raveit65 | 1 | -0/+4 |
2017-05-06 | EomWindow: Set file open dialog transient for its parent window | Felix Riemann | 1 | -0/+1 |
2017-04-25 | update copyright year to 2017 | monsta | 1 | -1/+1 |
2017-04-23 | EomCloseConfirmationDialog: set max width chars for primary label | raveit65 | 1 | -0/+2 |
2017-04-23 | EomCloseConfirmationDialog: Fix size request for the image list | Felix Riemann | 1 | -1/+1 |
2017-04-23 | Printing paper orientation should default based on image dimensions | Javier Sánchez | 1 | -0/+14 |
2017-04-23 | Avoid recompressing JPEGs as PNG when printing | Felix Riemann | 3 | -1/+160 |
2017-04-23 | EomFileChooser: Use MateThumbnailFactory to create preview image | Felix Riemann | 1 | -9/+28 |
2017-04-23 | EomPropertiesDialog: Allow RGBA for transparent background color | Felix Riemann | 1 | -16/+14 |
2017-04-23 | EomScrollView: Switch to GdkRGBA for background and transparent colors | Felix Riemann | 2 | -79/+65 |
2017-04-23 | EomPrintPreview: Avoid unnecessary color parsing | Felix Riemann | 1 | -5/+2 |
2017-04-22 | Fix a few GtkStock deprecations | raveit65 | 2 | -3/+3 |
2017-04-22 | EomCloseConfirmationDialog: replace deprecated GTK_STOCK_DIALOG_WARNING | raveit65 | 1 | -2/+2 |
2017-03-22 | fix comment | Scott Balneaves | 1 | -1/+1 |
2017-03-22 | Bring eom-image.c's SVG handling up to date, properly recognize svgz filetypes | Scott Balneaves | 1 | -29/+65 |
2017-03-22 | eom_uri_converter: GList leak fix: cribbed from https://git.gnome.org/browse/... | Scott Balneaves | 1 | -0/+9 |
2017-01-26 | fix auto-reload of externally modified image | monsta | 1 | -1/+1 |
2017-01-26 | fix indent a bit | monsta | 1 | -11/+10 |
2017-01-26 | fix leak of GError when loading SVG fails | monsta | 1 | -1/+4 |
2017-01-15 | force X11 | raveit65 | 1 | -0/+2 |
2016-12-19 | plugins engine: enable python plugin loader from libpeas | monsta | 1 | -0/+2 |
2016-11-30 | remove old plugin system and docs for it | monsta | 6 | -1553/+0 |
2016-11-30 | port plugin system to libpeas | monsta | 8 | -844/+145 |
2016-11-30 | fix indent in some places | monsta | 2 | -11/+11 |
2016-11-30 | eom-jobs: fix typo in annotation | monsta | 1 | -1/+1 |
2016-11-28 | remove references to non-existent function | monsta | 1 | -4/+0 |
2016-11-27 | EomScrollView: remove style_set | monsta | 1 | -14/+0 |
2016-11-27 | remove unused finalize/destroy methods from thumbview | monsta | 1 | -19/+1 |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 21 | -574/+22 |
2016-11-21 | drop Python plugins support and --enable-python build option | monsta | 8 | -1049/+2 |
2016-11-21 | fix indent a bit | monsta | 1 | -3/+3 |
2016-10-17 | prefs dialog: fix runtime warning | monsta | 1 | -0/+1 |
2016-09-16 | eom: Out-of-bounds write when passing invalid UTF-8 to GMarkup | Alexander Pyhalov | 1 | -1/+2 |
2016-07-28 | use GtkAbout and update copyright | raveit65 | 1 | -3/+2 |
2016-07-13 | add missing include to fix implicit declaration warning | monsta | 1 | -0/+1 |
2016-07-13 | drop unused include and defines | monsta | 2 | -4/+0 |
2016-07-13 | drop unused files | monsta | 3 | -1191/+0 |
2016-06-08 | Fix the zoom and scroll performance. Closes #105. | Martin Wimpress | 1 | -3/+4 |
2016-05-11 | Fix new windows not getting focus | Björn Weber | 1 | -2/+18 |
2016-03-30 | window: fix indent (mostly) | monsta | 1 | -187/+187 |
2016-03-30 | fix a few typos in the comments | monsta | 1 | -2/+2 |
2016-03-30 | auto-reload unmodified images when their file is changed | monsta | 1 | -0/+6 |
2016-02-28 | fix svg rendering that's broken with GTK+3 | monsta | 1 | -1/+3 |
2016-02-27 | Drop size-request signal callback for fullscreen toolbar | raveit65 | 1 | -12/+0 |
2016-02-10 | properly zero-init a variable | monsta | 1 | -0/+2 |
2016-02-10 | avoid integer overflow when allocating a large block of memory | monsta | 1 | -1/+1 |
2016-02-06 | GTK+3: add eom-window style class at top level | Wolfgang Ulbrich | 1 | -0/+7 |
2016-02-01 | fix build warnings and remove useless nested #if | monsta | 3 | -12/+5 |