summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-08-08add missing include to fix implicit declaration warningmonsta1-0/+1
2016-08-08Fix the zoom and scroll performance. Closes #105.Martin Wimpress1-3/+4
2016-05-11Fix new windows not getting focusBjörn Weber1-2/+18
2016-03-30window: fix indent (mostly)monsta1-187/+187
2016-03-30fix a few typos in the commentsmonsta1-2/+2
2016-03-30auto-reload unmodified images when their file is changedmonsta1-0/+6
2016-02-28fix svg rendering that's broken with GTK+3monsta1-1/+3
2016-02-27Drop size-request signal callback for fullscreen toolbarraveit651-12/+0
2016-02-10properly zero-init a variablemonsta1-0/+2
2016-02-10avoid integer overflow when allocating a large block of memorymonsta1-1/+1
2016-02-06GTK+3: add eom-window style class at top levelWolfgang Ulbrich1-0/+7
2016-02-01fix build warnings and remove useless nested #ifmonsta3-12/+5
2016-01-25GTK3: fix previous GtkMisc deprecation commitWolfgang Ulbrich5-40/+46
2015-12-31use _XOPEN_SOURCE_EXTENDED as OpenBSD needs it for strptimemonsta1-0/+1
2015-12-31add missing #ifdef to avoid possible "unused function" warningmonsta1-0/+2
2015-12-14Gtk3: fix typo in gtk version in previous commitWolfgang Ulbrich1-1/+1
2015-12-14GTK3: replace more deprecated GtkVBox usageWolfgang Ulbrich1-0/+9
2015-12-14GTK3: don't use deprecated gtk_hbutton_box_newWolfgang Ulbrich1-0/+4
2015-12-14Gtk+-3.14: don't use deprecated gtk_tree_view_set_rules_hintWolfgang Ulbrich2-0/+4
2015-12-12fix more introspections warningsWolfgang Ulbrich4-5/+54
2015-12-12Fix compilation with enabled GObject IntrospectionSorokin Alexei1-1/+1
2015-12-06fix some gobject-introspection build warningsWolfgang Ulbrich1-16/+14
2015-12-03remove unneeded assert - the code following it is enoughmonsta1-2/+0
2015-12-03remove ancient workaround for non-threadsafe pixbuf loadersmonsta2-66/+6
2015-12-02GTK3: replace deprecated gtk_widget_size_request with gtk_widget_get_preferre...Wolfgang Ulbrich1-0/+8
2015-12-02GTK3: fix deprecated gdk_threads_enter/leaveWolfgang Ulbrich1-0/+4
2015-11-03refactor draw/expose code a bitMonsta1-28/+19
2015-10-02EomScrollView: clip all types of images to the visible image areamonsta1-2/+7
2015-10-02EomScrollView: remove ancient commented out codemonsta1-695/+0
2015-10-02enable double-buffer in EomScrollViewmonsta1-2/+0
2015-09-06Gtk3: Stop deprecated GtkArrow usageraveit652-5/+17
2015-09-06EogScrollView: Use gdk_cursor_new_for_displayraveit651-1/+1
2015-09-06Gtk3: Drop GtkMisc and GtkAlignment usageraveit655-0/+84
2015-09-06Gtk3: Don't call gdk_threads_init()raveit652-4/+3
2015-09-06Gtk3 EogWindow: Drop deprecated GtkStyle usageraveit651-0/+9
2015-09-06Gtk3: Remove deprecated, unneeded and now effect-less GtkStyle-usageraveit651-0/+2
2015-09-06Gtk3: remove an unused variable + simplify the coderaveit651-15/+14
2015-09-06Gtk3: Fix GDK deprecationsraveit651-0/+15
2015-09-06Gtk3: fix deprecated gtk_vscrollbar_newraveit651-0/+4
2015-09-06Gtk3: Remove deprecated GtkVBox/GtkHBox usageraveit655-2/+38
2015-09-06Gtk3: don't use deprecated gdk_window_get_pointerraveit651-1/+2
2015-09-06Gtk3 thumbview: Replace deprecated GtkRCStyle usage with a GtkCssProviderraveit651-0/+28
2015-09-06A bunch of annotation fixes from Eoginfirit8-16/+140
2015-08-31GTK3: Fix deprecated GTK API usageraveit654-6/+42
2015-08-31GTK3: Replace uses of deprecated gdk_app_launch_context_new function >=gtk+....raveit651-0/+5
2015-08-31GTK3: EomScrollView, Convert to GtkGridraveit652-1/+30
2015-08-31GTK3: EomPrintImageSetup, Convert internal GtkTables to GtkGridsraveit651-8/+66
2015-08-31GTK3: EomPrintImageSetup, Derive from GtkTable instead of GtkGridraveit652-0/+29
2015-08-31GTK3: Don't use deprecated gdk_cursor_unref() for gtk+ >=3.0.0raveit652-0/+8
2015-08-31GTK3: Replace gtk_{v,h}box new with gtk_box_new for gtk+ >=3.2.0raveit657-0/+35