Minor change to `Makefile` to set FreeBSD paths as default.
[xmenu] / xmenu.c
2023-01-24 Lucas de Senausage
2022-12-21 Lucas de Senatest for modifier in state, not if they are equal
2022-03-21 seninhaadd xmenu.maxItems resource; fix #32
2022-03-20 seninhaadd daemon/root mode (-x and -X); finally fix #28
2021-04-10 phillbushMerge pull request #29 from TobiasRH/fix-separator...
2021-04-05 Tobias R. HenleFix: Handle missing (NULL pointer) output for separator.
2021-04-05 Tobias R. HenleFix: Don't allow a separator as root for submenus.
2021-02-13 phillbushadd support for mouse scrolling (#26)
2021-01-09 phillbushfixed ESC key
2021-01-09 phillbushfixed missing lines
2021-01-09 phillbushfix missing assignment
2021-01-09 phillbushfix shift key
2021-01-08 phillbushremove -t; prepare for mergint into master
2021-01-08 phillbushMerge branch 'master' into type
2020-12-31 phillbushadd -t
2020-12-31 phillbushadd normalizekeysym()
2020-12-31 phillbushmake tab cycle through matched items
2020-12-30 phillbushrub out text when no item matches it
2020-12-30 phillbushadd type-to-select support
2020-12-29 phillbushmove actions to end of main loop
2020-12-29 phillbushprepare stuff for type-to-select
2020-12-29 phillbushparse resources before command-line options
2020-12-15 phillbushadd alignment
2020-11-09 phillbushadd -r option
2020-10-18 phillbushfix #16
2020-09-27 phillbushconform code to my new coding style
2020-09-22 phillbushfix comment on parsefonts()
2020-09-22 phillbushadd lastitem and adapt code to general code style
2020-09-22 phillbushMerge pull request #14 from Malod219/master
2020-09-22 RisingThumbFix loop around for number keys
2020-09-22 RisingThumbSupport for 1-9 numbers to select specific item
2020-09-17 phillbushnow user can set custom key bindings in config.h
2020-09-17 phillbushAdd support for Home and End keys for moving
2020-09-17 phillbushfree stuff earlier, when they're no longer used
2020-09-13 phillbushNOW IN MIT/X LICENSE
2020-08-24 phillbushadd XFree(info), simplify README.md
2020-08-12 phillbushImage loading error now just warns.
2020-08-12 phillbushImproving error messages for icon loading
2020-08-12 phillbushImproving some error messages
2020-08-12 phillbushcannot → could not
2020-08-05 phillbushAdding reference to xdg-xmenu, by OliverLew.
2020-08-01 phillbushadding tests, removing -f (it was too clumsy)
2020-08-01 phillbushsearch the system for font containing character
2020-07-31 phillbushAdding routine getfontucode()
2020-07-31 phillbushAdding the -f option
2020-07-31 phillbushFreeing fonts
2020-07-31 phillbushusing BETWEEN macro, and fixing fallback position
2020-07-30 phillbushFixing y position of child menus.
2020-07-30 phillbushNo more needed to use -i to disable icon padding
2020-07-30 phillbushFixing position in some wms when using -w
2020-07-30 phillbushremoving variables config.screen*
2020-07-30 phillbushchanging the computation of the text y position
2020-07-29 phillbushMerge pull request #9 from GideonWolfe/master
2020-07-29 phillbushAdding Xinerama support
2020-07-29 phillbushDrawing menus on demand, reordering functions
2020-07-29 phillbushcomputing textwidth with the function drawtext
2020-07-29 phillbushAdded support for fallback fonts.
2020-07-28 phillbushFixing #7
2020-07-23 phillbushRemoving debug printf
2020-07-23 phillbushAdding the -p option.
2020-07-16 phillbushadded the -i option
2020-06-29 phillbushAdding X resource for gaps
2020-06-29 phillbushMoving XSetWMProtocols to setupmenu()
2020-06-29 phillbushAdding gaps support and more.
2020-06-29 phillbushSquashed commit of the following:
2020-06-12 phillbushConfiguring height directly by setting the height.
2020-06-01 phillbushReadding the -w option
2020-05-31 phillbushMerging icons branch on master branch.
2020-05-30 phillbushRenaming routine and spliting it into subroutines
2020-05-30 phillbushtypo
2020-05-30 phillbushcomment
2020-05-30 phillbushMaking geom local to main().
2020-05-30 phillbushFixing segfault in case of empty input
2020-05-30 phillbushSimplifying parsing and data structure building
2020-05-30 phillbushSaving users memory.
2020-05-30 phillbushUpdated manpage, removed unused variables, etc.
2020-05-28 phillbushFixing calculation of menu position.
2020-05-27 phillbushremoved a goto
2020-05-27 phillbushReordering stuff, removing unused variables
2020-05-27 phillbushGetting rid of some global variables
2020-05-27 phillbushSeparated getmenuitem into two functions
2020-05-26 phillbushRefactored code, changed resources and config.h
2020-05-24 phillbushRemoved the -w option (it was too buggy)
2020-05-23 phillbushCreating windowed branch for -w
2020-05-19 phillbushMenu windows are recalculated with -w
2020-05-19 phillbushMake xmenu wait for another process to ungrab
2020-05-19 phillbushReferring to the new changes in the manpage.
2020-05-19 phillbushCorrectly setting WM_CLASS.
2020-05-19 phillbushFixed order of function calls
2020-05-19 phillbushAdded xft support (smooth fonts)
2020-05-17 phillbushxmenu now can be operated by keyboard
2020-05-17 phillbushxmenu now supports x resources
2020-05-17 phillbushXmenu now has a man page.
2020-05-16 phillbushThe README file referred to dwm
2020-05-16 phillbushimproved algorithm for mapping/unmapping
2020-05-16 phillbushimproved algorithm that draw menus
2020-05-16 phillbushwidth is now calculated from the font
2020-05-16 phillbushA better triangle
2020-05-16 phillbushusing pixmaps
2020-05-16 phillbushTest
next