summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-11-09rc.lua: revert "make use of the arrange signal"Adrian C. (anrxc)1
This reverts commit f4e09a066c869aa2c69a71de23a2f5ec80fbfdb0. Code is now in git, as reference to anyone interested in the functionality explained in the previous commit message.
2009-11-09rc.lua: make use of the arrange signalAdrian C. (anrxc)1
Added fine grained border and floater controls. Code adds a titlebar and border to each floating client (also covers floating layout), and makes it ontop. In case there is only one tiled client visible or we are in max layout the border is removed to save space. Next commit will revert the change, because I don't intend to use it at this moment but I'm placing it here for archival and reference.
2009-11-07scratchpad: add some syntactic sugarAdrian C. (anrxc)1
2009-11-06rc.lua: simplify tag setup and creationAdrian C. (anrxc)1
2009-11-06rc.lua: use keycodes to map keyboard digitsAdrian C. (anrxc)1
2009-11-06rc.lua: expose more objectsAdrian C. (anrxc)1
2009-11-03rc.lua: fix mbox truncateAdrian C. (anrxc)1
2009-10-25rc.lua: adapt graph to vicious default, max_value of 1Adrian C. (anrxc)1
2009-10-25master: de-obfuscate e-mail addressAdrian C. (anrxc)3
2009-10-18rc.lua: removed wifi usage widgetAdrian C. (anrxc)1
2009-10-18rc.lua: rework keybindingsAdrian C. (anrxc)1
2009-10-14rc.lua: removed obsolete widget namesAdrian C. (anrxc)1
2009-10-13rc.lua: changes in widget creationAdrian C. (anrxc)1
2009-10-12rc.lua: major cleanup, 40 lines cutAdrian C. (anrxc)1
2009-10-11rc.lua: wibox hiding simplifiedAdrian C. (anrxc)1
2009-10-11rc.lua: floaters don't overlapAdrian C. (anrxc)1
2009-10-11rc.lua: enable startup notificationAdrian C. (anrxc)1
2009-10-11rc.lua: introduce function aliasesAdrian C. (anrxc)1
2009-10-10rc.lua: workaround for FS#606Adrian C. (anrxc)1
Titlebar dissapears when c.fullscreen and client is left below the wibox. The bug report is ignored and probably won't be fixed... so I'm handling it my self.
2009-10-10rc.lua: allow resume for bat and dateAdrian C. (anrxc)1
2009-10-10rc.lua: changes in wibox creationAdrian C. (anrxc)1
2009-10-10rc.lua: coding style changesAdrian C. (anrxc)1
2009-10-10rc.lua: changes in tag creationAdrian C. (anrxc)1
2009-10-09rc.lua: cleanup of fs widgetAdrian C. (anrxc)1
2009-10-09rc.lua: improved floater behaviourAdrian C. (anrxc)1
2009-10-08rc.lua: fix vertical gradientAdrian C. (anrxc)1
2009-10-08rc.lua: vertical gradient in cpu graphAdrian C. (anrxc)1
2009-10-08rc.lua: fix drawing low values in cpu graphAdrian C. (anrxc)1
2009-10-04rc.lua: no day padding in dateAdrian C. (anrxc)1
2009-09-30git-diff --check fixesAdrian C. (anrxc)2
2009-09-30scratchpad: lower on unscratchAdrian C. (anrxc)1
2009-09-29rc.lua: net widget is more readableAdrian C. (anrxc)1
2009-09-29zenburn: place confdir in theme tableAdrian C. (anrxc)1
2009-09-28rc.lua: upgraded to awesome 3.4-rc2Adrian C. (anrxc)1
2009-09-25rc.lua: enabled caching for fs, net, volumeAdrian C. (anrxc)1
2009-09-23rc.lua: fixed floater placementAdrian C. (anrxc)1
2009-09-22rc.lua: fixed fullscreen flash videoAdrian C. (anrxc)1
2009-09-20rc.lua: revert 3a5b9d5 breaks floating layoutAdrian C. (anrxc)1
2009-09-19rc.lua: use prime numbers for timersAdrian C. (anrxc)1
2009-09-18scratchpad: added unmanage signalAdrian C. (anrxc)1
This solves problems in situations where client is killed. Then the stored client becomes invalid. Now table is cleared.
2009-09-18rc.lua: improved client placementAdrian C. (anrxc)1
2009-09-17rc.lua: scratchpad is stickyAdrian C. (anrxc)1
2009-09-17scratchpad: unstick on unscratchAdrian C. (anrxc)1
2009-09-17rc.lua: term tag tiles on bottomAdrian C. (anrxc)1
2009-09-17rc.lua: scratch imitation replaced with scratchpad.luaAdrian C. (anrxc)1
Scratchpad imitation with minimized clients is out. Basic scratchpad manager is in.
2009-09-17scratchpad: initial import of the scratchpad managerAdrian C. (anrxc)1
Scratchpad is a basic scratchpad manager. As in awesome 2 there are two functions, one toggles scratch on the focused client and the other toggles its visibility. In awesome 2 those were setscratch and togglescratch; here they are scratchpad.set and scratchpad.toggle. Set is called from a clientkeys key binding: - scratchpad.set(c, width, height, sticky, screen) Toggle is called from a globalkeys binding: - scratchpad.toggle(screen)
2009-09-17teardrop: fixed the instructionsAdrian C. (anrxc)1
2009-09-15rc.lua: moved c:raise() to the focus signalAdrian C. (anrxc)1
2009-09-14rc.lua: minimized windows do not stickAdrian C. (anrxc)2
2009-09-14teardrop: placement changesAdrian C. (anrxc)1
Position and edge renamed to vertical and horizontal. Horizontal "middle" placement was also renamed, to "center". Awful centered placement replaced with center_vertical and center_horizontal.