Branch: refs/heads/js/fvwm-menu-desktop Home: https://github.com/fvwmorg/fvwm Commit: f4d7a680648d11972fa6f66c437de58ecfe62021 https://github.com/fvwmorg/fvwm/commit/f4d7a680648d11972fa6f66c437de58ecfe62021 Author: somiaj <jaimosskril...@boisestate.edu> Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths: M default-config/FvwmScript-ConfirmCopyConfig M default-config/config Log Message: ----------- Default Config Changes * Modified FvwmScript-ConfirmCopyConfig to state config file destination (not just directory). * Improved/simplified Function Handling mostly around Mouse Bindings. * Simplified IconManClick function * Updated SendTo menu so it can send to any desk, page or the current desk/page. * No longer use Decor. * Added hotkey's to MenuFvwmRoot * Updated FvwmIconMan's configuration. Iconfied windows now shown with grey text. * Changed placement policy to MinOverlapPlacement * Removed some settings such as XorValue and HideGeometryWindow * Add delete to double click action on Menu button. Commit: fa8125cec830f20c3dd6613f3e8e5686537c57be https://github.com/fvwmorg/fvwm/commit/fa8125cec830f20c3dd6613f3e8e5686537c57be Author: Thomas Adam <tho...@xteddy.org> Date: 2017-02-26 (Sun, 26 Feb 2017) Changed paths: M libs/BidiJoin.c Log Message: ----------- BidiJoin: Remove unused definition Commit: 3bad8f5e61a9ac1a9e510fe085f69fbbb348fd3c https://github.com/fvwmorg/fvwm/commit/3bad8f5e61a9ac1a9e510fe085f69fbbb348fd3c Author: Dominik Vogt <dominik.v...@gmx.de> Date: 2017-03-01 (Wed, 01 Mar 2017) Changed paths: M doc/commands/AddToFunc.xml M fvwm/functions.c Log Message: ----------- Add "J" function actions (late immediate). This works like "I" but is executed later (once), when the user starts interacting with the function, e.g. on the first button release or if the pointer moves (and the function uses "M"). This can be used to write an "escalating" close function that runs on the first button release: AddToFunc CloseOrDestroy + J Close + D Destroy Run "Close" immediately (but not right when the button is pressed) and follow up with a Destroy in case of a double click. Compared to the normal "+ C Close" this avoids the double click delay before the action is triggered. Commit: ffe942d66cdb1a24d761d9e89c1a4dab49f2400c https://github.com/fvwmorg/fvwm/commit/ffe942d66cdb1a24d761d9e89c1a4dab49f2400c Author: Dominik Vogt <dominik.v...@gmx.de> Date: 2017-03-01 (Wed, 01 Mar 2017) Changed paths: M fvwm/add_window.c M fvwm/add_window.h M fvwm/events.c M fvwm/ewmh_names.c M fvwm/session.c M fvwm/style.h M fvwm/update.c M libs/defaults.h Log Message: ----------- Fix updating window and icon titles. With the introduction of the TitleFormat and IconTitleFormat styles, a change of the window or icon name could affect both titles. The existing code did not reflect this and a change in the icon name might not be visible in the window title and vice versa. The patch cleans up and unifies handling of changes of the window and icon names and fixes this problem. Also, the said patch simply set the default IconTitleFormat to the same as TitleFormat, so the icon name would never be used anyway. This commit replaces the default IconTitleFormat with "%i" instead. Commit: 597a4e296da4f21e71a17facab297e016a3a80a8 https://github.com/fvwmorg/fvwm/commit/597a4e296da4f21e71a17facab297e016a3a80a8 Author: Liang Chen <chenliang...@users.noreply.github.com> Date: 2017-04-06 (Thu, 06 Apr 2017) Changed paths: M bin/fvwm-menu-desktop.in Log Message: ----------- Fix syntax error to close issue #42 Close https://github.com/fvwmorg/fvwm/issues/42 Commit: e953167ead29a7535009346c44b0499bb24a7e9b https://github.com/fvwmorg/fvwm/commit/e953167ead29a7535009346c44b0499bb24a7e9b Author: Thomas Adam <tho...@xteddy.org> Date: 2017-12-31 (Sun, 31 Dec 2017) Changed paths: A .gitlab-ci.yml Log Message: ----------- Add gitlab-ci.yml Commit: 60530d967c430f5c1902e65a75a87726f3c5242f https://github.com/fvwmorg/fvwm/commit/60530d967c430f5c1902e65a75a87726f3c5242f Author: Thomas Adam <tho...@xteddy.org> Date: 2017-12-31 (Sun, 31 Dec 2017) Changed paths: M .gitlab-ci.yml Log Message: ----------- gitlab-ci: fix typo Commit: cadd6ed0d5ec0638104a63360ec7cf82ccd582cf https://github.com/fvwmorg/fvwm/commit/cadd6ed0d5ec0638104a63360ec7cf82ccd582cf Author: Thomas Adam <tho...@xteddy.org> Date: 2018-03-02 (Fri, 02 Mar 2018) Changed paths: M COPYING M bin/fvwm-root.c M fvwm/borders.c M fvwm/builtins.c M fvwm/colormaps.c M fvwm/colormaps.h M fvwm/conditional.c M fvwm/decorations.c M fvwm/focus.c M fvwm/functions.c M fvwm/fvwm.c M fvwm/icons.c M fvwm/menucmd.c M fvwm/menus.c M fvwm/misc.c M fvwm/module_interface.c M fvwm/move_resize.c M fvwm/read.c M fvwm/style.c M fvwm/windowlist.c M libs/Picture.c M libs/PictureBase.c M libs/flist.c M modules/FvwmAuto/FvwmAuto.c M modules/FvwmBacker/FvwmBacker.c M modules/FvwmBacker/FvwmBacker.h M modules/FvwmButtons/FvwmButtons.c M modules/FvwmButtons/FvwmButtons.h M modules/FvwmButtons/button.c M modules/FvwmButtons/button.h M modules/FvwmButtons/draw.c M modules/FvwmButtons/draw.h M modules/FvwmButtons/icons.c M modules/FvwmButtons/icons.h M modules/FvwmButtons/misc.c M modules/FvwmButtons/misc.h M modules/FvwmButtons/output.c M modules/FvwmButtons/parse.c M modules/FvwmButtons/parse.h M modules/FvwmCpp/FvwmCpp.c M modules/FvwmEvent/FvwmEvent.c M modules/FvwmM4/FvwmM4.c M modules/FvwmPager/FvwmPager.c Log Message: ----------- Remove Rob Nation's copyright notice There's been a long-standing conflict between the time Rob Nation first created FVWM, and subsequent GPL versions. In some strict interpretations, FVWM is non-GPL compliant because of the original copyright notices. In tracking down Rob Nation, he's happy for his original copyright statements to be removed from the code of FVWM. "Yes, that's fine. Go ahead and remove the notice from all modules with that or similar legends." -- Robert Nation. Commit: d1928aeb2acd67bd45fae6cd4999306f833a5b8e https://github.com/fvwmorg/fvwm/commit/d1928aeb2acd67bd45fae6cd4999306f833a5b8e Author: Thomas Adam <tho...@xteddy.org> Date: 2018-03-02 (Fri, 02 Mar 2018) Changed paths: R .gitlab-ci.yml Log Message: ----------- Remove gitlab YAML file Commit: 69d35e84330f47191bd3dbe25eef7a330fcc4537 https://github.com/fvwmorg/fvwm/commit/69d35e84330f47191bd3dbe25eef7a330fcc4537 Author: Thomas Adam <tho...@xteddy.org> Date: 2018-03-03 (Sat, 03 Mar 2018) Changed paths: M modules/FvwmRearrange/FvwmRearrange.c Log Message: ----------- FvwmRearrange: fix compilation warning Fix the fact that a given if statement was ambiguous without braces. Commit: 1a69a894d505f9307739c4c9bb64a3df1762767e https://github.com/fvwmorg/fvwm/commit/1a69a894d505f9307739c4c9bb64a3df1762767e Author: Thomas Adam <tho...@xteddy.org> Date: 2018-03-10 (Sat, 10 Mar 2018) Changed paths: M bin/fvwm-bug.in M bin/fvwm-config.in M bin/fvwm-convert-2.6.in M bin/fvwm-menu-directory.in M bin/fvwm-menu-headlines.in M bin/fvwm-menu-xlock.in M bin/fvwm-perllib.in M bin/fvwm-root.c M fvwm/add_window.c M fvwm/bindings.c M fvwm/borders.c M fvwm/builtins.c M fvwm/colormaps.c M fvwm/colormaps.h M fvwm/colorset.c M fvwm/conditional.c M fvwm/condrc.c M fvwm/cursor.c M fvwm/decorations.c M fvwm/events.c M fvwm/ewmh.c M fvwm/ewmh_conf.c M fvwm/ewmh_events.c M fvwm/ewmh_icons.c M fvwm/ewmh_names.c M fvwm/execcontext.c M fvwm/expand.c M fvwm/focus.c M fvwm/focus_policy.c M fvwm/frame.c M fvwm/functable.c M fvwm/functions.c M fvwm/fvwm.c M fvwm/geometry.c M fvwm/icccm2.c M fvwm/icons.c M fvwm/infostore.c M fvwm/menubindings.c M fvwm/menucmd.c M fvwm/menudim.c M fvwm/menugeometry.c M fvwm/menuitem.c M fvwm/menus.c M fvwm/menustyle.c M fvwm/misc.c M fvwm/modconf.c M fvwm/module_interface.c M fvwm/module_list.c M fvwm/move_resize.c M fvwm/placement.c M fvwm/read.c M fvwm/repeat.c M fvwm/schedule.c M fvwm/session.c M fvwm/stack.c M fvwm/style.c M fvwm/template.c M fvwm/update.c M fvwm/virtual.c M fvwm/windowlist.c M fvwm/windowshade.c M libs/BidiJoin.c M libs/Bindings.c M libs/ClientMsg.c M libs/ColorUtils.c M libs/Colorset.c M libs/CombineChars.c M libs/Cursor.c M libs/Event.c M libs/FBidi.c M libs/FEvent.c M libs/FGettext.c M libs/FImage.c M libs/FRender.c M libs/FRenderInit.c M libs/FScreen.c M libs/FShape.c M libs/FTips.c M libs/Fft.c M libs/Ficonv.c M libs/Flocale.c M libs/FlocaleCharset.c M libs/Grab.c M libs/Graphics.c M libs/Module.c M libs/Parse.c M libs/Picture.c M libs/PictureBase.c M libs/PictureGraphics.c M libs/PictureImageLoader.c M libs/PictureUtils.c M libs/Rectangles.c M libs/Strings.c M libs/System.c M libs/Target.c M libs/WinMagic.c M libs/XError.c M libs/XResource.c M libs/charmap.c M libs/envvar.c M libs/fio.c M libs/flist.c M libs/fsm.c M libs/fvwmlib.c M libs/fvwmrect.c M libs/fvwmsignal.c M libs/gravity.c M libs/modifiers.c M libs/queue.c M libs/safemalloc.c M libs/setpgrp.c M libs/timeout.c M libs/wcontext.c M libs/wild.c M modules/FvwmAnimate/FvwmAnimate.c M modules/FvwmAuto/FvwmAuto.c M modules/FvwmBacker/FvwmBacker.c M modules/FvwmBacker/FvwmBacker.h M modules/FvwmBacker/root_bits.c M modules/FvwmBanner/FvwmBanner.c M modules/FvwmButtons/FvwmButtons.c M modules/FvwmButtons/button.c M modules/FvwmButtons/draw.c M modules/FvwmButtons/dynamic.c M modules/FvwmButtons/icons.c M modules/FvwmButtons/icons.h M modules/FvwmButtons/misc.c M modules/FvwmButtons/misc.h M modules/FvwmButtons/output.c M modules/FvwmButtons/parse.c M modules/FvwmButtons/parse.h M modules/FvwmCommand/FvwmCommand.c M modules/FvwmCommand/fifos.c M modules/FvwmCommand/findcmd.pl M modules/FvwmCommand/scripts/ex-auto.pl M modules/FvwmCommand/scripts/ex-cascade.pl M modules/FvwmCommand/scripts/ex-grpmv.pl M modules/FvwmCommand/scripts/focus-Netscape.pl M modules/FvwmCommand/scripts/focus-link.pl M modules/FvwmCommand/scripts/push-away.pl M modules/FvwmCommand/scripts/test1.pl M modules/FvwmCommand/scripts/test2.sh M modules/FvwmCommandS/FvwmCommandS.c M modules/FvwmConsole/FvwmConsole.c M modules/FvwmConsole/FvwmConsoleC.c M modules/FvwmConsole/FvwmConsoleC.pl.in M modules/FvwmConsole/getline.c M modules/FvwmCpp/FvwmCpp.c M modules/FvwmEvent/FvwmEvent.c M modules/FvwmForm/FvwmForm.c M modules/FvwmForm/ParseCommand.c M modules/FvwmForm/ReadXServer.c M modules/FvwmIconMan/FvwmIconMan.c M modules/FvwmIconMan/debug.c M modules/FvwmIconMan/functions.c M modules/FvwmIconMan/fvwm.c M modules/FvwmIconMan/globals.c M modules/FvwmIconMan/readconfig.c M modules/FvwmIconMan/winlist.c M modules/FvwmIconMan/x.c M modules/FvwmIconMan/xmanager.c M modules/FvwmIdent/FvwmIdent.c M modules/FvwmM4/FvwmM4.c M modules/FvwmPager/FvwmPager.c M modules/FvwmPager/x_pager.c M modules/FvwmPerl/FvwmPerl.in M modules/FvwmProxy/FvwmProxy.c M modules/FvwmRearrange/FvwmRearrange.c M modules/FvwmScript/FvwmScript.c M modules/FvwmScript/Instructions.c M modules/FvwmScript/Widgets/CheckBox.c M modules/FvwmScript/Widgets/HDipstick.c M modules/FvwmScript/Widgets/HScrollBar.c M modules/FvwmScript/Widgets/ItemDraw.c M modules/FvwmScript/Widgets/List.c M modules/FvwmScript/Widgets/Menu.c M modules/FvwmScript/Widgets/MiniScroll.c M modules/FvwmScript/Widgets/PopupMenu.c M modules/FvwmScript/Widgets/PushButton.c M modules/FvwmScript/Widgets/RadioButton.c M modules/FvwmScript/Widgets/Rectangle.c M modules/FvwmScript/Widgets/Swallow.c M modules/FvwmScript/Widgets/TextField.c M modules/FvwmScript/Widgets/Tools.c M modules/FvwmScript/Widgets/VDipstick.c M modules/FvwmScript/Widgets/VScrollBar.c M modules/FvwmScript/Widgets/Widget.c M modules/FvwmScript/scanner.c M modules/FvwmScript/scanner.l M modules/FvwmScript/script.c M modules/FvwmScript/script.h M modules/FvwmScript/script.y M perllib/FVWM/Event.pm M perllib/FVWM/EventNames.pm M perllib/FVWM/Module.pm.in M perllib/FVWM/Module/Terminal.pm M perllib/FVWM/Module/Tk.pm M perllib/FVWM/Module/Toolkit.pm M perllib/FVWM/Tracker.pm M perllib/FVWM/Tracker/Colorsets.pm M perllib/FVWM/Tracker/GlobalConfig.pm M perllib/FVWM/Tracker/ModuleConfig.pm M perllib/FVWM/Tracker/PageInfo.pm M perllib/FVWM/Tracker/Scheduler.pm M perllib/FVWM/Tracker/WindowList.pm M perllib/General/FileSystem.pm M perllib/General/Parse.pm Log Message: ----------- Licensing: remove FSF address and point to website Rather than requesting a user write to the FSF; instead, point them at their website. Commit: 3019470df085850c4dda8c136c82e591dcb91124 https://github.com/fvwmorg/fvwm/commit/3019470df085850c4dda8c136c82e591dcb91124 Author: Jaimos <jaimosskril...@boisestate.edu> Date: 2018-03-10 (Sat, 10 Mar 2018) Changed paths: M bin/fvwm-menu-desktop.in Log Message: ----------- Bugfix: Force variable type to be int for python-xdg. Compare: https://github.com/fvwmorg/fvwm/compare/a6fbeb7997a4...3019470df085