Age | Commit message (Expand) | Author | Files | Lines |
2019-06-18 | Remove trailing whitespaces | rbuj | 4 | -4/+4 |
2019-06-15 | eel-canvas: cppcheck: Local variable 'allocation' shadows outer variable | Pablo Barciela | 1 | -1/+0 |
2019-05-04 | eel: remove date & time functions | rbuj | 3 | -305/+2 |
2019-04-18 | eel: reduce the scope of some variables | Pablo Barciela | 15 | -48/+80 |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 2 | -6/+6 |
2019-04-12 | eel-string: Use 'va_copy' instead of 'G_VA_COPY' | Pablo Barciela | 1 | -3/+3 |
2019-04-12 | eel-editable-label: Use 'memmove' instead of 'memcpy' | Pablo Barciela | 1 | -1/+1 |
2019-04-12 | eel: remove eel_g_object_list_ref | rbuj | 2 | -16/+0 |
2019-04-10 | drop functions defined but not used | Pablo Barciela | 1 | -39/+0 |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 11 | -39/+42 |
2019-04-03 | eel-string: Fix: 'memcpy' overflows destination buffer | Pablo Barciela | 1 | -2/+3 |
2019-04-03 | eel-string: avoid 'memcpy' with NULL argument | Pablo Barciela | 1 | -0/+4 |
2019-03-29 | eel: replace eel_ref_str with GRefString | rbuj | 2 | -122/+0 |
2019-03-29 | eel: remove g_object_list_copy | rbuj | 2 | -13/+0 |
2019-03-22 | eel-editable-label: call argument with initialized value | Pablo Barciela | 1 | -2/+2 |
2019-03-07 | eel: remove g_str_list_copy | rbuj | 2 | -21/+0 |
2019-03-07 | eel: remove g_list_free_deep_custom | rbuj | 2 | -20/+1 |
2019-03-07 | avoid variables set but not used | Pablo Barciela | 2 | -6/+0 |
2019-03-06 | eel-canvas: Fix warning: Undefined or garbage value returned to caller | Pablo Barciela | 1 | -1/+1 |
2019-03-06 | eel-gdk-pixbuf-extensions: Fix division by zero | Pablo Barciela | 1 | -3/+12 |
2019-03-04 | [Security] eel-string: Use 'g_strlcat' instead of 'strcat' | Pablo Barciela | 1 | -2/+2 |
2019-03-04 | drop unused variables | Pablo Barciela | 1 | -2/+0 |
2019-01-22 | [eel][libegg] Use G_DEFINE_TYPE_WITH_PRIVATE macro | Wu Xiaotian | 4 | -8/+4 |
2019-01-12 | [eel] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 8 | -35/+25 |
2018-12-01 | eel-gtk-extensions: Fix memory leaks | Pablo Barciela | 1 | -2/+9 |
2018-06-21 | eel-gtk-extensions: show icons in right-click menus only if "menus-have-icons... | lukefromdc | 1 | -2/+9 |
2018-06-05 | avoid deprecated 'gtk_widget_override_font' | Pablo Barciela | 1 | -1/+5 |
2018-05-16 | Pathbar button: fix poor response to right-click | lukefromdc | 1 | -1/+1 |
2018-05-16 | editable-label: avoid deprecated 'gtk_im_multicontext_append_menuitems' | Pablo Barciela | 1 | -15/+1 |
2018-05-14 | eel-editable-label.c: avoid deprecated 'gdk_keymap_get_default' | Pablo Barciela | 1 | -5/+5 |
2018-05-13 | eel-editable-label: avoid deprecated gtk_style_context_set_background | Pablo Barciela | 1 | -15/+0 |
2018-05-10 | eel-gtk-extensions: replace deprecated gtk_menu_popup function | raveit65 | 2 | -37/+2 |
2018-05-07 | Replace deprecated gtk_menu_popup | raveit65 | 1 | -37/+2 |
2018-05-05 | avoid deprecated 'gtk_style_context_get_background_color' | Pablo Barciela | 3 | -8/+37 |
2018-04-07 | caja-spatial-window.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 2 | -0/+27 |
2018-04-04 | HiDPI: Convert Pixbufs to Cairo Surfaces | Victor Kareh | 2 | -0/+17 |
2018-04-04 | Scale screen dimensions | Victor Kareh | 3 | -11/+30 |
2018-03-27 | rename 'mate_image_menu_item...' to 'eel_image_menu_item_new_from_icon' | Pablo Barciela | 3 | -31/+36 |
2018-03-26 | eel-editable-label.c: avoid 'append_action_signal' with stock ids | Pablo Barciela | 1 | -3/+3 |
2018-03-23 | avoid 'gtk_file_chooser_dialog_new' with stock ids | Pablo Barciela | 2 | -0/+62 |
2018-03-12 | avoid gtk_dialog_add_buttons with stock ids | Pablo Barciela | 2 | -2/+4 |
2018-03-03 | rename mate_dialog_add_button to eel_dialog_add_button | Pablo Barciela | 2 | -12/+16 |
2018-03-01 | avoid eel_create_question_dialog with stock ids | Pablo Barciela | 1 | -1/+13 |
2018-02-27 | avoid eel_run_simple_dialog with stock ids | Pablo Barciela | 1 | -1/+6 |
2018-02-27 | eel-stock-dialogs: avoid gtk_dialog_add_button with stock ids | Pablo Barciela | 1 | -2/+24 |
2018-02-21 | eel-editable-label.c: avoid gtk_image_menu_item_new_from_stock | Pablo Barciela | 1 | -7/+34 |
2018-02-13 | fix backgrounds and emblems dialog content rendering | lukefromdc | 1 | -0/+8 |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 2 | -4/+4 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 7 | -189/+3 |
2018-01-19 | Include local files with "" instead of <> | Jan Niklas Hasse | 1 | -1/+1 |