aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
AgeCommit message (Expand)Author
2018-10-22config: remove peeked + expanded line log entriesBrian Ashworth
2018-10-20Remove raise_floating directiveRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-13fix_edge_gaps: Allow negative values for outer gaps.Tarmack
2018-10-10Add mouse_warping containerRouven Czerwinski
2018-10-09config: remove double free of config->swaynag_commandRouven Czerwinski
2018-10-08Merge branch 'master' into popup-during-fullscreenBrian Ashworth
2018-10-08Allow swaynag to be disabledBrian Ashworth
2018-10-08Allow swaybg to be disabledemersion
2018-10-08Implement popup_during_fullscreenRyan Dwyer
2018-10-08Reload config using idle eventRyan Dwyer
2018-10-03Add configuration for raising containers on focusJonathan Buch
2018-10-01Handle border options for gapsBrian Ashworth
2018-09-28Rename workspace_outputs to workspace_configs and fix memory leakRyan Dwyer
2018-09-11Introduce tiling_drag directiveRyan Dwyer
2018-09-08Align titles to baselineRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-26Remove layout.cRyan Dwyer
2018-08-18Implement iterators per container typeRyan Dwyer
2018-08-11Remove container_for_each_descendant_bfsRyan Dwyer
2018-08-03Remove swaynag_clone and use memcpyBrian Ashworth
2018-08-03Write to swaynag pipe fd directly on config errorsBrian Ashworth
2018-08-03Show swaynag on config errorsBrian Ashworth
2018-07-24Implement floating_modifier <mod> [inverse|normal]Brian Ashworth
2018-07-24Merge pull request #2165 from swaywm/pid-workspacesDrew DeVault
2018-07-23Parse mouse binding optionsfrsfnrrg
2018-07-23Merge branch 'master' into pid-workspacesDrew DeVault
2018-07-20Reset outputs on reloadBrian Ashworth
2018-07-21Implement force_display_urgency_hintRyan Dwyer
2018-07-19Fix deferred command handlingBrian Ashworth
2018-07-17Free individual criteria in free_configfrsfnrrg
2018-07-16Revert "config: free include path on successful load"Drew DeVault
2018-07-15config: free include path on successful loadIan Fan
2018-07-15Add error handling for getting config file sizeIan Fan
2018-07-15Fix config buffer overflow and logicIan Fan
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-07-12config.c: fix current_config uninit warning (#2249)Alex Xu
2018-07-10Add get_config message type to ipcIan Fan
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-05config: add a couple of forgotten freesDominique Martinet
2018-07-02load_config: move NULL path check before first useDominique Martinet
2018-07-02config include: fix leak on relative include pathDominique Martinet
2018-07-02read_config: fix leak on errorDominique Martinet
2018-07-01Implement pid->workspace trackingDrew DeVault
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-06-07Remove strip quoting and fix strncpy-overlapBrian Ashworth
2018-06-05Fix logic issue in do_var_replacementBrian Ashworth
2018-06-05Support runtime var expansion and set at runtimeBrian Ashworth
2018-06-03sway/config: fix use-after-free for end of blockDominique Martinet
2018-06-02Address first round of review for generic blocksBrian Ashworth