summaryrefslogtreecommitdiff
path: root/eel
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Manage desktop backgrounds when running in waylandlukefromdc1-6/+6
2023-07-08wayland: initial support for showing the desktopLuke from DC3-25/+35
2023-05-25Initial wayland supportlukefromdc3-32/+31
2022-07-22Fix build warning -Wmissing-field-initializersrbuj4-15/+28
2022-07-22Fix build warning -Wbad-function-castrbuj2-14/+24
2022-02-09Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj2-5/+5
2022-02-09Fix some -Wsign-compare warningsrbuj1-3/+7
2022-01-30eel-editable-label: remove unused method get_font_descriptionrbuj2-10/+0
2022-01-30eel-editable-label: drop eel_editable_label_clear_layoutrbuj1-20/+7
2021-12-31eel-background: fix memory leakrbuj1-4/+10
2021-11-20Remove whitespaces before #define, #if, and #endifrbuj1-2/+2
2021-11-20Use a blank line at mostrbuj32-129/+0
2021-06-18Update copyright to 2021raveit652-0/+2
2021-02-25Fix warnings about xmlChar castrbuj2-26/+25
2020-11-11Remove unused macrosPablo Barciela4-10/+0
2020-11-11Fix i18n in backgrounds and emblems dialogrbuj2-42/+0
2020-08-28eel-editable-label: Consecutive break/return statements are unnecessaryrbuj1-1/+0
2020-07-21Guard block is missingrbuj1-0/+6
2020-07-10Remove unused variable from eel_notebook_scroll_event_cbrbuj2-37/+34
2020-05-26Replace GtkStateType (GTK2 enum) with GtkStateFlags (GTK3 enum)rbuj2-9/+9
2020-04-04use MATE_COMPILE_WARNINGS from mate-commonraveit651-1/+1
2020-02-01Fix build using gcc 10 -fno-common flagrbuj1-2/+4
2019-12-23editable-label: Don't hyphenate filenamesraveit651-0/+11
2019-11-30avoid redundant redeclarationsPablo Barciela2-18/+15
2019-07-24add git.mk to generate .gitignoreWu Xiaotian1-0/+2
2019-07-10Replace gdkpixbuf with cairo_surfaces in a few more placesVictor Kareh2-6/+5
2019-07-03eel-string: Fix 'make check'Pablo Barciela1-2/+3
2019-07-02Add scroll tabs with mouse wheelLaurent Napias2-0/+63
2019-06-18Remove trailing whitespacesrbuj4-4/+4
2019-06-15eel-canvas: cppcheck: Local variable 'allocation' shadows outer variablePablo Barciela1-1/+0
2019-05-04eel: remove date & time functionsrbuj3-305/+2
2019-04-18eel: reduce the scope of some variablesPablo Barciela15-48/+80
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela2-6/+6
2019-04-12eel-string: Use 'va_copy' instead of 'G_VA_COPY'Pablo Barciela1-3/+3
2019-04-12eel-editable-label: Use 'memmove' instead of 'memcpy'Pablo Barciela1-1/+1
2019-04-12eel: remove eel_g_object_list_refrbuj2-16/+0
2019-04-10drop functions defined but not usedPablo Barciela1-39/+0
2019-04-10local #include files inside "" instead <>Pablo Barciela11-39/+42
2019-04-03eel-string: Fix: 'memcpy' overflows destination bufferPablo Barciela1-2/+3
2019-04-03eel-string: avoid 'memcpy' with NULL argumentPablo Barciela1-0/+4
2019-03-29eel: replace eel_ref_str with GRefStringrbuj2-122/+0
2019-03-29eel: remove g_object_list_copyrbuj2-13/+0
2019-03-22eel-editable-label: call argument with initialized valuePablo Barciela1-2/+2
2019-03-07eel: remove g_str_list_copyrbuj2-21/+0
2019-03-07eel: remove g_list_free_deep_customrbuj2-20/+1
2019-03-07avoid variables set but not usedPablo Barciela2-6/+0
2019-03-06eel-canvas: Fix warning: Undefined or garbage value returned to callerPablo Barciela1-1/+1
2019-03-06eel-gdk-pixbuf-extensions: Fix division by zeroPablo Barciela1-3/+12
2019-03-04[Security] eel-string: Use 'g_strlcat' instead of 'strcat'Pablo Barciela1-2/+2
2019-03-04drop unused variablesPablo Barciela1-2/+0