Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-28 | Remove cppcheck warning knownConditionTrueFalse | rbuj | 1 | -2/+4 | |
2021-01-07 | Remove warning -Wshadow | rbuj | 1 | -15/+14 | |
2020-08-04 | egg-editable-toolbar: Remove trailing spaces/tabs | rbuj | 1 | -1/+1 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; | |||||
2020-03-10 | Remove warnings: cast between incompatible function types | rbuj | 1 | -4/+2 | |
2019-09-22 | egg_editable_toolbar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-09-22 | egg-toolbar-editor: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-09-22 | egg-toolbars-model: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-09-03 | remove warnings: redundant redeclaration [-Wredundant-decls] | rbuj | 1 | -1/+0 | |
egg-toolbars-model.h:113:10: warning: redundant redeclaration of ‘egg_tb_model_flags_get_type’ [-Wredundant-decls] eggtypebuiltins.h:13:23: warning: redundant redeclaration of ‘egg_tb_model_flags_get_type’ [-Wredundant-decls] eom-thumb-view.c:91:40: warning: redundant redeclaration of ‘eom_thumb_view_init’ [-Wredundant-decls] | |||||
2019-07-24 | egg-toolbar-editor: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-07-24 | egg-editable-toolbar: suppress GtkAction warnings | raveit65 | 1 | -19/+49 | |
2018-07-08 | Drop now unneeded TotemScrSaver | Felix Riemann | 5 | -620/+1 | |
It's not needed anymore since GtkApplication does the job now. https://bugzilla.gnome.org/show_bug.cgi?id=684581 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/01c1055 | |||||
2018-05-13 | editable-toolbar: replace deprecated gtk_menu_popup | raveit65 | 1 | -2/+2 | |
2018-05-13 | editable-toolbar: replace deprecated gtk_drag_begin | raveit65 | 1 | -1/+7 | |
use gtk_drag_begin_with_coordinates instead | |||||
2018-02-12 | avoid deprecated GtkStock | Pablo Barciela | 2 | -4/+4 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -2/+0 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2017-12-31 | egg-editable-toolbar.c/egg-toolbars-model.c: drop unused variables | Pablo Barciela | 2 | -7/+0 | |
2017-04-21 | toolbar-editor: avoid deprecated GtkAlignment | raveit65 | 1 | -11/+6 | |
2017-04-21 | Revert "Gtk3: don't use deprecated gtk_scrolled_window_add_with_viewport" | raveit65 | 1 | -2/+2 | |
This reverts parts of commit 6fc5013e3a61d1b86f077c611c20407a796c414c. gtk_container_add () causes a runtime warning and breaks toobar-editor | |||||
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 2 | -146/+2 | |
and require libmate-desktop >= 1.17 | |||||
2016-04-05 | check for GTK+3 stable release, not development one | monsta | 1 | -1/+1 | |
2016-03-30 | fix a few typos in the comments | monsta | 1 | -1/+1 | |
2016-02-26 | add css name EggToolbarEditor | raveit65 | 1 | -0/+5 | |
2016-02-09 | totem-screensaver: use org.gnome.SessionManager to inhibit screensaver | monsta | 1 | -12/+15 | |
adapted from: https://git.gnome.org/browse/totem/commit/?id=c6fc9c4785904cda4b648dbdbd24958d1010c4a1 https://github.com/linuxmint/xreader/commit/feca69fe519d4c24457d17c0287704aa47688e22 https://github.com/linuxmint/xreader/commit/af897180ec8fb30afb2f96dab23a2f2ae022f087 | |||||
2016-02-09 | totem-screensaver: don't use old API and add ref to TotemScrsaver | monsta | 1 | -34/+8 | |
taken from: https://git.gnome.org/browse/totem/commit/?id=07e11de11a9f84209b31ebffdeec4983f91b9dae https://git.gnome.org/browse/totem/commit/?id=f4eed1f68d3b4ca37c2e7440be37aeaef882a0d5 | |||||
2016-02-09 | totem-screensaver: fix assertions on entry to TotemScrsaver methods | monsta | 1 | -3/+3 | |
from https://git.gnome.org/browse/totem/commit/?id=3b33d7bd88e9e69c7d45238f7f7e1027aa59ee88 | |||||
2016-02-09 | totem-screensaver: fix indent and typos | monsta | 1 | -15/+16 | |
2015-12-16 | Gtk3: don't use deprecated gtk_scrolled_window_add_with_viewport | Wolfgang Ulbrich | 1 | -3/+3 | |
2015-12-14 | GTK3: fix deprecated gtk_{v/h}separator_new | Wolfgang Ulbrich | 2 | -0/+8 | |
2015-12-14 | GTK3: don't use deprecated gtk_icon_size_lookup_for_settings | Wolfgang Ulbrich | 2 | -4/+26 | |
2015-12-14 | Gtk3: fix typo in gtk version in previous commit | Wolfgang Ulbrich | 2 | -2/+2 | |
2015-12-14 | GTK3: replace more deprecated GtkVBox usage | Wolfgang Ulbrich | 2 | -0/+18 | |
2015-08-31 | GTK3: toolbareditor, use GtkGrid instead of GtkTable | raveit65 | 1 | -1/+77 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=1a382d8 | |||||
2015-08-31 | GTK3: Don't use deprecated gdk_cursor_unref() for gtk+ >=3.0.0 | raveit65 | 2 | -0/+8 | |
2015-08-31 | GTK3: Replace gtk_{v,h}box new with gtk_box_new for gtk+ >=3.2.0 | raveit65 | 2 | -0/+10 | |
2015-06-14 | toolbar-editor: Fix a crash when dropping an item to the toolbar | raveit65 | 1 | -2/+7 | |
action_sensitive_cb can be called with the dnd tool item when it doesn't have an ancestor. taken from: https://git.gnome.org/browse/eog/commit/?id=c754959 | |||||
2014-07-25 | Replace all calls to gdk_x11_get_default_xdisplay | infirit | 1 | -21/+31 | |
Based on eog commit c4f204aee4640b3997d3e30d67f6f292da935078 From Felix Riemann <[email protected]> | |||||
2014-07-24 | Drop support for gtk+ < 2.24 | infirit | 1 | -12/+0 | |
2013-04-21 | replace direct struct access with accessor functions in order to make it ↵ | Elias Aebi | 1 | -3/+3 | |
build with GSEAL_ENABLE | |||||
2013-02-05 | replace the deprecated GDK symbols | Elias Aebi | 1 | -20/+20 | |
2012-09-04 | Fixed incorrect fsf addresses. Closes #4. | Steve Zesch | 6 | -6/+6 | |
2011-11-06 | borrando archivos autogenerados | Perberos | 3 | -2009/+0 | |
2011-11-06 | inicial | Perberos | 16 | -0/+6565 | |