awesome/lib
Uli Schlachter 2ad147d740 gears.surface: Change the way that caching works
Loading a file normally has the same behaviour as before. First the cache is
checked and if nothing is found, the file is loaded and cached.

This commit changes the behaviour of loading a file uncached. This no longer
removes the file from the cache if it is cached (why should it?) and also does
not put it in the cache.

This means that users of load_uncached and load_uncached_silently can now freely
modify the resulting surface without interfering with other API users.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-02-28 17:21:10 +01:00
..
awful feat(awful: widgets): add 'watch' widget 2016-02-28 12:11:57 +01:00
beautiful Fix luacheck warnings in beautiful and menubar 2016-02-11 21:55:32 +01:00
gears gears.surface: Change the way that caching works 2016-02-28 17:21:10 +01:00
menubar Fix luacheck warnings in beautiful and menubar 2016-02-11 21:55:32 +01:00
naughty Fix naughty.reset_timeout 2016-02-14 14:42:40 +01:00
wibox Sanitize argument handling for wibox.layout.stack constructor 2016-02-16 19:42:35 +01:00