Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-25 | [ci] add gla11y in docker container | Wu Xiaotian | 1 | -1/+1 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -3/+3 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-15 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 2 | -2/+23 | |
2019-05-11 | capplets: Use gresources for UI files | rbuj | 5 | -16/+56 | |
2019-03-23 | Use icons provided by themes and remove not used icons | rbuj | 26 | -2671/+0 | |
2019-02-08 | fixed distcheck fail on debian | Wu Xiaotian | 2 | -1/+1 | |
2018-11-24 | Account for NULL error when we see G_IO_STATUS_EOF | Alexander Pyhalov | 1 | -2/+4 | |
2018-10-31 | Load avatar-default as default image | yetist | 1 | -16/+12 | |
First show UI with avatar-default, after user loaded, show user image. | |||||
2018-10-31 | for accounts service support | yetist | 1 | -7/+8 | |
2018-09-09 | use fixed size to show user icon | yetist | 1 | -1/+1 | |
2018-09-09 | Add new api for EImageChooser | yetist | 2 | -108/+134 | |
- add e_image_chooser_set_scaleable(), to allow ImageChooser to change its size according to the size of the picture. - add e_image_chooser_new_with_size(), to create a fixed size EImageChooser. | |||||
2018-08-30 | get/set user face icon use accounts service | yetist | 2 | -6/+66 | |
- If get icon from AccountsService failed, fallback to use ~/.face file. - If not setup user icon file, use "avatar-default" icon as default image to show. - Check dependencies of accountsservice, default is enable when accountsservice dependency exists. Added by raveit65 <[email protected]>. | |||||
2018-02-12 | avoid deprecated GtkStock | Pablo Barciela | 2 | -3/+3 | |
2018-01-05 | about-me: drop unused code | monsta | 5 | -721/+0 | |
2017-05-16 | about-me-password UI: set max_width_chars for description-label | raveit65 | 1 | -0/+1 | |
This reduce the width of the dialog | |||||
2017-05-16 | eel-alert-dialog: replace some GtkStock items | raveit65 | 1 | -13/+13 | |
2017-03-01 | about-me ui: avoid deprecated widgets | raveit65 | 3 | -87/+186 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -32/+0 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-07-27 | Missing coma | rogue-spectre | 1 | -1/+1 | |
missing coma cause hang for unchanged or recent password error | |||||
2016-07-24 | add some missing space | rogue-spectre | 1 | -0/+1 | |
2016-06-17 | GTK+-3 e-image-chooser: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -2/+6 | |
2016-02-04 | [GTK+3] don't set x/y align to 0.5 - it's the default value anyway | monsta | 1 | -3/+0 | |
2016-01-27 | common: fix build warnings about incorrect pointer types | monsta | 1 | -2/+2 | |
2016-01-26 | GTK3: improve GtkMisc deprecation commit | Wolfgang Ulbrich | 1 | -9/+9 | |
2016-01-20 | about-me: use GtkBox instead of GtkVBox in both GTK+ builds | monsta | 2 | -4/+4 | |
2016-01-15 | [GTK+3] about-me: fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 1 | -1/+29 | |
2016-01-15 | [GTK+3] about-me: use g_object_unref instead of deprecated functions | monsta | 2 | -0/+12 | |
2016-01-15 | about-me: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 2 | -3/+3 | |
2016-01-13 | about-me: remove unused variables and functions | monsta | 2 | -26/+0 | |
2016-01-02 | about-me: fix one more typo | Monsta | 1 | -1/+1 | |
2016-01-02 | about-me: fix typo | Monsta | 2 | -5/+5 | |
closes https://github.com/mate-desktop/mate-control-center/issues/213 | |||||
2015-12-07 | about-me: avoid some assertions | monsta | 1 | -6/+4 | |
2015-12-07 | about-me: there's no help button | monsta | 1 | -9/+5 | |
2015-12-07 | about-me: fix indent a bit | monsta | 1 | -19/+18 | |
2014-11-30 | fix build error that C++ users will stumble upon | Monsta | 1 | -0/+4 | |
2014-11-28 | use guint for signals array | monsta | 1 | -1/+1 | |
2014-06-06 | Move all manpages into thier own man directory | infirit | 2 | -21/+1 | |
2014-06-06 | Several man pages have grammar errors, fixes #101 | infirit | 1 | -2/+2 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-06-06 | Add keywords to dot desktop files, close #102. | infirit | 1 | -0/+1 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-05-27 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -4/+0 | |
2014-05-27 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 1 | -12/+0 | |
gdk_display_get_default | since 2.2 gdk_x11_display_get_xdisplay | since 2.2 gdk_drag_context_list_targets | since 2.22 gdk_x11_window_foreign_new_for_display | since 2.24 gdk_drawable_get_screen | since 2.24 gtk_widget_hide | always | |||||
2014-05-20 | Drop support for glib < 2.36 | infirit | 1 | -3/+0 | |
2014-01-28 | about-me: Remove unused constant | Stefano Karapetsas | 1 | -2/+0 | |
2014-01-28 | Fix some gcc warnings | Stefano Karapetsas | 1 | -26/+0 | |
2014-01-24 | Remove all separator occurrences | Stefano Karapetsas | 1 | -3/+0 | |
2014-01-24 | about-me: Add GTK3 support | Stefano Karapetsas | 4 | -3/+24 | |
2013-11-03 | Update to new mate-desktop include paths | Willy Sudiarto Raharjo | 1 | -1/+1 | |
2013-07-30 | about-me: Add manpage | Stefano Karapetsas | 2 | -1/+21 | |
2013-06-04 | Update mate-about-me.desktop.in.in | Wolfgang Ulbrich | 1 | -1/+1 | |
this will moved mate-about-me to personal category | |||||
2013-05-03 | Begin to work on bug #50 | Scott Balneaves | 1 | -5/+13 | |