Dustin Falgout
|
3d05358685
|
fix build errors
|
9 years ago |
Dustin Falgout
|
418138d863
|
fixed #31 background switcher bug. fixed issues with new theme heartbeat feature.
|
9 years ago |
Dustin Falgout
|
026bad4e07
|
fix message_received_cb function
|
9 years ago |
Dustin Falgout
|
4f14803e88
|
set webkit cookie policy for our web context
|
9 years ago |
Dustin Falgout
|
975d24cfeb
|
added theme heartbeat that will hopefully allow us to detect when script execution is broken in the web process so we can fallback to the simple theme (so the user isn't stuck on a broken login screen)
|
9 years ago |
Dustin Falgout
|
e65958b6d8
|
remove unused variable
|
9 years ago |
Dustin Falgout
|
13f99ef38c
|
use default web context
|
9 years ago |
Dustin Falgout
|
6f39331372
|
move vendor css, js, and fonts into new vendor dir for easy access from any theme that needs them.
|
9 years ago |
Dustin Falgout
|
aee47f1f02
|
Fix screen blanking for lockscreen. Allow right-click access when debug_mode is enabled. Add additional debug messages.
|
9 years ago |
Dustin Falgout
|
bad2ce943f
|
add separate css file for gtk-3.20
|
9 years ago |
Dustin Falgout
|
6f17aafce9
|
fix invalid pointer warning at build time/
|
9 years ago |
Dustin Falgout
|
1dde002031
|
remove unused function. disable development related functionality in preparation for release.
|
9 years ago |
Dustin Falgout
|
0a22b058b5
|
connect sigterm to gtk_main_quit
|
9 years ago |
Dustin Falgout
|
3823c412e0
|
update submodule ref. added some comments.
|
9 years ago |
Dustin Falgout
|
2aa5f73990
|
update greeter config file. removed quit_cb/fadeout.
|
9 years ago |
Dustin Falgout
|
c4e177b806
|
update submodule ref
|
9 years ago |
Dustin Falgout
|
2a646b7560
|
disable quit_cb so we can test doing fade out in the webview using javascript
|
9 years ago |
Scott Balneaves
|
ab93cdd9ca
|
Added greeterutil.txt2html()
(cherry picked from commit fb3f7d5)
|
9 years ago |
Scott Balneaves
|
820b889089
|
Introduce g_strreplace, simpify escape
(cherry picked from commit 3a9e0d1)
|
9 years ago |
Dustin Falgout
|
2d08059f47
|
VIM Modeline
(cherry picked from commit f07c507489dcbd263af536344d322bc0c7f300c0)
|
9 years ago |
Scott Balneaves
|
64f4839fa8
|
Fix for https://github.com/Antergos/lightdm-webkit2-greeter/issues/27
(cherry picked from commit 21a4b57)
|
9 years ago |
Scott Balneaves
|
2cd668bdbe
|
Add back in the g_unix_signal_add which appears to have been dropped
(cherry picked from commit 2a6974a)
|
9 years ago |
Dustin Falgout
|
97c688f1bd
|
fix typo (for real this time)
|
9 years ago |
Dustin Falgout
|
17addca84f
|
fix typo
|
9 years ago |
Dustin Falgout
|
8d3e959015
|
fix typo
|
9 years ago |
Dustin Falgout
|
6d79386308
|
code formatting, nothing important
|
9 years ago |
Scott Balneaves
|
f5872943a1
|
Add greeterutil object, and dirlist method. Intended use is to allow theme authors to obtain a list of background images from which they can select a random one to load into their theme.
(cherry picked from commit 295b7c9)
|
9 years ago |
Scott Balneaves
|
4effcd2cf5
|
Fix major bug in escape function; also need to worry about newlines, etc. Replace with g_str functions.
(cherry picked from commit 1ea83d1)
|
9 years ago |
Scott Balneaves
|
9aba2c1e6c
|
*SECURITY* Make sure we don't swap out
(cherry picked from commit e4b226b)
|
9 years ago |
Scott Balneaves
|
043a15e550
|
No uninitialized pointers
(cherry picked from commit a55062f)
|
9 years ago |
Scott Balneaves
|
a338bc4ce1
|
Fix up i18n
(cherry picked from commit ca55c7c)
|
9 years ago |
Scott Balneaves
|
bdbe915326
|
Do not set the pointer for the root window; instead, only set the pointer for the lightdm-webkit2-greeter window.
(cherry picked from commit 1e81908)
|
9 years ago |
Dustin Falgout
|
1d5fb2f227
|
enable accelerated compositing and webgl
|
9 years ago |
Scott Balneaves
|
1df7703632
|
i18n of the error strings
|
9 years ago |
Dustin Falgout
|
72a57d4e9e
|
code formatting. updated submodule ref. tweaked the simple theme, now has a better HTML structure.
|
9 years ago |
Scott Balneaves
|
423ab30095
|
Couple of additional error checks, remove reference to iconsdir, man page update
|
9 years ago |
Dustin Falgout
|
16b319818e
|
missed these..
|
9 years ago |
Dustin Falgout
|
22c75d042e
|
Previous four commits fixed #19 and yeah im ocd when it comes to code style/formatting 😬
|
9 years ago |
Scott Balneaves
|
20f11900a2
|
Allow the theme to query the config file
|
9 years ago |
Scott Balneaves
|
0bf360f179
|
Moved the 'iconsdir' variable under the newly-defined 'branding' object for local distro branding defines
|
9 years ago |
Scott Balneaves
|
0be42d27d4
|
Add handling a general configuration variable
|
9 years ago |
Dustin Falgout
|
75d70de9c8
|
code formatting cleanup. bump version to 2.0.0. update NEWS file. update theme submodule ref.
|
9 years ago |
Dustin Falgout
|
dbe18f517e
|
code formatting tweaks
|
9 years ago |
Scott Balneaves
|
cdaabe09be
|
Readability improvements, exception handling improvements
|
9 years ago |
Dustin Falgout
|
f855f00e6a
|
dont try to free int vars
|
9 years ago |
Dustin Falgout
|
98a01c80ab
|
cleanup code formatting
|
9 years ago |
Dustin Falgout
|
a019b8f356
|
cleanup code formatting
|
9 years ago |
Dustin Falgout
|
329a1e8083
|
sync with local
|
9 years ago |
Scott Balneaves
|
d7c863e36b
|
Plug remaining string leaks
|
9 years ago |
Scott Balneaves
|
9b5a8dc67c
|
Ensure when we return a string, we also return a null correctly. Free strings we create
|
9 years ago |