A mirror of phillbush's xmenu.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

161 rinda
5.4 KiB

  1. CHANGELOG
  2. 4.5.4 (2021-01-09)
  3. • Fixed ESC key.
  4. 4.5.3 (2021-01-09)
  5. • Fixed missing lines in xmenu.c.
  6. 4.5.2 (2021-01-09)
  7. • Fixed missing line in xmenu.c.
  8. 4.5.1 (2021-01-09)
  9. • Fixed SHIFT key; it cleared the selection, now it doesn't.
  10. 4.5.0 (2021-01-08).
  11. • Added type-to-select feature (#21).
  12. • Added support for setting the text alignment.
  13. • Added -r option to disable right mouse button (#17).
  14. • Added CHANGELOG.
  15. • Changed order of parsing of options.
  16. • Fixed config.mk formatting (#18, #23).
  17. • Fixed README's list of header dependencies (#24).
  18. 4.4.1 (2020-10-18).
  19. • Fixed Makefile by removing -D flag of install(1) and making it portable.
  20. • Fixed menu placement when pointer is at the very top of the menu (#16).
  21. 4.4.0 (2020-09-27).
  22. • Added support for custom key bindings in config.h.
  23. • Added support for 1 to 9 keys for moving (#14).
  24. • Added support for Home and End keys for moving.
  25. • Fixed code to free stuff earlier, when they're no longer used.
  26. 4.3.2 (2020-09-13).
  27. • Changed license.
  28. • Fixed initmonitor() routine to free unused data.
  29. 4.3.1 (2020-08-12).
  30. • Added warning messages for unsuccessful icon loading.
  31. • Changed wording in some error messages.
  32. • Changed README to add reference to xdg-xmenu, by OliverLew.
  33. 4.3.0 (2020-08-01).
  34. • Added ability to search the system for font containing character.
  35. • Changed drawtext() routine (split part of it into getfontucode()).
  36. • Fixed getfontucode() by adding sanity check tests.
  37. • Removed the -f option.
  38. 4.2.0 (2020-07-31).
  39. • Added the -f option.
  40. • Changed xmenu.c to use BETWEEN macro.
  41. • Fixed fallback position.
  42. • Fixed manpage; simplifying description of -i option.
  43. • Fixed xmenu.h; removed unused elements in struct Item.
  44. • Fixed cleanup function to free fonts.
  45. 4.1.4 (2020-07-30).
  46. • Added detection of icons in menus.
  47. • Fixed y position of child menus.
  48. • Fixed placement in some window managers when using -w.
  49. • Fixed README to add reference to added features.
  50. 4.1.3 (2020-07-30).
  51. • Fixed xmenu.c and xmenu.h: removed redundant variables.
  52. 4.1.2 (2020-07-29).
  53. • Fixed computation of the text y position.
  54. 4.1.1 (2020-07-29).
  55. • Changed README to README.md (#9).
  56. • Fixed config.mk to load -lXinerama.
  57. 4.1.0 (2020-07-29).
  58. • Added Xinerama support (#8).
  59. 4.0.2 (2020-07-29).
  60. • Fixed menu drawing; menus are now drawed on demand.
  61. 4.0.1 (2020-07-29).
  62. • Fixed calculation of text width.
  63. 4.0.0 (2020-07-29).
  64. • Added support for fallback fonts.
  65. • Changed license.
  66. 3.4.1 (2020-07-28).
  67. • Fixed performance issue with many icons (#7).
  68. 3.4.0 (2020-07-23).
  69. • Added the -p option (to set the root menu position).
  70. 3.3.0 (2020-07-15).
  71. • Added the -i option (to disable icons).
  72. • Changed code for computing widths and x position.
  73. 3.2.1 (2020-06-29).
  74. • Fixed manpage; add reference to added features in the manual.
  75. 3.2.0 (2020-06-29).
  76. • Added support for EWMH properties.
  77. • Added support for gaps between menus (#3).
  78. • Changed README to add reference to xclickroot(1).
  79. • Changed how configuration is done; added a config structure.
  80. • Fixed missing #include.
  81. • Fixed missing type cast.
  82. 3.1.1 (2020-06-20).
  83. • Changed how height is calculated; now it's set directly.
  84. • Fix Makefile; removed slashes after DESTDIR (#2).
  85. 3.1.0 (2020-06-05).
  86. • Fixed several typos and mismatches between code, manual and README.
  87. 3.0.0 (2020-05-31).
  88. • Added support for icons.
  89. • Added some icons samples (in ./icons/).
  90. • Added demo gif.
  91. • Added the -w option (again).
  92. • Changed Makefile; using -D option of install(1).
  93. • Changed input parsing to use stdlib functions rather than get byte-by-byte.
  94. • Changed xmenu.c; making global variables local.
  95. • Changed calcmenu() routine (split into three routines).
  96. • Fixed segfault in case of empty input.
  97. • Fixed calls to strdup(3); called twice only when label and output differs.
  98. • Fixed menu position calculation (it didn't take borders into account).
  99. • Fixed manpage; updated to new features.
  100. • Fixed xmenu.c; removed unused code.
  101. • Fixed cleanup routine; freeing allocated stuff.
  102. 2.0.0 (2020-05-27).
  103. • Changed xmenu.c; making global variables local.
  104. • Changed README; including more information.
  105. • Changed getmenuitem() routine (split into getmenu() and getitem()).
  106. • Changed drawing routines in xmenu.c (drawseparator() and drawitem()).
  107. • Fixed xmenu.c; removed unused code.
  108. • Removed the -w option.
  109. 1.0.0 (2020-05-19).
  110. • Added keyboard navigation.
  111. • Added manpage.
  112. • Added support for X resources.
  113. • Added XFT support (antialiased fonts).
  114. • Added setting of WM_CLASS property.
  115. • Added recalcmenu() to recalculate menu position when -w is used.
  116. • Added support for WM_DELETE_WINDOW property (ability to close window).
  117. • Changed xmenu.sh script to pipe into sh(1).
  118. • Changed color scheme (stolen from firefox's context menu).
  119. • Changed algorithm for remapping menus (find lowest common ancestor menu).
  120. • Changed computing of menu width to be based on font.
  121. • Changed triangle size; now it's smaller.
  122. • Changed xmenu.sh; it now supposes that xmenu is installed.
  123. • Fixed README; it was a copy of dwm's.
  124. • Fixed Makefile; make install didn't install the manpage.
  125. • Fixed pointer and keyboard grabbing race condition.
  126. • Fixed order of function calls (grab keyboard after reading input).
  127. 0.5.0 (2020-05-16).
  128. • Added menu separators (lines without labels in the input).
  129. • Added double buffering, rather than drawing directly on windows.
  130. • Added -w option.