summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
10 daysAdd border_width to window coordinates (#1969)HEADnextortango
* Update xcb.c window coors relative to border_width. * Add border_width to window coordinates Normalize the geometry between reparenting and non- window managers. * remove WM_ROOT_WINDOW_OFFSET * remove WM_ROOT_WINDOW_OFFSET * only translate reparent
2024-04-18[IconFetcher] Don't check for extension for image file.Dave Davenport
Issue: 1977
2024-04-15[IconFetcher] Fix failing decode of animated GIFs. (#1975)martinsifrar
2024-03-16[Doc] Fix typo, thx to @NickwizDave Davenport
2024-03-15[github] update lock config.Dave Davenport
2024-03-13[github] bump lock-threads flow versionQball Cow
2024-03-11[Doc] Fix copy/paste error in template.Dave Davenport
2024-03-11[Doc] Fix typo in issue template.Dave Davenport
2024-03-11[Run] Store display and exec stringDave Davenport
2024-03-11[Run] Don't re-quote history items.Dave Davenport
2024-03-11[Modes] Remove dead code in mode implems (#1960)lbonn
NEXT, PREVIOUS and QUICK_SWITCH are handled in mode.c since 96cd34d24f7116c0fd37bf8571ee3ae79f9ad227 (#1184)
2024-03-08[View] Work around GThreadPool 1 pointer bug.Dave Davenport
* Also fix typo in icon fetcher.
2024-03-08[Github] Bump checkout to v4Dave Davenport
2024-03-05[Doc] Switch to pandoc and remove generated files (#1955)lbonn
* [Build] Add missing dist files from libnkutils * [Doc] Switch to pandoc and remove generated files * [Doc] Rewrite markdown for conversion to man * convert existing markup to use definition list (a bit hacky...) * rewrite title to pandoc man metadata * reduce heading nesting to match most man pages * inline code displayed as bold, also common man style * [Doc] New installation with autoconf and meson - autoconf: * generate in source directory if pandoc found * install from source directory - meson: * generate and install with build directory if pandoc found * try to install from source directory if pandoc not found * bail otherwise * [Doc] Make pandoc filter 2.9 compatible Man pages look better with pandoc >= 2.17
2024-03-02[IconFetcher] Don't free on removal from thread-poolDave Davenport
2024-03-01Add an item-free method to the thread-poolDave Davenport
2024-02-29[Window] write code so clang-check does not complain about leak.Qball Cow
Does not solve the possible, but very unlikely leak, but keeps clang-check happy.
2024-02-28[script|dmenu] Add option to make row permanent.Dave Davenport
fixes: #1952
2024-02-28[run] fix missing doxygen and add explanation.Qball Cow
2024-02-28[Run] When passing raw entry, pass it unquoted to historyQball Cow
fixes: #1951
2024-02-27Replace deprecated g_memdup by g_memdup2Dave Davenport
2024-02-27Replace deprecated by g_memdup to g_memdup2Dave Davenport
2024-02-27Bump glib version to 2.72Dave Davenport
2024-02-27[Build] Bump minimal meson version to 0.59.0 (#1947)lbonn
To remove some deprecated invocations. 0.47.0 (2018-07-02) -> 0.59.0 (2021-07-18)
2024-02-25Fix compiler warnings in window mode.Qball Cow
2024-02-25Fix some compiler warnings.Qball Cow
2024-02-25Small indentQball Cow
2024-02-22[RUN] shell escape command before processing it further.Qball Cow
2024-02-22Revert "[config] By default escape run command."Qball Cow
This reverts commit 83ecbfe127aebb2462de1ab626406d62cab80cdf.
2024-02-22[config] By default escape run command.Qball Cow
2024-02-18[DRun] Drun read url field from cache.Dave Davenport
2024-02-16[Build] Reduce amount of warnings (#1944)lbonn
* one unused parameter in recursivebrowser.c * overlength strings are overly pedantic, modern compilers support large strings * __FUNCTION__ creeped back in after #288
2024-02-16[View] Don't use xcb surface to render to png, but create surface.Dave Davenport
2024-02-15[Box] When estimating height, set correct width on childrenDave Davenport
Issue: #1943
2024-02-11[ThreadPool] Sort items in the queue based on priorityQball Cow
2024-02-10[Doc] Fix broken ``` guards.Dave Davenport
2024-02-10[Doc] Remove reddit link from config.yml.Dave Davenport
2024-02-10[Doc] Clarify in build instructions what release to use.Dave Davenport
2024-02-10Add extra documentation issue template.Dave Davenport
2024-01-29Fix typo in dynamic_themes.md (#1941)Igor
Add missing "P" in "PREVIEW=true"
2024-01-09[DOC] Add explanation to PATTERN of bracketsDave Davenport
Fixes: #1933
2024-01-04[Doc] Update manpage to clarify meta property.Dave Davenport
2023-12-17[View] On mode switch force refilter instead of queuing.Qball Cow
issue: #1928
2023-12-08[View] Allow float delayDave Davenport
fixes: #1926
2023-11-24[View] Always forward motion to the grabbed widget first.Dave Davenport
2023-11-16[IconFetcher] If last step fails to load icon, don't error out make warningDave Davenport
2023-11-10Update releasenotes.Dave Davenport
2023-11-10[Script] Update theme property clarification a bit.Dave Davenport
2023-11-10[Script] Add clarification to theme property.Dave Davenport
2023-11-06[Dmenu][Script] Add 'display' row option to override whats displayed.Dave Davenport