summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unlockDialog: Use GdmUtil.AuthPrompt instead of ModalDialogwip/login-unlock-mergeRay Strode2013-07-162-119/+69
* loginDialog: factor auth prompt code out to utilsRay Strode2013-07-162-303/+394
* loginDialog: handle typing at screenshieldRay Strode2013-07-161-2/+33
* theme: fix spacing for "Log in as another user" buttonRay Strode2013-07-161-0/+3
* theme: change the lock screen notification backgroundAllan Day2013-07-151-7/+5
* popupMenu: Fix bad syntax errorJasper St. Pierre2013-07-151-1/+1
* popupMenu: Ensure that submenus are properly hidden when insensitiveJasper St. Pierre2013-07-151-0/+7
* popupMenu: Propagate sensitivity to menu childrenJasper St. Pierre2013-07-151-9/+51
* popupMenu: Remove 'sensitive' input paramJasper St. Pierre2013-07-151-4/+0
* popupMenu: Only allow one submenu to be open at a timeJasper St. Pierre2013-07-151-0/+10
* popupMenu: Emit open-state-changed at the start of animating a submenuJasper St. Pierre2013-07-151-7/+2
* popupMenu: Remove connectSubMenuSignalsJasper St. Pierre2013-07-151-39/+34
* popupMenu: Ignore submenus when getting the column widthsJasper St. Pierre2013-07-151-2/+8
* popupMenu: Simplify allocation codeJasper St. Pierre2013-07-159-136/+97
* popupMenu: Don't close submenus when the toplevel container is closedJasper St. Pierre2013-07-151-6/+11
* popupMenu: Introduce a way of closing toplevels from sectionsJasper St. Pierre2013-07-152-4/+11
* popupMenu: Add a simple way to get the toplevel for a submenu / sectionJasper St. Pierre2013-07-151-12/+10
* calendar: Make the events-list a fixed widthFlorian Müllner2013-07-141-6/+1
* l10n: Update Japanese translationJiro Matsuzawa2013-07-141-277/+296
* Updated slovak translationDušan Kazik2013-07-141-178/+191
* st-theme-node: invalidate cached size when initializing paint stateLionel Landwerlin2013-07-131-0/+2
* st-theme-node: fix obvious size comparison errorLionel Landwerlin2013-07-131-1/+1
* loginDialog: force user list and prompt to be the same widthRay Strode2013-07-121-0/+4
* loginDialog: make prompt entry widerRay Strode2013-07-121-1/+1
* loginDialog: drop padding between buttons and entryRay Strode2013-07-122-1/+5
* loginDialog: pre-allocate prompt message heightRay Strode2013-07-121-9/+7
* StWidget: use a handler id to disconnect the callbackEmilio Pozuelo Monfort2013-07-121-5/+9
* Tajik translation updatedVictor Ibragimov2013-07-121-64/+69
* panelMenu: Close menu when hiding the corresponding buttonFlorian Müllner2013-07-111-0/+9
* update Simplified Chinese (zh_CN) translationeternalhui2013-07-111-260/+274
* st-theme-node: let paint states take weak ref on theme nodesLionel Landwerlin2013-07-102-5/+38
* Bump version to 3.9.43.9.4Florian Müllner2013-07-102-2/+31
* st-theme-node: Update corner textures on allocation size changesFlorian Müllner2013-07-101-0/+9
* st-theme-node: Don't update resources on each paintFlorian Müllner2013-07-101-1/+1
* st: Remove support for fixed positioning in BoxLayoutFlorian Müllner2013-07-092-38/+8
* overview: Add coverPane to stack instead of BoxLayoutFlorian Müllner2013-07-091-1/+1
* lookingGlass: Use uiGroup as parent instead of panelBoxFlorian Müllner2013-07-091-3/+4
* calendar: Fix line-wrapping of calendar eventsFlorian Müllner2013-07-091-0/+5
* style: Fix extension list style in looking glassFlorian Müllner2013-07-091-1/+1
* style: Fix focused app view controlsFlorian Müllner2013-07-091-4/+5
* modalDialog: Minor coding style fixFlorian Müllner2013-07-091-3/+3
* loginDialog: don't call nonexistent setInitialKeyFocus functionRay Strode2013-07-091-4/+2
* st-theme-node: init cached state properlyLionel Landwerlin2013-07-091-0/+2
* st-theme-node: reuse box-shadow materials between paint states when possibleLionel Landwerlin2013-07-093-3/+31
* st-theme-node: refactor calls to render css boxLionel Landwerlin2013-07-091-24/+27
* tests: add animated box-shadow test to demo optimized paintingLionel Landwerlin2013-07-092-0/+85
* st: optimize box-shadow renderingLionel Landwerlin2013-07-093-34/+455
* layout: Don't use the input mode to block events to windowsJasper St. Pierre2013-07-083-63/+11
* global: Automatically unshape the stage X window when we take a modalJasper St. Pierre2013-07-082-5/+4
* global: Clean up the code that actually sets the shape on the stageJasper St. Pierre2013-07-081-22/+20