summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the loop bug for goodSean Davis2018-02-201-1/+4
* Finish gnome-common build deprecation based on https://github.com/phako/gtkte...Sean Davis2018-02-181-0/+2
* Merge lp:~ppbogdan/lightdm-gtk-greeter/cursor-theme into lp:lightdm-gtk-greeterSean Davis2018-02-182-1/+19
|\
| * Allow cursor theme customisation.Piotr Bogdan2017-05-222-1/+19
* | Tidy up deprecations and only apply timestamp logic if there is already an ac...Sean Davis2018-02-183-6/+36
* | Add a note so future maintainers (myself included) know what's going on with ...Sean Davis2018-02-181-0/+6
* | Fix the infinite loop indefinitely.Sean Davis2018-02-181-14/+26
* | Fix autologin-session (LP: #1707186)Sean Davis2018-02-171-0/+6
* | Merge lp:~samuel-thibault/lightdm-gtk-greeter/at-spi-bus into lp:lightdm-gtk-...Sean Davis2018-02-171-0/+12
|\ \
| * | Fix whitespacesSamuel Thibault2017-12-211-8/+8
| * | fix buildSamuel Thibault2017-12-211-0/+1
| * | On exit, remove AT_SPI_BUS property from root window (LP: #1670933)Samuel Thibault2017-12-211-0/+11
* | | Prevent infinite signal emmission between two monitors (LP: #1410406, #1509780)Sean Davis2018-02-171-1/+11
|/ /
* | Fix gcc warnings in greetermenubar.cSean Davis2017-09-221-17/+26
* | Fix gcc errors in greeterconfiguration.cSean Davis2017-09-221-29/+39
* | Fix gcc errors in greeterbackground.cSean Davis2017-09-221-81/+135
* | Fix all gcc warningsSean Davis2017-09-221-144/+208
* | Clean up deprecations for clean buildsSean Davis2017-09-214-18/+152
* | Remove undocumented a11y state (CID 1268326: Missing break in switch)Sean Davis2017-09-211-2/+0
* | CID 1268327: Deference after null checkSean Davis2017-09-211-4/+4
* | Reset xsession to default if selected user is not found (LP: #1701745)Sean Davis2017-09-201-1/+4
* | Show logged in user when locked and hide-users is enabled (LP: #1701577)Sean Davis2017-09-201-0/+14
* | Prevent Alt+F4 shutdown if power indicator is not present (LP: #1690129)Sean Davis2017-09-201-3/+29
* | Fix: Enabling the Orca screen reader freezes Lightdm (LP: #1483864)Sean Davis2017-09-201-4/+1
* | Scale default user image (LP: #1512963)Sean Davis2017-09-201-1/+1
|/
* Support building with versions of liblightdm-gobject before and after 1.19.2Sean Davis2016-10-061-1/+28
* Support updated lightdm interfacesSean Davis2016-10-051-7/+7
* Suppress string format literal warningSean Davis2016-10-051-0/+5
* Replace deprecated gdk_cursor_new with gdk_cursor_new_for_displayRobert Ancell2015-11-181-1/+1
* Fix compiler warnings about return valuesRobert Ancell2015-11-181-3/+3
* Missing property for #screen child (solid color background fix)Andrew P.2015-06-291-0/+1
* Restore user background after changing monitors setupAndrew P.2015-06-261-27/+42
* Use simple drawing method for greeter_background_save_xroot() - blinking at l...Andrew P.2015-06-251-22/+0
* Merge lp:~lightdm-gtk-greeter-team/lightdm-gtk-greeter/lp-1445461-leave-insta...Sean Davis2015-05-171-6/+25
|\
| * LP1445461: make it optional, configure: --enable-kill-on-sigtermAndrew P.2015-05-051-0/+4
| * LP1445461: temporary workaround - killing greeter with exit()Andrew P.2015-05-041-6/+21
* | Merge lp:~kalgasnik/lightdm-gtk-greeter/gtk-710888-GtkInfoBar-visibility into...Sean Davis2015-05-131-0/+17
|\ \
| * | GTK #710888: GtkInfoBar can remains hidden after show()Andrew P.2015-05-061-0/+17
| |/
* | Merge lp:~lbssousa/lightdm-gtk-greeter/fix-timed-autologin into lp:lightdm-gt...Sean Davis2015-05-131-1/+28
|\ \ | |/ |/|
| * Add missing argument in previous commit.Laércio de Sousa2015-05-111-1/+1
| * Avoid triggering autologin if user locks screen with light-locker.Laércio de Sousa2015-05-111-14/+18
| * Fix "prompted = TRUE;" misplacing in timed_autologin_cb() body.Laércio de Sousa2015-04-271-1/+1
| * Avoid authenticating same use twice on timed autologin.Laércio de Sousa2015-04-271-4/+20
| * Fix timed autologin issue when configured autologin user is already selected.Laércio de Sousa2015-04-241-1/+8
* | Fallback if no .conf files foundAndrew P.2015-03-291-1/+5
* | conf.d support (LP: #1421587)Andrew P.2015-03-276-210/+577
* | Using (deprecated) gtk_widget_reparent instead of gtk_container_add/remove to...Andrew P.2015-02-271-2/+3
* | "Onboard" - losing focus in xembed mode; Mirrored display - do not create sec...Andrew P.2015-02-254-67/+102
|/
* New configure options: "--enable-at-spi-command" and "--enable-indicator-serv...Andrew P.2015-01-261-31/+64
* Strange loop in indicator_menu_show_cb()Andrew P.2015-01-231-1/+1