aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* updstreamRaghuram Subramani2024-07-07
|
* upstreamRaghuram Subramani2024-06-22
|
* Merge remote-tracking branch 'upstream/main'Raghuram Subramani2024-04-30
|\
| * Support pointer constraints and relative pointer protocolsForrest Bushstone2024-03-11
| | | | | | | | | | Fixes: https://codeberg.org/dwl/dwl/issues/489 FIxes: https://codeberg.org/dwl/dwl/issues/317
* | attachbottomRaghuram Subramani2024-03-09
| |
* | resetRaghuram Subramani2024-03-09
| |
* | update makefileRaghuram Subramani2024-03-09
| |
* | wayland-ipc patchRaghuram Subramani2024-03-09
| |
* | Revert "wayland-ipc.patch"Raghuram Subramani2024-03-09
| | | | | | | | This reverts commit b1a5803b513ca8a57327790566d9b387ee5da058.
* | wayland-ipc.patchRaghuram Subramani2024-03-09
| |
* | ipc patchRaghuram Subramani2024-02-01
| |
* | autostart patchRaghuram Subramani2024-02-01
|/
* turn on -Wfloat-conversionLeonardo Hernández Hernández2024-01-15
|
* turn on -Wsign-compareLeonardo Hernández Hernández2024-01-15
|
* include CHANGELOG.md in the tarballLeonardo Hernández Hernández2023-11-25
| | | | Fixes: 24576f1fdf56bc8879203bb2d7e7cd116d4bba42
* enable debug symbols by defaultLeonardo Hernández Hernández2023-11-17
| | | | they does not affect performance and the size's increase is negligible
* Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2023-10-09
|\
| * include dwl.desktop in the tarbalLeonardo Hernández Hernández2023-09-24
| |
* | Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández2023-09-24
|\|
| * allow specify DATADIR (to install desktop file)Leonardo Hernández Hernández2023-09-24
| |
| * Add desktop entry fileWeiseguy2023-09-22
| |
* | add support for cursor-shape-v1Leonardo Hernández Hernández2023-07-23
|/ | | | References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4106
* convert some warnings to errorsLeonardo Hernández Hernández2022-10-05
|
* rework MakefileLeonardo Hernández Hernández2022-09-20
| | | | | | | | - allow user to use a different pkg-config binary - restore almost all (and add other ones) warning flags (-Werror is not set) - $(XWAYLAND) is added to our CPPFLAGS - remove useless comments - don't generate idle-protocol.h (not used)
* define _POSIX_C_SOURCE through CPPFLAGSLeonardo Hernández Hernández2022-09-08
| | | | like dwm
* fix dist targetLeonardo Hernández Hernández2022-08-08
|
* include DWLCFLAGS into linking stepLeonardo Hernández Hernández2022-07-06
|
* Fix make install while files are in useGrant Nichol2022-06-12
| | | | | | | | | When the dwl executable is in use, cp fails without the -f flag. POSIX defines this flag with: > If a file descriptor for a destination file cannot be obtained, > as described in step 3.a.ii., attempt to unlink the destination > file and proceed.
* add $(LIBS) to $(LDLIBS)Leonardo Hernández Hernández2022-06-10
|
* fix link failure with --as-neededDima Krasner2022-06-10
|
* use LDFLAGS to build dwl targetLeonardo Hernández Hernández2022-06-06
|
* do not generate *-protocol.{c,o}Leonardo Hernández Hernández2022-06-06
| | | | | | according with https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/62fbf3f4ba1b2993e29dfb46f077e5806f7aac1c they are unused and wlroots-based compositors don't need to do this
* include xcb only when building with xwayland supportLeonardo Hernández Hernández2022-06-06
|
* convert makefile to be more portableKawaiiAmber2022-06-06
|
* add dist targetLeonardo Hernández Hernández2022-05-09
|
* add flag to print version and exitLeonardo Hernández Hernández2022-05-09
|
* add DESTDIRLeonardo Hernández Hernández2022-03-31
|
* don't let -pedantic be overridable by environmentLeonardo Hernández Hernández2022-03-31
|
* new functions ecalloc() and die()Leonardo Hernández Hernández2022-03-28
| | | | | die() replaces EBARF and BARF and allow us to add `-pedantic` to CFLAGS
* add dwl(1)Humm2022-03-13
| | | | | Documentation is good. Man pages are documentation. A program without a man page is worthless.
* added uninstall targetJason Goulet-Lipman2021-04-19
|
* group phony targets together in MakefileDevin J. Pohly2021-04-15
|
* re-compile if config.mk changesDevin J. Pohly2021-04-15
|
* remember to add client.h in MakefileDevin J. Pohly2021-01-18
|
* add "all" targetDevin J. Pohly2020-12-25
|
* Merge updates from guidocellaDevin J. Pohly2020-12-24
|\ | | | | | | | | Thanks so much for helping to keep the project running while life was crazy!
| * remove -Werror=declaration-after-statementGuido Cella2020-12-19
| | | | | | | | | | | | wtf is the point of this crap? It makes the code harder to follow, increases the line count and made me fail compilation a million times. We shouldn't blindy follow everything about suckless's style.
| * add install target to Makefile and corresponding prefix variable to config.mkKeating9502020-12-19
| |
| * Added basic tap-to-click for touchpad userswill2020-12-19
| |
| * Implement the idle protocolGuido Cella2020-12-19
| | | | | | | | | | It allows clients such as swayidle and chat applications to monitor user idle time.