Commit graph

1216 commits

Author SHA1 Message Date
rillig
e00f375f74 Fixed "test ==" in the configure script.
Fixed some pkglint warnings.
2006-10-04 19:38:05 +00:00
reed
8fc440b0ca Include ../../mk/x11.buildlink3.mk.
This definitely uses X. (I noticed because in my environment, libXt
was not buildlinked.)
2006-10-04 17:46:01 +00:00
rillig
5b980e849e Fixed the usage of test(1) together with "==". 2006-10-02 23:52:51 +00:00
ghen
60adf579e6 Update icewm to 1.2.27. Changes:
- Danish translation
- added 'Look=flat'
- added TaskbarButtonWidthDivisor
- minor workspace switching optimization

Don't update to 1.2.28 yet since it is known to break themes and our BSD
startmenu button.
2006-10-02 11:13:22 +00:00
rillig
9ca635c281 Fixed the path to the Perl interpreter. Bumped PKGREVISION. 2006-10-01 15:15:12 +00:00
jschauma
14710eac80 apply patch from PR pkg/34481 to fix PLIST 2006-09-23 19:25:16 +00:00
jschauma
de638fe7de fix PLIST as per PR pkg/34480 2006-09-23 19:23:02 +00:00
joerg
ae14bc1317 Kill some more ancient config files. 2006-09-20 13:27:18 +00:00
joerg
156df977e7 Fix linkage. Match config files with samples. Revoke unmaintainmentship.
Bump revision.
2006-09-20 13:25:25 +00:00
jmmv
0f18177c35 Update to 2.16.0:
2.16.0
==

Thanks to Jens Granseuer for changes in this release.

 - Fix the build with c89/gcc 2.95.

Translators
  Rahul Bhalerao (mr), Runa Bhattacharjee (bn_IN), Woodman Tuen
  (zh_HK, zh_TW), Kostas Papadimas (el), Ani Peter (ml),
  Jonathan Ernst (fr), Горан Ракић (sr, Gabor Kelemen (hu),
  Maxim Dziumanenko (uk), Duarte Loreto (pt), Jordi Mallach (ca),
  Gintautas Miliauskas (lt)

2.15.34
==

Thanks to Stéphane Rosi, Vytautus Liuolia, Will Walker, Baptiste
Mille-Mathias, Elijah Newren, Ed Catmur, and Thomas Andersen for fixes
in this release.

 - allow moving maximized windows between xineramas again (Stéphane)
   [#338660]
 - fix an uninitialized-usage bug with net_wm_user_time that breaks
   focus with new windows (Vytautus)
 - re-fix accessibility events for the alt-tab popup (Will) [#350624]
 - update the close pixmap to fit better with the other pixmaps of the
   menu (Baptiste) [#345498]
 - fix several fullscreen handling bugs I introduced, causing
   fullscreen windows to not actually be shown fullscreen (Elijah)
   [#343115]
 - fix keybindings with hex-values, coming from special extended
   keyboard keys (Ed) [#140448]
 - fix metacity-dialog handling of arguments (Thomas) [#340690]

Translators
  Vladimir Petkov (bg), Jordi Mallach (ca), Gabor Kelemen (hu),
  Mohammad DAMT (id), Wouter Bolsterlee (nl), Daniel Nylander (sv),
  Funda Wang (zh_CN)

2.15.21
==

Thanks to Vincent Untz, Jens Granseuer, Björn Lindqvist, Dmitry
Timoshkov, Thomas Thurman, Vytautas Liuolia, Thomas Andersen, Chris
Ball, and Elijah Newren for fixes in this release.

 - kill usage of libegg (Vincent) [#348633]
 - fix another C89 vs. C99 issue (Jens) [#347621]
 - make it so maximized windows do not have rounded corners (Björn)
   [#336850]
 - fix the heuristic for determining if windows can be made
   fullscreen, needed for WINE and possible also some legacy
   applications (Dmitry) [#346927]
 - make sure window features get recalculated when the screen is
   resized via XRandR (Dmitry) [#346927]
 - fitts' law fixes for titlebar buttons on maximized windows (Thomas
   Thurman) [#97703]
 - react to _NET_STARTUP_ID changes, as proposed for the new
   startup-notification/EWMH spec (Vytautas) [#347515]
 - return the window to maximized state if the window was "shaken
   loose" from maximized state during a resize but the resize is later
   aborted (Thomas Andersen) [#346719]
 - fix button lighting with dragged clicks (Björn) [#321474]
 - don't minimize in response to double clicks on the titlebar when
   minimiziation should not be allowed (Chris) [#347377]
 - fix some titlebar-not-on-screen constraint issues (Elijah)
   [#333328, #345522]

Translators
 Mahay Alam Khan (bn_IN), Jakub Friedl (cs), Iñaki Larrañaga
 Murgoitio (eu), Yuval Tanny (he), Rajesh Ranjan (hi), Jovan
 Naumovski (mk) Kjartan Maraas (nb), Leonid Kanter (ru)

2.15.13
==

Thanks to Björn Lindqvist and Thomas Thurman for improvements in this
release.

 - grab alt+shift+button1 when trying to snap-move windows (Björn)
 - avoid a case where memory is written after it's freed (Thomas)

Translators
 Hendrik Richter (de), Kostas Papadimas (el), Jonathan Ernst (fr),
 Satoru SATOH (ja)

2.15.8
==

Known as the "Elijah sucks for not reviewing a couple dozen patches"
release.  And for not getting on IRC soon enough to catch Marnanel and
show him how to do the release.  So, just translations this time.

Translations

  Mahay Alam Khan (bn_IN), Rhys Jones (cy), Francisco Javier
  F. Serrador (es), Ilkka Tuohela (fi), Rajesh Ranjan (hi), Changwoo
  Ryu (ko), Fano Rajaonarisoa (mg), Sanlig Badral (mn), Слободан Д.
  Средојевић (sr), Funda Wang (zh_CN)

2.15.5
==

Thanks to Björn Lindqvist, Søren Sandmann, Adam Jackson, Elijah
Newren, and Aidan Delaney for improvements in this release.

 - code cleanup in resizepopup.c (Björn) [#341648]
 - fix a logic bug so that the whole titlebar becomes sensitive to
   mouse clicks (Björn) [#336320]
 - make mouse cursor when moving windows become a hand (Björn) [#337376]
 - lots and lots of compositor improvements -- beginning of a new
   layer to abstract transition effects, shrinking and minimizing and
   exploding effects, fading in and out, unminimize animation that
   reverses minimize one, translucent menus, bounce on window focus,
   and all kinds of stuff I don't understand and can't summarize well
   (Søren, Adam)
 - Fix a crash on exit/logout from assuming a compositor would always
   exist (Elijah) [#342166]
 - code cleanup in tabpopup.c (Aidan Delaney) [#166890]

Translations
  Pema Geyleg (dz), Iñaki Larrañaga Murgoitio (eu), Theppitak
  Karoonboonyanan (th), Clytie Siddall (vi)

2.15.3
==

Thanks to Søren Sandmann, Elijah Newren, Paolo Borelli, Björn
Lindqvist, jylefort at FreeBSD org,

 - various code cleanups (Søren)
 - prevent long titles from "sticking" in the tasklist (Elijah) [#330671]
 - handle sync counter notifications in the compositor (Søren)
 - notes/documentation updates (Elijah)
 - plug a small leak (Paolo)
 - remove a lot of dead code obsoleted by the new edge-resistance
   stuff (Björn) [#341561]
 - prevent a crash when changing resolution (jylefort) [#340847]
 - revert an accessibility module loading workaround from Gnome 2.6
   that has long since been fixed for us in gtk+ (Elijah) [#123372]

Translations
  Francisco Javier F. Serrador (es), Ignacio Casal Quinteiro (gl),
  Raivis Dejus (lv), Kjartan Maraas (nb), Funda Wang (zh_CN), Woodman
  Tuen (zh_HK), Woodman Tuen (zh_TW)

2.15.2
==

Here's hoping that "third time's a charm."  ;-) This release just
fixes the translations-not-included issue.  See
http://mail.gnome.org/archives/desktop-devel-list/2006-April/msg00483.html
for more details.

 - Use gnome-autogen.sh like most other modules (Rodney)

2.15.1
==

This release just fixes the control-center build (which depends upon
libmetacity-private).  Thanks to Vincent for catching the problem.

 - Include boxes.h in the includes dir (Elijah) [#339708]

2.15.0
==

Thanks to Thomas Thurman, Elijah Newren, Havoc Pennington, Björn
Lindqvist, Gora Mohanty, Alejandro Andres, Andy Morum, Dan Sanders,
Thomas Andersen, Brian Pepple, and Søren Sandmann for improvements in
this release. (Note that "Thomas" below refers to Thomas Thurman if
last name isn't specified)

 - An endless array of compositor updates, not all of which are well
   explained in the ChangeLog. ;-)  Includes an ability to enable and
   disable the compositor at runtime, fixed up wobbling effect and new
   explosion effect, special magnification handling, different opacity
   for different window types like menus, a way of scaling windows,
   handling of foreign displays, improved handling of window
   moving/resizing, various code restructuring, special runtime checks
   for correct extensions and other compositors, lots of bug fixes,
   and possibly other stuff I'm missing or not understanding (Søren)
 - Removed "move to another workspace" menu when there are exactly two
   workspaces (Thomas) [#151183]
 - fix type for compositing_manager schema entry (Elijah) [#335901]
 - Port more properties to our async system for code cleanliness and
   speed improvements (Havoc, Thomas)
 - Lots of code cleanup, even more code cleanup, wow our code was
   messy (Björn) [#335177, #337507, #336890, #338359]
 - Abstract out the functions for setting/unsetting demands attention
   hint and avoid doing it when the window isn't obscured (Thomas)
   [#305882]
 - Change strings to make them more readable, and more
   translatable (Gora) [#335720]
 - Reduce compiling warnings -- add a number of casts and change
   signedness on a number of variables (Björn) [#336032]
 - Fixed broken links in README (Alejandro) [#333303]
 - Add a tabbing function, bound to alt-f6 by default, to cycle
   through the windows of the current application (Thomas) [#94682]
 - Fix the build with --disable-xsync (Andy) [#336605]
 - Raise windows on maximize/unmaximize (Dan) [#335076]
 - Don't have confirmation windows make applications appear to be
   locked when closing via the window list (Dan) [#334899]
 - Allow any keybinding pref to be specified either with <foo>, a
   string, or <foo>_list, a list of strings, or both (Thomas)
   [#164831]
 - warn and ignore if transient_for is set to a non-top-level window
   (Thomas Andersen) [#335524]
 - Use po/LINGUAS for listing supported languages (Brian) [#337951]

Translations
  Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs), Rhys
  Jones (cy), Lasse Bang Mikkelsen (da), Frank Arnold (de), Kostas
  Papadimas (el), Francisco Javier F. Serrador (es), Ivar Smolin (et), Iñaki
  Larrañaga (eu), Farzaneh Sarafraz (fa), Ilkka Tuohela (fi), Ignacio Casal
  Quinteiro (gl), Ankit Patel (gu), Rajesh Ranjan (hi), Gabor Kelemen (hu),
  Satoru SATOH (ja), Alexander Didebulidze (ka), Žygimantas Beručka (lt),
  Kjartan Maraas (nb), Michiel Sikkes (nl), Åsmund Skjæveland (nn), Gora
  Mohanty (or), Raphael Higino (pt_BR), Duarte Loreto (pt), Mugurel Tudor (ro),
  Leonid Kanter (ru), Steve Murphy (rw), Laurent Dhima (sq), Слободан Д.
  Средојевић (sr), Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Maxim
  Dziumanenko (uk), Clytie Siddall (vi), Funda Wang (zh_CN)
2006-09-15 15:11:34 +00:00
martti
adde54095f Updated wm/fvwm-devel to 2.5.18
Fvwm is a powerful window manager.  Version 2.5.18 is a bug fixing
release for 2.5.17.  Please be aware that any features introduced
in the 2.5.x development versions may be renamed, changed or
removed without notice before 2.6.0.

Upgrading from earlier 2.5.x versions is recommended.  Upgrading
from 2.5.17 is strongly recommended.

This release is available at the home page: http://www.fvwm.org/.

* Bug Fixes:

   - If a window started fullscreen, leaving fullscreen state now
     properly unmaximizes and resizes the window.
   - Fixed the ForeColor/HilightFore styles that were broken in
     2.5.17.
   - FvwmPager can now move icons with the !IconTitle style.
   - Fixed drawing of icons that are moved to a different desk.
   - FvwmPager no longer tries to move non-movable windows.
   - FvwmPager now moves all windows as user requests.
   - FvwmPager no longer displaces windows with title and border
     sizes on moves.
   - TestRc now correctly matches Break, and $[cond.rc] is
     expanded for Break.
   - Fixed several 64-bit architecture problems with
     XGetWindowProperty().  Xine works much better on 64-bit
     machines.
   - Fixed handling of ClickToFocusPassesClick with the EWMH
     desktop (e.g. using nautilus).
   - Fixed handling of windows that are unmapped and mapped again
     too fast (e.g. fpga_editor).
2006-09-12 05:27:50 +00:00
wiz
bc7934b539 Update to 3.3.1:
3.3.1:
  * Fix panels getting a border with keepBorder turned on.
  * Fix a crash in mirrorhorizontal when drawing a surface with width 1.
2006-09-10 10:23:25 +00:00
wiz
c6e97594e2 Update to 3.3:
3.3:
  * Add a showDelay option for the dock.
  * Fixed onscreen-keeping code which broke a bit in -rc2.
  * Fix incorrect handling of window properties on 64 bit arches.
  * Fix pixelsize being the same as size for pango, now it is correct.
  * Fix drawing of icons taller than wide, eg gimp.
  * Add a 'mirrorhorizontal' gradient, like horizontal but mirrored in the
    center and 'splitvertical' which is like vertical but nonlinear in a fancy
    way.
  * Translations for de, hr and zh_TW added.
  * Add initial per-app settings support.
  * Fix some outstanding issues with 64-bit support.
  * Add an optional delay for displaying submenus so you can move the mouse
    over some entries without flashing each submenu.
  * Plug some minor memleaks and fix minor bugs.
  * Changed algorithm for downscaling window icons.
  * New themes!
  * Disable support for libstartup-notification by default, it doesn't seem
    to work well.
  * Allow disabling of duplicate window numbering by option titleNumber in
    theme section.
  * Add moverelative and resizerelative actions.
  * Option middle for menus that make submenus be centered instead of aligned
    by the top edge to the parent entry.
  * Fix transient (ie dialog) windows being placed offscreen if the parent
    is close to the edge of the screen.

3.3-rc2:
  * Fixed some typos and errors in rc.xsd
  * Add the noStrut option to the dock (to allow maximizing windows over it),
    useful when it is not in the above layer.
  * Fix transparent terminals not updating when using ToggleDecor.
  * Yet more poking at the onscreen-keeping code, should now do the right
    thing always.
  * Add an option to hide disabled buttons instead of showing them as disabled.
  * Hopefully fixed all the remaining pango issues. The new 1.10 release also
    fixes shadows again.
  * I think the lib linking in Makefile.am is right now, please tell me if it
    isn't.
  * Added a finnish translation and some minor updates to others.
  * Fixed configure.ac so --enable-pango doesn't disable pango support or the
    other way around, make enabled be default to get some extra testing.

3.3-rc1:
  * Poked around a bit in the code that keeps windows onscreen, if you
    are using xinerama, please let me know if things are better/worse/same.
  * Add support for pango, disabled by default due to a bug in pango 1.8 that
    breaks shadows, it works fine with 1.6.x though. Poke the pango developers
    here http://bugzilla.gnome.org/show_bug.cgi?id=169622 if you want this
    to be fixed.
  * Made edge resist and Send/MoveToEdge not hit windows at layers below
    the current one, add option to disable this behaviour.
  * Fixed directional focus not getting trapped in omnipresent windows
  * Fixed focus actions when bound to the mouse, normal focus cycle is always
    linear and directional focus is totally disabled, it makes no sense
    anyway, just move the mouse.
  * Added an option for the raise/lower/raiselower/unshaderaise/shadelower
    options called group that lets you bind stuff to raise/lower the whole
    window group. <action name="raise"><group>yes</group></action>
  * Add various new actions. I haven't updated the web docs yet, but I think
    I managed to get all of them listed in rc.xsd.
  * Bugs 1783, 1812, 1863, 1905, 2005, 1957 fixed.
  * Some translations added. (ca, no, pl, ru, fr)
2006-09-03 14:27:59 +00:00
wiz
781f57141e Fix MASTER_SITES. 2006-09-03 10:16:56 +00:00
rpaulo
fb341d3296 Change maintainer. 2006-09-02 12:07:52 +00:00
abs
a7dbdb5e05 Update wm/jwm to v1.8rc1:
* Removed the "Icons" tag. Now "IconPath" is specified within
      the "JWM" tag instead.
    * Now "DoubleClickDelta" is used to determine if the mouse
      moved after a menu pops up.
    * Added support for multiple startup and shutdown commands.
    * Added the ability to move a window with Alt+click (Jeremy Reed).
    * Now shaded status is preserved when minimizing windows.
    * Reduced border flicker.
    * Support for multiple root menus.
    * Allow window operations in root menus.
    * Add "RestartCommand".
    * Fixed a key binding issue with key codes.
2006-09-01 15:43:10 +00:00
joerg
97b9bc64c9 pkg-config is still a tool, not a language. 2006-08-30 07:25:50 +00:00
wiz
95fd80081a Update MASTER_SITES. 2006-08-23 18:55:57 +00:00
kristerw
5c0b4beded Correct name for bbkeys09 and bbpager04. 2006-08-21 21:31:59 +00:00
jschauma
34030947a9 fix PLIST 2006-08-20 23:15:25 +00:00
jschauma
31435778db add/enable bbkeys09, bbpager04, blackbox70
have older versions conflict with these newer incompatible versions
2006-08-20 23:08:44 +00:00
jschauma
1b21c28f6f By popular demand:
Finally add packages for the "new" version of blackbox, 0.70.x.
This window manager is incompatible with older versions, and older
add-on applications (aka "bbtools") will not work with this version.
Hence, add new versions of bbkeys and bbpager as well, to provide
at least the basics.  (Again, these will not work with older versions.)
Why are we adding these?  Well, I'm told that blackbox 0.70.x is
fully EWMH compliant and has better fonts.  And people always ask
"why is blackbox 0.70.x not in pkgsrc?".

blackbox version 0.65 and the other bbtools that work with blackbox
will remain in pkgsrc.
2006-08-20 23:07:17 +00:00
wiz
0d0d59cb4f Update to 20060524:
2006-05-24 16:22 UTC  Tuomo Valkonen
  tagged ion-3ds-20060524

2006-05-20 09:10 UTC  Tuomo Valkonen
  * One more gsub update...

2006-05-19 16:34 UTC  Tuomo Valkonen
  * More Lua 5.1 stuff: use # instead of table.getn.

2006-05-23 06:12 UTC  Tuomo Valkonen
  * An assert had moved to the wrong place.

2006-05-19 06:48 UTC  Tuomo Valkonen
  * Few more backticks.

2006-05-19 07:12 UTC  René van Bevern
  * take ioncore_bindings.lua of ion3 to lua 5.1

2006-05-18 23:06 UTC  Tuomo Valkonen
  tagged ion-3ds-20060519

2006-05-18 23:05 UTC  Tuomo Valkonen
  * Added new release notes.

2006-05-18 23:05 UTC  Tuomo Valkonen
  * Updated README.autoconf.

2006-05-18 23:01 UTC  Tuomo Valkonen
  * Added a few more backticks to RELNOTES and README.

2006-05-19 02:19 UTC  Matthieu.Moy
  * Use -lm and -ldl in the test for -llua

2006-05-18 13:21 UTC  Tuomo Valkonen
  * Markdownized README as well.

2006-05-18 13:04 UTC  Tuomo Valkonen
  * Small changes in RELNOTES for markdown processing for web.

2006-05-17 15:26 UTC  Tuomo Valkonen
  * Updated TODO.riot.

2006-05-17 16:51 UTC  Matthieu.Moy
  * bugfix in lua 5.1 + other usefull checks
  The test for the liblua version was completely buggy. Sorry.

  Tests added for other headers:
  X11/SM/SMlib.h, X11/Xresource.h and libintl.h
  (with error messages pointing to the name of Debian packages)

  Test for xmessage (with a warning only, since ion can probably still
  work without xmessage)



2006-05-17 13:39 UTC  Matthieu.Moy
  * Update configure.ac for lua 5.1

2006-05-16 18:39 UTC  Sergej Pupykin
  * sigusr2

  Allows to create lua hook for SIGUSR2.
  Can be usefull (for example) for status line changing from media player...

  Usage example:
   ioncore.get_hook("ioncore_sigusr2_hook"):add(
       function(reg)
           mod_statusbar.inform("status_name", "SIGUSR2 catched")
           mod_statusbar.update()
       end
   )

2006-05-16 17:32 UTC  Tuomo Valkonen
  * README etc. updates.

2006-05-16 17:24 UTC  Tuomo Valkonen
  * Fixed string.gsub issues with Lua 5.1.

  Lua 5.0:
  "... If the value returned by this function is a string, then it is
  used as the replacement string; otherwise, the replacement string is the
  empty string."

  Lua 5.1:
  "If the value returned by the table query or by the function call is a string
  or a number, then it is used as the replacement string; otherwise, if it is
  false or nil, then there is no replacement (that is, the original match is
  kept in the string)."


2006-05-16 16:20 UTC  Tuomo Valkonen
  * Few more missing table-iteration changes.

2006-03-24 00:19 UTC  Etan Reisner
  * lua5.1 incompatible changes
  The _LOADED variable became package.loaded.
  The contents of lualib were merged into lua itself, so remove -llualib from the build line.
  Debian now uses pkg-config for the lua stuff not lua-config.

2006-03-24 00:09 UTC  Etan Reisner
  * lua5.1 backwards compatible changes
  Whether intentional or not lua 5.1 no longer allows
  tab={}
  for k,v in tab do
      ...
  end
  and requires
  for k,v in pairs(tab) do
      ...
  end
  instead.

2006-05-06 21:18 UTC  Tuomo Valkonen
  * Do not spew out stack traces all the time when warn() is called.

2006-04-26 17:49 UTC  Tuomo Valkonen
  * framed_transients is on by default now.

2006-04-26 17:45 UTC  Tuomo Valkonen
  * Added WFrame.toplevel and WMPlex.toplevel binding maps.
  - These are not used by frames for transients.
  - Changed the default bindings accordingly.

2006-04-22 16:08 UTC  Tuomo Valkonen
  * Added toggle for showing tab numbers.
  - WFrame:set_numbers with the usual 'set'/'unset'/'toggle' parametrisation.

2006-04-20 19:19 UTC  Tuomo Valkonen
  * Removed obsolete references to -i18n flag.

2006-04-13 22:05 UTC  Tuomo Valkonen
  * The frame_add_last option had been broken.
  - Since switching to use of placeholders for initial management
    setup, the flag was no longer checked.

2006-04-02 19:36 UTC  Tuomo Valkonen
  * Added stuff for accessing regions with activity/urgency bit set.

2006-04-02 19:33 UTC  Tuomo Valkonen
  * Extended Mod1+K K binding.
  - Go to first region demanding attention or previously active region:
    "ioncore.activity_goto() or ioncore.goto_previous()".

2006-04-01 14:38 UTC  Tuomo Valkonen
  * Separated and cleaned up some stacking code from mod_floatws.

2006-03-31 18:14 UTC  Tuomo Valkonen
  * Changes in default_ws_type lookup.

2006-03-28 20:18 UTC  Tuomo Valkonen
  * Use SIZEPOLICY_FULL_BOUNDS for client windows in mplexes.
  - Needed to communicate available area for transients.

2006-03-26 09:37 UTC  Tuomo Valkonen
  tagged ion-3ds-20060326

2006-03-23 16:15 UTC  Tuomo Valkonen
  * Included a TODO list.

  The TODO.riot file has been created with the riot outliner available from
  <http://iki.fi/tuomov/riot/>. The file is, however, just an mbox file, so
  you can read it with your favourite threading mail user agent. For example:
  mutt -f TODO.riot

2006-03-20 23:08 UTC  Tuomo Valkonen
  * Enforce win_gravity=NorthWestGravity for client windows.
  - Fixes issues with OO.org's transients in framed mode.

2006-03-18 22:19 UTC  Tuomo Valkonen
  * Changes in default appmenu.
  - Removed firefox (won't promote gtk shit).
  - Added opera, konqueror, dillo, w3m, links, rxvt.

2006-03-18 12:58 UTC  Tuomo Valkonen
  * Ah, -Wl,-whole-archive is a better hack.

2006-03-18 12:48 UTC  Tuomo Valkonen
  * Link PWM also with the -u ptrlist_iter gcc lameness hack.

2006-03-17 20:49 UTC  Tuomo Valkonen
  * Some more winprop/sizepolicy changes.

2006-03-17 19:42 UTC  Tuomo Valkonen
  tagged ion-3ds-20060317

2006-03-17 10:22 UTC  Tuomo Valkonen
  * Oops. Previous change incomplete.

2006-03-17 10:07 UTC  Tuomo Valkonen
  * default_ws_type is no longer set by config files and could confuse things. Fixed.

2006-03-15 23:00 UTC  Tuomo Valkonen
  * Changes in look file fonts.
  - Refer directly to -*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-* as
    the 'fixed' alias has problems with encodings.

2006-03-15 18:59 UTC  Tuomo Valkonen
  * Timer signal object passing to Lua side was broken.
  (Weak typing...)

2006-03-15 18:23 UTC  Tuomo Valkonen
  * Changes in the set of configuration files.
  - cfg_ion.lua now simply load cfg_ioncore.lua and cfg_modules.lua
    with the default set of modules, and includes some of the most
    commonly changed options commented-out. This deprecates cfg_user.lua
  - cfg_menus.lua and cfg_bindings.lua are now cfg_ioncore.lua. This
    better matches how things for different modules are in their own
    files.

2006-03-12 12:29 UTC  Tuomo Valkonen
  * Embedded dock initilisation code had been broken. Fixed.

2006-03-11 09:05 UTC  Tuomo Valkonen
  * Oops. The stretch size policy used wrong variables.

2006-03-11 08:58 UTC  Tuomo Valkonen
  * Different query-menus use different history context.

2006-03-08 20:03 UTC  Tuomo Valkonen
  * Oops. The new client window code used wrong "llist" iterator.
  This could cause segfaults.

2006-03-08 19:46 UTC  Tuomo Valkonen
  * Oops. Closing a transient had started warping to remaining transient(s).

2006-03-07 10:32 UTC  Tuomo Valkonen
  * Fixed binding lookup code to be able to deal with zero keycodes.
  - This may happen if X keycode to keysym mapping is changed
    while Ion is running.

2006-03-06 23:20 UTC  Tuomo Valkonen
  * Oops. If there were winprops set, SIZEPOLICY_DEFAULT was used for transients.

2006-03-05 13:44 UTC  Tuomo Valkonen
  tagged ion-3ds-20060305

2006-03-05 13:42 UTC  Tuomo Valkonen
  * 'ru' was missing from list of translations in po/Makefile.

2006-03-05 13:39 UTC  Tuomo Valkonen
  * frame_rqgeom_clientwin passes rqflags as-is.

2006-03-05 13:30 UTC  Tuomo Valkonen
  * SIZE_POLICY_FREE_GLUE is now properly used for transients.

2006-03-05 13:28 UTC  Tuomo Valkonen
  * Added -u ptrlist_iter linking hack to gcc/ld.
  - Otherwise ptrlist.o from libtu won't get linked as it will no longer
    used by the main binary, and thus the modules won't have access to it.

2006-03-05 10:59 UTC  Tuomo Valkonen
  * Improved free_glue and stretch size policies.

2006-03-02 18:49 UTC  Tuomo Valkonen
  * Added SIZEPOLICY_FREE_GLUE and other size policy code changes.
  (TODO: client windows need to store state for this for transients.)

2006-02-26 16:25 UTC  Tuomo Valkonen
  * Client windows use the same (mplex) size policies for transients now.

2006-02-26 00:17 UTC  Tuomo Valkonen
  * Oops. MPlex attach code changes had broken mgd. region ordering on load.

2006-02-25 17:31 UTC  Tuomo Valkonen
  * Added some size policies with gravity.

2006-02-24 19:23 UTC  Tuomo Valkonen
  * Separated mplex size policy in new file, and independent of mplex.

2006-02-22 13:34 UTC  Tuomo Valkonen
  * Append '/' to submenu entries in query_menu.

2006-02-19 16:37 UTC  Tuomo Valkonen
  * Some mplex attach code cleanup.

2006-02-19 16:07 UTC  Tuomo Valkonen
  * Reduced usage of REGION_FIT_BOUNDS a little.

2006-02-19 00:41 UTC  Tuomo Valkonen
  * Updated dock to reflect previous mplex size policy changes.

2006-02-18 20:39 UTC  Tuomo Valkonen
  * Removed the WScratchpad class.
  - Scratchpads are now simply normal WFrames with MPLEX_SIZEPOLICY_FREE.

2006-02-18 20:31 UTC  Tuomo Valkonen
  * Added WMPlex managed region size policy support.

2006-02-18 18:53 UTC  Tuomo Valkonen
  * Fixed "./" being included in completed file name in query_exec.
  - Also brought mod_query.popen_completions documentation up-to-date.

2006-02-15 07:29 UTC  Tuomo Valkonen
  * Fixed load_hint.
  - Stupid unsafe dynamically-typed languages...

2006-02-12 16:03 UTC  Tuomo Valkonen
  * Let's call it statusbar_ instead of status_ after all...

2006-02-12 15:59 UTC  Tuomo Valkonen
  * Oops. Should check for sb meter value being null when shortening it.

2006-02-12 15:30 UTC  Tuomo Valkonen
  * mod_statusbar tries to load scripts before falling back to statusd.
  - If status_foobar(.lua|.lc) is found on the search path, -m foobar
    is not passed to ion-statusd.

2006-02-12 15:19 UTC  Tuomo Valkonen
  * Added region_activity_hook.
  - Called when the activity flag of a region is changed with the
    region as parameter.

2006-02-12 15:07 UTC  Tuomo Valkonen
  * Framed transients' size requests get handled now.

2006-02-11 15:35 UTC  dev at triphoenix.de
  * completefile-groupexec

  Although ion-completefile does check if any matching executable is
  world-executable or user-executable, it doesn't check for
  group-executable. This is problematic for example on systems, where
  games are installed with r-xr-x--- and root:games (which seems to be a
  common method). This introduces a check for the group id, basically it
  gets all groups for the current user and checks if any of them is
  applicable. This is only done when the user and world checks already
  have failed and the group-executable bit is set.


2006-02-08 07:42 UTC  Tuomo Valkonen
  * ion-statusd catches SIGCHLD.

2006-02-07 21:37 UTC  Tuomo Valkonen
  * Improved comments in cfg_statusbar.lua.

2006-02-06 20:56 UTC  Tuomo Valkonen
  * Changed query_menu title transformation.
  * Lua's regexp routines don't understand utf-8 or other multibyte encodings.
  * TODO: conversion to lower case of non-ascii letters.

2006-02-01 18:05 UTC  Vassily Leushin
  * russian_locale

2006-01-29 15:27 UTC  Tuomo Valkonen
  * Statusbar meter template is respected as maximum size for meter.

2006-01-25 23:57 UTC  Tuomo Valkonen
  * Added dummy gettext hack for those labels.

2006-01-25 23:54 UTC  Tuomo Valkonen
  * Added context menu label support.

2006-01-25 16:30 UTC  Tuomo Valkonen
  * Do not try to resize the statusbar unnecessarily.

2006-01-21 23:47 UTC  ludal at logilab.fr
  * fixes random segfaults
  With ion-3ds-20060107 I see random segfaults I can reproduce navigating
  some website with galeon. This patch seems to fix the problem (and the
  original code looked wrong)

2006-01-21 21:35 UTC  Tuomo Valkonen
  * Oops. A function wasn't marked local.

2006-01-21 20:57 UTC  Tuomo Valkonen
  * Oops. Counter wasn't incremented in statusbar list building.

2006-01-20 21:16 UTC  Tuomo Valkonen
  * Updated/fixed PWM bindings configuration.

2006-01-20 17:36 UTC  Tuomo Valkonen
  * Statusbar uses PtrLists instead of ObjLists.
  (Stuff gets removed from ObjLists before the manager's removal handler
  is called.)

2006-01-19 19:24 UTC  Etan Reisner
  * Use the table values we are iterating over.

2006-01-14 20:10 UTC  Tuomo Valkonen
  * Previous completion behaviour change broke something..

2006-01-11 17:12 UTC  Tuomo Valkonen
  * Fixed a problem in statusbar winprop usage.
2006-08-14 22:42:04 +00:00
wiz
cdada5ff70 Adapt to lua-5.1.1. Bump PKGREVISION. 2006-08-14 22:37:57 +00:00
reed
48ee3e05b2 Use the pkgsrc dependencies for Xft2 and xpm (instead of wip). 2006-08-07 13:33:01 +00:00
wiz
a6f0729c6e Needs cc too. 2006-08-06 10:45:44 +00:00
kristerw
4c879300fc Remove BROKEN_IN for packages that built in the latest
NetBSD 3.0_STABLE/i386 bulk build.
2006-08-06 05:20:40 +00:00
reed
60d359c0dc Imported jwm window manager from pkgsrc-wip. 2006-08-04 01:10:42 +00:00
reed
18e5315660 Import jwm from pkgsrc-wip.
This was packaged by pip88nl of gmail.com with some minor changes
by me.

JWM is a light-weight window manager for the X11 Window System.
It provides a menu, taskbar, key binding, system notification tray,
pager, a dock, and simple customizations.  JWM is written in C and
uses only Xlib and the shape extension, libXpm and (optionally)
libpng. It can support some MWM, GNOME, and WM Spec hints.

(This software needs some work, but I import to official pkgsrc
so it will get more usage. I have been using it for a couple
months now. With its built-in features, it is a smaller than
blackbox with add-ons.)
2006-08-04 01:08:21 +00:00
joerg
92e418df2f Xinerama needs Xext, so reorder the library includes. 2006-07-27 23:11:04 +00:00
jlam
ccdf6dbe01 Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
jlam
e7af7b2e05 Apply the "convention over configuration" principle:
If ${FILESDIR}/getsite.sh exists, then use it to determine the fetch
URL for each of the distfiles for the package.  Otherwise, use
SITE_<file> and MASTER_SITES, in order, to determine the URL for each
distfile.

If the script path differs from ${FILESDIR}/getsite.sh, then set
DYNAMIC_SITE_SCRIPT to the full path to that script.

Remove the need to set DYNAMIC_MASTER_SITES explicitly in the package
Makefile for:

	graphics/ns-cult3d
	wm/sawfish-themes
	www/apache-tomcat55
	www/jakarta-tomcat4
	www/jakarta-tomcat5
2006-07-27 15:16:44 +00:00
drochner
e80295741c update to 2.14.5
changes:
-gugfixes
-translation updates
2006-07-26 12:41:16 +00:00
martti
f232e2a219 Updated wm/fvwm-devel to 2.5.17
* New features:

   - New MenuStyle options TitleFont, TitleColorset and
     HilightTitleBack.
   - New command PressButton in module FvwmButtons for being able
     to emulate button press via other means than the mouse.
   - New wrap options to EdgeScroll command for wrapping with pixel
     distances.
   - New Style option UnderMousePlacement.
   - Unused arguments to Style options generate warnings.
   - The name style names match against can be augmented by the
     X-resource "fvwmstyle".
   - New options, Reverse and UseStack, to All command.
   - WindowShade can now reshade windows using the Last direction.
   - Positional parameters to complex functions can now be expanded
     using $[n], $[n-m], $[n-] and $[*] expressions.
   - The width and height arguments of the Resize command now
     accept the prefix 'w' to allow resizing relative to the
     current window size.
   - New command ModuleListenOnly.
   - New "Periodic" option added to Schedule command.

* Bug Fixes:

   - Fixed detection of running non-ICCCM2 wm (bug #3151).
   - Fixed drawing of menus with the sidepic on the right.
   - EdgeScroll no longer divides pixel distances >1000 by 1000.
     (bug #3162).
   - The configure script can now cope with four-part version
     numbers when detecting some libraries.
   - The WarpToWindow command followed by Move in a complex
     function now uses the correct pointer position.
   - The menu style TitleWarp does no longer warp the pointer for
     root menus (as it is documented).
   - Fixed detection of safe system version of mkstemp.
   - Fixed the conditions Iconifiable, Fixed, FixedSize,
     Maximizable and Closable.
   - Fixed problem with window outline and placement position
     running out of sync.
   - FvwmConsole no longer conflicts with Cygwin stdio (bug #3772).
   - FvwmGtk now configures correctly on Cygwin (bug #3772).
   - Fixed tempfile vulnerabilities in FvwmCommand.
2006-07-25 07:24:01 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
martti
be9e051e24 Make this build on a newly installed NetBSD/i386 3.99.21 with GCC 4.1.x 2006-07-12 12:08:44 +00:00
martti
5133e0b3e6 Use USE_TOOLS+=perl:run just like in wm/fvwm. 2006-07-12 11:52:54 +00:00
rillig
9240cc86f1 USE_TOOLS+=perl:run. Bumped PKGREVISION. 2006-07-11 09:05:35 +00:00
rillig
f81925e19c Fixed pkglint warnings. etc/* is now installed via CONF_FILES. Bumped
PKGREVISION.
2006-07-10 08:50:23 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
martti
612bb2e72c Don't use PKGVERSION in PLIST as it'll be wrong when PKGREVISION is set.
Instead define and use FVWM_VER (idea taken from pkgsrc/wm/fvwm).
2006-07-02 15:54:42 +00:00
martti
37f752aa93 Fixed CONFLICTS. Fixed some pkglint -Wall warnings. 2006-07-02 12:32:10 +00:00
martti
44adfa73b6 Updated wm/fvwm-devel to 2.5.16
Changes in beta release 2.5.16 (20-Jan-2006)

* New features:

   - If the pointer can not be grabbed in functions, a message is
     printed to the console instead of beeping.

* Bug Fixes:

   - Fixed a couple of build problems introduced in 2.5.15.

Changes in beta release 2.5.15 (14-Jan-2006)

* New features:

   - Variables can be nested, like $[desk.name$[desk.n]].
   - Obsolete one-letter variables work, but generate warnings now.
   - Windows can be placed by any button (now also >3).
   - It is now possible to redefine the buttons usable to finish
     window movement and manual placement.
   - New window condition PlacedByButton.
   - MenuStyle pairs can be negated by prefixing '!'.
   - New generic tabbing module - FvwmTabs.
   - New Style option: EWMHIgnoreWindowType.
   - New MenuStyle options: MouseWheel, ScrollOffPage and
     TrianglesUseFore.
   - To compile from CVS, autoconf-2.53 or above is now required.
     This does not affect compiling the released tarballs.
   - New option "screen" to Move and ResizeMove commands to allow
     specifying the target Xinerama screen.

* Bug Fixes:

   - Supported a new fribidi version 0.10.5 in addition to 0.10.4.
   - Better look for windows with "BorderStyle TiledPixmap".
   - Some EWMH-related 64-bit fixes.
   - Fixed segmentation fault when replacing title of title only
     menus (Bug #1121).
   - Fixes for resizing of shaded windows and resizing/moving
     windows with complex functions.
2006-07-02 09:32:55 +00:00
martti
d759456b9a fvwm 2006-07-02 09:27:34 +00:00
martti
7218b213f3 Moved fvwm2-themes to fvwm-themes. 2006-07-02 09:26:44 +00:00
martti
798566f49b Moved fvwm2 to fvwm. 2006-07-02 09:26:16 +00:00
martti
bf8fd64526 Moved fvwm2-themes to fvwm-themes. 2006-07-02 09:22:31 +00:00
martti
fae1abe270 Moved fvwm2 to fvwm. 2006-07-02 09:21:57 +00:00
tron
a9f4d83eda Use "stdlib.h" to get prototype for alloca() under NetBSD to avoid
build failures on systems which use GCC 4.1.x.
2006-06-30 15:38:13 +00:00
joerg
33427a8e07 Remove thingradient theme until someone takes the time to create
a properly named file. gz != bzip2. Bump revision.
2006-06-29 21:00:25 +00:00
tron
8ff257a848 Disable inline assembler if GCC 4.1.x is used to fix build problems. 2006-06-29 16:23:08 +00:00
rillig
5766df03cb Fixed script interpreters. Bumped PKGREVISION.
We're in a pkgsrc freeze and this is not a leaf package, but the only
package using this is meta-pkgs/windowmaker-desktop.
2006-06-25 10:48:17 +00:00
joerg
c5093a728c Needs libtool. 2006-06-22 10:25:34 +00:00
joerg
df95a6ec11 Needs msgfmt. 2006-06-21 15:12:43 +00:00
joerg
e6e63a7f93 Needs msgfmt. 2006-06-20 21:18:22 +00:00
joerg
e6edc63839 Needs pkg-config. 2006-06-11 14:49:17 +00:00
joerg
29b63908ae Needs pkg-config. 2006-06-11 13:05:11 +00:00
martin
3df783234b THOU SHALT NOT USE XChangeProperty with format=32 ON int VALUES WHEN THE
MANUAL SPECIFIES THAT 32 MEANS long, EVEN IF YOU GET AWAY WITH IT ON i386!!!
2006-06-10 23:59:51 +00:00
joerg
f592d56c1e Needs libtool. 2006-06-08 09:47:14 +00:00
salo
3e8ac8d07f Updated to 20060517 snapshot.
Changes:

- add my theme file,
- delint.

20060517:

- Applied a crash patch to thing.c by Ben Stern.
2006-06-02 11:21:28 +00:00
reed
70cc03ec67 Fix homepage and/or master sites.
Add another mirror (http) for wm/windowmaker.

Homepage URL change reported by C David Rigby via
WWW feedback form.
2006-05-30 19:49:24 +00:00
joerg
c9ae19a5d0 Don't hard-code nb version of sawfish-replibs. 2006-05-26 20:00:05 +00:00
joerg
9ebcceb724 Uses C++. 2006-05-20 18:20:49 +00:00
joerg
74e12c623d Uses C++. 2006-05-19 08:26:22 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
joerg
6f313dda88 Uses C++. 2006-05-15 22:45:38 +00:00
xtraeme
8dd5c913c1 Update to 0.1.5:
* Re-enabled the use of ApplyOn = "Workspace" for autoproperties.
* Fixed ops distributing uneven pixels in tab calculation that caused
  pixels missing from the title.
* Updated menu rendering to properly honour padding and justification.
* Added Last parameter to GotoWorkspace and SendToWorkspace actions
* Fixed bug in parsing of # and // comments not parsing the content
  of the line.
* Switch position of row/col placement.
* Updated and applied patch from koniu{@}sheket{.}org to add OffsetX
  and OffsetY options to smart placement to pad with x/y pixels.
* Remove max allowed WidthMin value check.
* Fixed dangling reference crash in configuration parser, triggered by
  the parse_key_value feature of the CfgParser. Closing #84
* Removed size limiting in resize.
2006-05-15 22:13:30 +00:00
ghen
899fbb9342 Fix the build on NetBSD/sparc64. 2006-05-13 17:01:11 +00:00
ghen
5f5bfdb992 Update to IceWM 1.2.26. Changes:
1.2.26: 2006-04-16
	- fix icesh workspace switching (Thomas Holder)
	- Polish translation fix (Pawel Chwalowski)
	- fix focus after closing fullscreen window
	- new option: TaskBarShowTransientWindows (default = 1, for now)
2006-05-13 09:24:21 +00:00
joerg
a35b2f9e67 Uses C++. 2006-05-11 19:43:02 +00:00
joerg
c1137c55de Uses C++. 2006-05-11 19:28:52 +00:00
joerg
ebb350bbb2 Uses C++. 2006-05-10 23:29:37 +00:00
rillig
08244eaeb8 icewm needs C++. 2006-05-10 21:37:15 +00:00
drochner
bd603e719a update to 2.14.3
changes:
-reverts the widely hated new focus behavior of Metacity
 2.14.x to the behavior found in 2.12.x
-minor bugfixes
-translation updates
2006-05-03 11:16:33 +00:00
drochner
5d2c86b9dd refer to theme-dirs, so that the right @dirrms are created automatically 2006-05-02 10:42:33 +00:00
rpaulo
1bd1966857 I'm now the maintainer of this package. Agreed with cube. 2006-04-27 21:14:51 +00:00
sketch
419b4b4dee Update evilwm to 0.99.25. Changes:
[0.99.24]
  * Remove unused def_cmap field from ScreenInfo struct.
  * Added -nosoliddrag option (thanks to Erik Auerswald).
  * Rewrite grab_keysym() macro as a function.

  [0.99.25]
  * Regrab keys on receipt of MappingNotify event
  * Make spawn() use find_current_screen()
  * Fix build errors/warnings when VWM not defined
  * Track vdesk separately on each managed screen
  * Remove is_sticky tests when only need to check vdesk
  * Only snap against clients on the same screen
  * Fix configure requests containing sibling information
  * Move unused variable workarounds after declarations
  * Flesh out some switches with default cases
  * Remove redundant call to XShapeSelectInput()
  * Move grab_keysym() to main.c, make static
  * Make recalculate_sweep() static
  * Wrap client_update_current into select_client
  * Restructure client_update_current()
  * Wrap fetching of mwm_hints property into init_geometry
  * Omit some unneeded code when VWM not defined
    EWMH atoms mostly, also some keymap defines.
  * Code tidy
    Dead declarations removed from evilwm.h.  Some reordering of other
    declarations.  Nothing that should affect anything.
  * Use XQueryPointer to find pointer root instead of trying to track it
  * Macro-ise get_mouse_position()
  * Declare some of opt_* as static in main.c
  * Don't track bounding_shaped
    This is never used outside set_shape and I'm not convinced that
    XShapeQueryExtents refers to the old values.
  * Fix foolish lookup of screen number where it's already known
  * Expose events not needed on frame windows
  * Grab buttons when making client instead of every enter event
  * Refactored handle_key_event()
2006-04-27 10:03:05 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
wiz
c482b3787e Distfile has been updated without a version number change,
the author changed his email address. Bump PKGREVISION,
use DIST_SUBDIR.
2006-04-18 20:04:28 +00:00
wiz
375b5e4933 More PKGREVISION bumps for png-1.2.9nb2 update. 2006-04-17 14:52:10 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
xtraeme
4c2a544f0f Added wm/fluxconf. 2006-04-15 09:41:09 +00:00
xtraeme
66955cd54a Initial import of fluxconf-0.9.9 from pkgsrc-wip.
fluxconf is a tiny GTK based configuration tool for the fluxbox window manager.
It allows basic manipulation of the window manager behaviour:

    o Slit configuration
    o Window placement
    o Focus model
    o Workspace configuration
    o Keys configuration
2006-04-15 09:39:39 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
dbf000f6c2 Fixed pkglint warnings. 2006-04-13 03:53:47 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
minskim
dceebfcc38 Add fluxter. 2006-04-08 23:30:44 +00:00
minskim
6498a92d09 Import fluxter from pkgsrc-wip. Packaged by Michael-John Turner.
fluxter is a newer incarnation of bbpager, which is like the name suggests a
pager tool for Blackbox.

The major changes to bbpager are:
o Accesses fluxbox configuration files, e.g. in ~/.fluxbox, rather than in
  blackbox directories.
o Default styles come from the fluxbox configuration.  Without
  customization it will track the look of the current theme.
o The configuration files have been renamed to fluxter.bb (used in a
  fluxbox environment) and fluxter.nobb (used in a non-fluxbox
  environment).  These files should go in fluxbox configuration
  directories, such as ~/.fluxbox.
o The X resource entries in the configuration files use fluxter as a label,
  rather than bbpager.
o Per-workspace wallpaper changing is supported by the addition of
  per-workspace rootCommand configuration entries.  For example:
    fluxter.workspace0.rootCommand: Esetroot /usr/share/pixmaps/bg1.png
    fluxter.workspace1.rootCommand: Esetroot /usr/share/pixmaps/bg2.png
    fluxter.workspace2.rootCommand: Esetroot /usr/share/pixmaps/bg3.png
2006-04-08 23:29:21 +00:00
minskim
4951d0f014 Remove share/fluxbox only when it is empty; the directory is shared with
wip/fluxter.  Bump PKGREVISION.  OK'ed by tonio@.
2006-04-08 23:26:56 +00:00
tonio
ea574c44ca Update wm/ratpoison to 1.4.0
patch-aa is no longer necessary: rpws is now a perl script

* Changes since 1.4.0-beta4
- new parameters in frame dumps
:screenh and :screenw specify the size of the screen the frame was on.
- New window format characters
- info takes optional argument and new infofmt setting
- aspect ratio hint honoured
- new hook deletewindow
- _net_wm_pid property supported
- set warp change: the mouse position relative to the window is now used
- new command redo
- new editor bindings C-m and C-h
2006-04-08 22:03:08 +00:00
joerg
34b3f2e05b Link explicitly against thread libs when using libqt-mt. Honour MAKE_ENV
when calling gmake manually as well.
2006-04-08 16:30:57 +00:00
tonio
7a3e0b913e Update wm/fluxbox to 0.9.15.1
Remove patch-a{b,d} as they are already applied upstream

Main changelog entries:
in 0.9.15.1:
- Removed the green background on styles that are not using the new background
  option.
- Bug fixes (compile errors, crash and placement config)

in 0.9.15:
* Added styleOverlay resource
  - session.styleOverlay: ~/.fluxbox/overlay
* New theme item: background.*
* Added new resize mode: Center
* Resources changes for titlebar:
  - The titlebar is now configured by setting:
    * session.screen.titlebar.left
    * session.screen.titlebar.right
* nls changes: added ko_KR, updated zh_CN, nb_NO
* Many bug fixes
2006-04-08 15:41:20 +00:00
xtraeme
276934fbd6 Update to 0.1.4.
This release contains major feature enhancements compared to the previous
version (0.1.3), configuration and theme files are not compatible.
2006-04-08 13:42:42 +00:00
jlam
2870fe83ef List info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-08 05:02:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
rxg
7de5eba271 Updated oroborox to 0.9.8.
Changes:

5-Mar-2006
~~~~~~~~~~

* release as version 0.9.8

4-Mar-2006
~~~~~~~~~~~

* Spanish translation by Juan Carlos Jimenez Garcia <jigar@alumni.uv.es>
* fix title string storage (crasher bug)
2006-04-02 14:58:56 +00:00
jmmv
3839f4a1ab Depend on hicolor-icon-theme to:
1) Handle the shared share/icons/hicolor directory.
2) Properly regenerate the icon theme cache during (de)installation.
Bump PKGREVISION.
2006-04-02 09:49:00 +00:00
salo
b5f272bb9e New MASTER_SITES, from Leonard Schmidt via pkg/33172 2006-03-31 00:29:16 +00:00
jmmv
5f02ccd030 Update to 2.14.0:
2.14.1
==

The only change since 2.14.0 is to remove the "This is the UNSTABLE
branch" warning from configure for those compiling Metacity from
source.

2.14.0
==

Thanks to Ryan Lortie and Thomas Thurman for fixes in this release.

 - Mark the app-running-remotely-window-title string for translation
   (Thomas) [#334332]
 - Only unmaximise window before freeing if the window is actually
   maximised (Ryan) [#333563]

Translations
  Jordi Mallach (ca), Frank Arnold (de), Luca Ferretti (it), Evandro
  Fernandes Giovanini (pt_BR), Theppitak Karoonboonyanan (th)

2.13.144
==

Thanks to Jens Granseuer, Kristian, Søren Sandmann, Sylvain
Bertrand, and Thomas Thurman for improvements in this release.

 - Fix build with gcc 2.95 (Jens) [#331166]
 - Compositor improvements [remember, still off by default]: add
   unused wobbly (un)minimize animation (Kristian), add support for
   turning updates on and off (Søren), use sync counter to make
   composited resizing tear free (Søren), add ability to unmanage
   the screen (S½ren),
 - Fix build issue with library search order (Sylvain) [#330695]
 - Work around buggy application grouping with transient windows
   (Thomas) [#328211]
 - Prevent setting cycle_windows to keybindings that won't work.
   (Thomas) [#329676]

2.13.89
==

Thanks to Søren Sandmann, Thomas Thurman, Thom May, Akira Tagoh,
Luke Morton, and Philip O'Brien for improvements in this release.

 - Compositor improvements [remember that the compositor is still
   disabled by default]: New fancy minimize animation that fades in
   and out, new debug stuff, various bug fixes (Søren)
 - When buggy apps create synthetic button or keypresses without a
   timestamp, produce a warning instead of failing an assertion
   (Thomas) [#313490]
 - Avoid a memory leak when checking which workspace(s) a window is
   on (Thomas) [#322059]
 - Add a man page for metacity (Thom, Akira, Luke, Philip) [#321279]
 - Disable alt-f7 if a window can't be moved, and alt-f8 if it can't
   be resized (Thomas) [#328920]
 - Allow alt-escape to cancel alt-tabbing, and vice versa (Thomas)
   [#141425]

Translations
  Miloslav Trmac (cs), Kjartan Maraas (nb), Tino Meinen (nl),
  Kjartan Maraas (no), Слободан Д. Средојевић (sr), Funda Wang (zh_CN)

2.13.55
==

Thanks to Dick Marinus, Christian Kirbach, and Elijah Newren for
improvements in this release.

 - Add a minimize and none double-click-titlebar-action (Dick)
   [#300210]
 - Prevent a critical warning crasher when switching themes
   (Christian) [#327847]
 - Fix some uninitialized value problems (Elijah)
 - If the mouse enters a window on a different screen, activate the
   default window on the new screen (Elijah) [#319348]

Translations
  Jordi Mallach (ca), Adam Weinberger (en_CA), Francisco Javier
  F. Serrador (es), Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl),
  Ankit Patel (gu), Kjartan Maraas (nb), Kjartan Maraas (no), Evandro
  Fernandes Giovanini (pt_BR), Theppitak Karoonboonyanan (th), Clytie
  Siddall (vi), Funda Wang (zh_CN)

2.13.34
==

Thanks to Damien Carbery, Havoc Pennington, Søren Sandmann,
Björn Lindqvist, Kjartan Maraas, Elijah Newren for improvements in
this release.

 - manually define HOST_NAME_MAX if not already defined to fix Solaris
   compilation issue (Damien, Havoc) [#326745]
 - compositor improvements: port to changes in libcm, do it again, fix
   unrefing, make minimize animation update again (all done by Søren)
 - make sure an outline border is shown even if a window decoration's
   width is 0 (Björn) [#98340]
 - correctly handle window alt-tab outlines in showing desktop mode
   (Björn) [#98340]
 - fix lots of tiny issues spotted by the intel compiler (Kjartan)
   [#321439]
 - prevent rapidly repeated visual bells from hanging metacity
   (Elijah) [#322032]
 - more careful error handling of values returned by GConf (Elijah)
   [#326615]
 - fix various initialization and default issues, especially for
   running with --disable-gconf.  Make --disable-gconf actually work.
   (Elijah) [#326661]
 - fix some reading-from-free'd-data errors (Søren) [#327575]
 - fix an unitialized value problem when in raise-on-click mode
   (Søren) [#327572]
 - avoid flashing original-sized window when closing a maximized
   window (Elijah) [#317254]
 - prevent windows from sometimes getting shoved and smashed by
   sliding (and possibly auto-hiding) panels (Elijah) [#327822]

Translations
  Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl), Tino Meinen (nl),
  Funda Wang (zh_CN)

2.13.21
==

Thanks to Damien Carbery, Ray Strode, Søren Sandmann, Elijah
Newren, Jens Granseuer, and Kyle Ambroff for improvements in this
release.

  - Fix Solaris compilation issues (Ray, Damien) [#326281, #326746]
  - Merge compositor work from branches to get the beginnings of an openGL
    based compositor.  Still not ready and thus disabled by default.
    (Søren)
  - Composite fixes: Only update composite on damage events (Søren), get
    non-composite compilation working again (Elijah), Really turn off
    draw-in-a-loop (Søren)
  - Don't dereference a NULL string (Elijah) [#327013]
  - GCC 2.95 fix; remove more C99 style variable initiailizations (Jens)
    [#327050]
  - Fix accidental overzealous focus holding by the terminal (introduced in
    last release) so that windows launched from panel icons, the panel
    menu, or global keybindings should get focus now.  (Elijah) [#326159]
  - If no valid window is found in the MRU list, then set focus to the
    desktop window. (Kyle) [#317405]

Translations
  Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Ankit
  Patel (gu), Takeshi AIHANA (ja), Theppitak Karoonboonyanan (th),
  Clytie Siddall (vi)

2.13.13
==

Thanks to Jens Granseuer, Björn Lindqvist, and Elijah Newren for
improvements in this release.

 - Remove C99 style variable initiailization (Jens) [#322622]
 - Fix a logic error (Björn) [#322149]
 - Plug a few leaks (Elijah) [#309178]
 - Allow edge resistance at both sides of a window and also when edges
   don't overlap but are a single pixel away from doing so (Elijah)
   [part of #321905]
 - Remove the timeout resistance at screen/xinerama edges (Elijah)
   [part of #321905]
 - Revert to the old edge resistance behavior for keyboard
   movement/resizing based resistance (Elijah) [part of #321905]
 - Remove the "pull-away" edge resistance (Elijah) [part of #321905]
 - Avoid crashing when visual bell is in use and focus window is
   closed (Elijah) [#322031]
 - Be more strict about what is considered a valid region with partial
   struts (Elijah) [#322070]
 - Fix reduced resources resize handling for windows with sizing or
   resizing constraints (Elijah) [#325774]
 - Fix window outline for minimized windows when using alt-esc
   (Elijah) [#325092]
 - Make the taskbar less flash happy and fix up some related stacking
   issues (Elijah) [#326035]
 - More thorough handling of source indication (Elijah) [part of #326041]
 - Don't "steal" focus from terminal windows for new window mappings
   as the difference in usage between terminals and other apps seems
   to suggest this difference in treatment.  See bug #326159 for
   details, feedback welcome (Elijah) [#326159]
 - Add a raise on click option, basically only because all the major
   distros are patching it in anyway (though each and every one of
   them has bugs in their implementations).  (Elijah) [#326156]

Translations
  Kjartan Maraas (nb), Kjartan Maraas (no)

2.13.8
==

Thanks to Kang Jeong-Hee and Elijah Newren for improvements in this
release.

 - Fix some compilation warnings and issues (Kang)
 - Escape the title since it is going to be treated as Markup (Elijah)
   [#324846]
 - Make the workspace switcher work with dual-head (non-xinerama)
   setups (Elijah) [#319423]

Translations
  Ilkka Tuohela (fi), Ankit Patel (gu), Kang Joeng-Hee (ko)

2.13.5
==

Thanks to Davyd Madeley, Kjartan Maraas, and Björn Lindqvist for
improvements in this release.

 - Make a debugging message actually correspond to the code (Björn)
   [#322051]
 - Make the wireframe a bit slimmer (Kjartan) [#320051]
 - Display hostname in titlebar for remote X clients (Davyd) [#322202]

Translations
  Miloslav Trmac (cs), Adam Weinberger (en_CA), Ankit Patel (gu),
  Kjartan Maraas (nb), Kjartan Maraas (no), Marcel Telka (sk)

2.13.3
==

This is a special edition release just for gicmo, code-named 'elijah,
please do a release so magic seb can bring it to me'.  It fixes a
number of issues due to the major constraints changes found since the
last release.

Thanks to Davyd Madeley and Elijah Newren for improvements in this release.

 - Differentiate between movement towards an edge and movement away from
   one for edge-resistance.  Pick smaller constants for movement away from
   an edge (Elijah)
 - Use GPOINTER_TO_INT() macro instead of cast to allow compilation on
   64-bit architectures without warning (Davyd)
 - compute the frame geometry due to maximization only after actually
   maximizing (Elijah) [#321902]
 - add some developer documentation on updating struts, workareas, regions,
   and edges (Elijah)
 - When updating the xinerama due to placement, update which
   maximal/spanning rect set to use as well (Elijah) [#322068]
 - Relax the partially onscreen constraint to allow the titlebar to touch
   the bottom panel in order to make the new constraints code function the
   same as the old version (Elijah) [#322071]
 - Don't allow removing a window from maximized or fullscreened state to
   place the titlebar under the top panel (Elijah) [#322075]

Translations
  Vladimir Petkov (bg), Francisco Javier F. Serrador (es), Ignacio Casal
  Quinteiro (gl), Takeshi AIHANA (ja), Theppitak Karoonboonyanan (th)

2.13.2
==

This release just contains a merge of all the changes on the
constraints_experiments branch.

Thanks to Havoc Pennington for reviewing the gargantuan patch and
suggesting lots of little fixes for making it better, to Rob Adams and
Soeren Sandmann for grilling me on how some of the difficult internals work
-- allowing me to improve the documentation, to Olav Vitters for finding an
easy-to-fix crasher bug in early testing and for repeatedly extending my
deadline for switching from working on Metacity to Bugzilla, to Ray Strode
for finding two crashers and fixing one of them in early testing, to Bryan
Clark for usability advice, to Davyd Madeley and Christian Kellner for
testing Xinerama stuff, to Sebastien Bacher for packaging an early version
and finding some obscure bugs (that I unfortunately still can't duplicate
and will probably still need to fix once I can),

Bugs fixed:
  unfiled - constraints.c is overly complicated[1]
  unfiled - constraints.c is not robust when all constraints cannot
            simultaneously be met (constraints need to be prioritized)
  unfiled - keep-titlebar-onscreen constraint is decoration unaware (since
            get_outermost_onscreen_positions() forgets to include
            decorations)
  unfiled - keyboard snap-moving and snap-resizing snap to hidden edges
    86644 - resize should have a shift option like move does
   109553 - gravity w/ simultaneous move & resize doesn't work
   113601 - maximize vertical and horizontal should toggle and be
            constrained
   122196 - windows show up under vertical panels
   122670 - jerky/random resizing of window via keyboard[2]
   124582 - keyboard and mouse snap-resizing and snap-moving erroneously
            moves the window multidimensionally
   136307 - don't allow apps to resize themselves off the screen (*cough*
            filechooser *cough*)
   142016, 143784 - windows should not span multiple xineramas unless
            placed there by the user
   143145 - clamp new windows to screensize and force them onscreen, if
            they'll fit
   144126 - Handle pathological strut lists sanely[3]
   149867 - fixed aspect ratio windows are difficult to resize[4]
   152898 - make screen edges consistent; allow easy slamming of windows
            into the left, right, and bottom edges of the screen too.
   154706 - bouncing weirdness at screen edge with keyboard moving or
            resizing
   156699 - avoid struts when placing windows, if possible (nasty a11y
            blocker)
   302456 - dragging offscreen too restrictive
   304857 - wireframe moving off the top of the screen is misleading
   308521 - make uni-directional resizing easier with alt-middle-drag and
            prevent the occasional super annoying resize-the-wrong-side(s)
            behavior
   312007 - snap-resize moves windows with a minimum size constraint
   312104 - resizing the top of a window can cause the bottom to grow
   319351 - don't instantly snap on mouse-move-snapping, remove
            braindeadedness of having order of releasing shift and
            releasing button press matter so much

   [1] fixed in my opinion, anyway.
   [2] Actually, it's not totally fixed--it's just annoying
       instead of almost completely unusable.  Matthias had a
       suggestion that may fix the remainder of the problems (see
       http://tinyurl.com/bwzuu).
   [3] This bug was originally about not-quite-so-pathological
       cases but was left open for the worse cases. The code from
       the branch handles the remainder of the cases mentioned in
       this bug.
   [4] Actually, although it's far better there's still some minor
       issues left: a slight drift that's only noticeable after
       lots of resizing, and potential problems with partially
       onscreen constraints due to not clearing any
       fixed_directions flags (aspect ratio windows get resized in
       both directions and thus aren't fixed in one of them)

New feature:
  81704 - edge resistance for user move and resize operations; in
          particular 3 different kinds of resistance are implemented:
     Pixel-Distance: window movement is resisted when it aligns with an
       edge unless the movement is greater than a threshold number of
       pixels
     Timeout: window movement past an edge is prevented until a certain
       amount of time has elapsed during the operation since the first
       request to move it past that edge
     Keyboard-Buildup: when moving or resizing with the keyboard, once a
       window is aligned with a certain edge it cannot move past until the
       correct direction has been pressed enough times (e.g. 2 or 3 times)

Major code changes:
  - constraints.c has been rewritten; very few lines of code from the old
    version remain.  There is a comment near the top of the function
    explaining the basics of how the new framework works.  A more detailed
    explanation can be found in doc/how-constraints-works.txt
  - edge-resistance.[ch] are new files implementing edge-resistance.
  - boxes.[ch] are new files containing low-level error-prone functions
    used heavily in constraints.c and edge-resistance.c, among various
    places throughout the code.  testboxes.c contains a thorough testsuite
    for the boxes.[ch] functions compiled into a program, testboxes.
  - meta_window_move_resize_internal() *must* be told the gravity of the
    associated operation (if it's just a move operation, the gravity will
    be ignored, but for resize and move+resize the correct value is needed)
  - the craziness of different values that
    meta_window_move_resize_internal() accepts has been documented in a
    large comment at the beginning of the function.  It may be possible to
    clean this up some, but until then things will remain as they were
    before--caller beware.
  - screen and xinerama usable areas (i.e. places not covered by
    e.g. panels) are cached in the workspace now, as are the screen and
    xinerama edges.  These get updated with the workarea in
    src/workspace.c:ensure_work_areas_validated()

Translation
  Michiel Sikkes (nl)

2.13.1
==

Thanks to Philip O'Brien, Kjartan Maraas, and Aidan Delaney for
improvements in this release.

 - add handling for META_PREF_CURSOR_THEME and META_PREF_CURSOR_SIZE
   for more complete debug info (Philip) [#318976]
 - Remove possible g_source leak in #ifdef'd out code, in case anyone uses
   it in the future (Kjartan) [#320050]
 - Changed the 'minimized' field of the MetaTabEntry struct to 'hidden'
   (Aidan) [#168455]

Translations
  Miloslav Trmac (cs), Francisco Javier F. Serrador (es), Takeshi AIHANA (ja),
  Erdal Ronahi (ku), Theppitak Karoonboonyanan (th)

2.13.0
==

Thanks to Björn Lindqvist, Kjartan Maraas, Søren Sandmann,
Elijah Newren, Ross Cohen, and Muktha for improvements in this release
since 2.12.1.

 - Mave ancestors come along with the transient when moving the window from
   one workspace to another (Björn) [#314977]
 - Fix the workspace switcher tabpopup to display the right windows and to
   fix the pick-a-new-window-to-focus algorithm in order to not select
   windows that aren't showing (Björn) [#170475]
 - Fix a couple memory leaks (Kjartan, Søren, Elijah) [#313030]
 - Make alt-esc (the "switch between windows immediately" keybinding)
   actually show minimized windows too (Ross) [#107072]
 - Make alt-esc consistent with alt-tab by leaving stacking of unselected
   windows unchanged (Ross) [#314285]
 - Clarify the meaning of the auto_raise preference (Elijah) [#312421]
 - Fix a crash that occurs when removing some virtual desktops and windows
   happen to be on those desktops (Elijah) [#318306]
 - Make the unfocussed Simple window border visible with high contrast
   inverse theme (Muktha) [#121361]
 - Fix edge snapping for multi-screen (non-xinerama) setups (Elijah)
   [#319425]

Translations
  Vladimir Petkov (bg), Kostas Papadimas (el), Adam Weinberger (en_CA),
  Ivar Smolin (et), Michiel Sikkes (nl), Marcel Telka (sk), Funda
  Wang (zh_CN)
2006-03-30 21:38:33 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
ghen
a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00
rillig
df9dd4cf66 Added REPLACE_PERL for a Perl program that requires it. Didn't add Perl
as a dependency since that program is only useful when KDE is installed.
Chances are high that Perl is then also installed. Bumped PKGREVISION.
Fixed pkglint warnings.
2006-03-10 23:04:46 +00:00
ghen
8cf271c6e8 Use REPLACE_INTERPRETER instead of a patch. 2006-03-09 14:50:31 +00:00
joerg
861e5eef86 Use the const char ** as second argument to iconv(3) only on NetBSD,
POSIX says it is char **.
2006-03-06 21:53:04 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
kristerw
513acec188 Regen so that the Mac OS X patch program can apply it. 2006-03-03 18:47:24 +00:00
rxg
89fce5882d Updated oroborox to 0.9.7.10.
Changes:

10-Feb-2006 (Release 0.9.7.10)
~~~~~~~~~~~

* GIMP paint tool slowing down the system fixed:
  culprit was title string and icon name book keeping -
  support for icon name was removed (commented out for now),
  as OroboROX doesn't do anything with that info now and probably
  in the future (ROX-Filer's pinboard handles that)

26-Jan-2006
~~~~~~~~~~~

* remove X11 session management code: was useless, as ROX isn't prepared for,
  and most probably terribly broken, definitely completely untested.
2006-02-26 16:47:45 +00:00
jschauma
08bff9723a wizd says: distinfo?
Comply.
2006-02-23 19:44:46 +00:00
jschauma
392692beaa remove kde2_ which somehow has a messed up distfile 2006-02-23 19:22:54 +00:00
joerg
cbed6e5baf Has BROKEN_GETTEXT_DETECTION. 2006-02-22 16:12:55 +00:00
wiz
34179869f8 Fix build after libtool-1.5.22 update. 2006-02-21 22:42:51 +00:00
wiz
d633451eb4 Add missing x11.bl3.mk. 2006-02-21 22:42:39 +00:00
wiz
1281a40e2a regen. 2006-02-21 22:42:05 +00:00
wiz
952f43b58a Fix PLIST for source packages; binary packages unaffected, so no
PKGREVISION bump.
2006-02-21 22:41:43 +00:00
wiz
659ec30d1c Fix incomplete pkgsrc patch: defining LDSTATIC is not enough,
it must be AC_SUBSTed too. Found by libtool update.
Bump PKGREVISION.
2006-02-21 22:40:47 +00:00
rillig
cb6c86b356 Removed a double {. 2006-02-18 15:16:45 +00:00
martti
fcf951a43d Fixed warnings found by pkglint -Wall. 2006-02-17 07:55:57 +00:00
martti
d48b5f2558 Fixed warnings found by pkglint -Wall. 2006-02-17 06:49:23 +00:00
joerg
b55d56b4e6 Has BROKEN_GETTEXT_DETECTION. 2006-02-16 18:28:52 +00:00
tonio
87e7b529d3 Update wm/ratpoison to 1.4.0beta4
Take maintainership

* Changes since 1.4.0-beta2
** meta takes a key argument
This can be used to stuff keys.

* Changes since 1.4.0-beta1
** RATPOISON environment variable
RATPOISON is set to the location of the ratpoison binary. This is
useful for scripts.

* Changes since 1.3.0
** command arguments can be wrapped in double quotes.
To include a space in a command argument, wrap the argument with ".

** New command undefinekey
not passing a 3rd argument to definekey and bind no longer unbind the
key. You must use undefinekey and unbind now.

** ratpoison -c prints errors to stderr
You can now capture errors and output seperately depending on whether
its printed to stderr or stdout.

** the mouse warp feature is now turned off by default
to turn it back on, run 'warp on'.

** version now displays the date and time

** new command, sselect
sselect lets you jump to an X11 screen by number.

** configure script warns about missing history lib
Rather than error out, now, ratpoison will just be built without history.

** new commands ratwarp, ratrelwarp, and ratclick

** more new commands
inext, iprev, iother, cnext, cprev, cother, prompt, dedicate,
describekey, focusprev, sdump, sfdump.

** yet two more new commands: putsel, getsel
putsel puts the specified text into the X11 selection so other clients
can yank it. getsel returns the current selection.
2006-02-16 11:12:13 +00:00
ghen
9f40c86010 distinfo regen. Pointed out by wiz after a bulk build by kristerw. 2006-02-16 08:24:11 +00:00
rillig
d1c395944d Added the necessary variable definition for installing the translation
files. Fixed pkglint warnings. Bumped PKGREVISION.
2006-02-16 07:37:38 +00:00
ben
916dbd829c Update HOMEPAGE and MASTER_SITES. 2006-02-11 21:31:19 +00:00
cube
84be692f90 Update to 20060107. Patch from Joerg Sonnenberger and minor fixes.
Most noticeable changes (there's more than one year worth of them,
anyway):

 * Potentially blocking status meters are now in a separate ion-statusd
   program. Please write your additional status meters that do not monitor
   the state of Ion itself for ion-statusd (and contribute them in the
   Ion3 scripts repository at http://iki.fi/tuomov/repos/ion-scripts-3/).
   For help on writing such status meters, see e.g. source for statusd_load
   in ext_statusbar/ion-statusd.

 * Line editor now supports history search; Control+Up/Down only scrolls
   through history entries with matching initial part.

 * Arbitrary winprop matching criteria is supported. Lua scripts have
   access to X properties.

 * So-called "placeholders". With the help of these the positions of
   full-screen windows are remembered in their original frames, and don't
   just get inserted after currently active window when returning from
   full-screen mode. Under a session manager placeholders are also used
   to remember the original order of windows.

 * Experimental auto-show-completions support, which is also on by default
   now. In this mode the Tab key can be used to cycle forward through the
   completions, and Shift+Tab backwards. Modify the settings seen in the
   new mod_query.lua to get normal Tab-completion, or change the completion
   delay.
2006-02-11 10:03:48 +00:00
ghen
4f8e9eed88 Update to IceWM 1.2.25. Changes:
1.2.25: 2006-02-03
	- fix resize of maximized windows when taskbar set to AutoHide
	- fix support for screens 0.1 and up

1.2.25pre1: 2006-01-31
	- fix format in window size/position display (Bert Wesarg)
	- fix configure to use pkg-config for xft (Marius Feraru)
	- fix build with Sun Forte C++ (Grant McDorman)
	- icewmtray crash fixes (Grant McDorman)

1.2.24: 2006-01-22
	- option to --replace an extisting window manager
        - change menu scroll wheel direction (Thomas Holder)
        - paint desktop tray background (Thomas Holder)
        - gcc 4.1 build fixes (Hanno Boeck)
	- fix gcc strict aliasing errors (Pavel Nemec)

1.2.24pre1: 2005-12-04
	- restore Dutch translation from Ton Kersten
	- zh_TW translation from Wei-Lun Chao
	- fix TaskBarKeepBelow=1 preference
	- fix problems in horizontal maximization
	- implemented support for --replace option
	- Make shaped decorations work in 21 bit graphics cards
          (like those common in sparcs) -- Bernhard R. Link

Ok with wiz.
2006-02-09 21:36:40 +00:00
sketch
2113beba1e Make the long-awaited update to 0.99.23. Changes:
2006-02-06
	Fixed -v option parsing.
	Released 0.99.23.
2006-02-06 20:39:57 +00:00
sketch
98bc9e4b97 Update to 0.99.22. Changes:
2006-01-18
	EWMH hints added so vdesk/sticky states persist across wm change.

2006-01-25
	Alt+Tab behaviour modified to be more in line with what most people
	expect (single Alt+Tab goes back to previously selected window).
	Added -altmask to override Shift as default control behaviour change
	key.
	Added resizing with Ctrl+Alt+Shift+[HJKL].

2006-01-26
	Released 0.99.22.
2006-02-06 20:31:58 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
1f2e28d267 Reset maintainer on his request. PR 32699. 2006-02-03 00:58:25 +00:00
rxg
ef80d408e8 Remove useless USE_X11. 2006-01-30 10:52:07 +00:00
rillig
934461fa23 Fixed most of the remaining pkglint -Wall warnings. 2006-01-29 18:18:01 +00:00
rxg
4c1cd45e6f Fix DEPENDS. 2006-01-29 17:24:51 +00:00
rxg
e9cc052417 Avoid warnings with pkglint.
Remove quoted in SUBST_MESSAGE.
2006-01-29 14:13:11 +00:00
tonio
3d334016c4 Update wm/evilwm to 0.99.21
Changelog:
- Removed dependency on Motif header files: supply just as much hint
  structure information as is necessary to interpret Motif hints.
- Switch to using a window border for frame's colour, don't touch
  frame background.  This allows aterm's "fast transparency" to work.
- various bug fixes, and code improvements
2006-01-26 21:40:22 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
ghen
cddf5f2764 Fix PLIST (two new taskbar icons since 1.2.23), bump PKREVISION for both
wm/icewm and wm/icewm-imlib.
2006-01-23 11:12:50 +00:00
jmmv
15cbe7fb80 Update to 2.12.2:
- Mave ancestors come along with the transient when moving the window from
   one workspace to another (Björn) [#314977]
 - Fix the workspace switcher tabpopup to display the right windows and to
   fix the pick-a-new-window-to-focus algorithm in order to not select
   windows that aren't showing (Björn) [#170475]
 - Fix a couple memory leaks (Kjartan, Søren, Elijah) [#313030]
 - Fix a crash that occurs when removing some virtual desktops and windows
   happen to be on those desktops (Elijah) [#318306]
 - Fix edge snapping for multi-screen (non-xinerama) setups (Elijah)
   [#319425]
 - Close a GSource leak just to be correct (Kjartan) [#320050]

Translations
  Kostas Papadimas (el), Ivar Smolin (et), Michiel Sikkes (nl)
2006-01-20 13:31:45 +00:00
joerg
30bab24da8 Replace local prototypes in gettext.c with correct header files,
at least mmap was conflicting anyway on DragonFly. Use InstallGenMan
for section 5 man page. Explicitly add rpath entry for PREFIX/lib.
2006-01-19 23:15:59 +00:00
rillig
a4f03da9ba Moved the misplaced definition of PKGREVISION to the package Makefiles. 2006-01-12 18:27:53 +00:00
wiz
a6f6c7fd5f Uses libtool, so add USE_LIBTOOL=yes. 2006-01-10 23:26:17 +00:00
wiz
e0778439ee Reset maintainer, email bounced. 2006-01-10 20:47:06 +00:00
rillig
fa4065deec Updated wm/icewm to 1.2.23.
Patch provided by Sergey Svishchev in PR 32469.

Changes:
# 1.2.23: 2005-08-14
    * make taskbar pop out even when collaped
    * Slovak translation update (Zdenko Podobny)

# 1.2.23pre1: 2005-07-31
    * fix crash when hiding the taskbar and "collapse" button is hidden
    * fix repeated drag over taskbar icon not working
    * fix problems with Unmap events being handled incorrectly
    * customizable placement order options for minimized window icons (MiniIconsPlaceHorizontal, MiniIconsRightToLeft, MiniIconsBottomToTop) - (Konstantin Korikov - lostclus)

# 1.2.22: 2005-07-17
    * AutoShowDelay setting (opposite of AutoHideDelay)
    * use Workspace status window instead of showing the taskbar when workspace changes if taskbar autohide is enabled

# 1.2.22pre3: 2005-07-15
    * fix focusing after window minimized or hidden

# 1.2.22pre2: 2005-07-10
    * Remember last focused window per-workspace
    * Enable the LockCommand functionality only if command found (Eduard Bloch)
    * new Korean translation (Ken Yeo)

# 1.2.22pre1: 2005-06-28
    * Latvian translation (Kristaps Kaupe)
    * Double click activates workspace in window list
    * Fixes to taskbar layout when only tasks visible
    * Made network status applets show/hide dynamically again
    * Add image to taskbar collapse button
    * Fix MinimizeToDesktop windows getting out of desktop area
    * Added key binding: KeySysCollapseTaskBar
    * Fixed UTF-8 input support in AddressBar

# 1.2.21: 2005-05-31
    * translation: Vietnamese (Phan Vinh Thinh)
    * translation: Indonesian (Arif E. Nugroho)
    * translation update: Simplified Chinese (Hiweed Leng)
    * translation update: French (Frederic Bothamy)
    * APM applet support for NetBSD (Iain Hibbert (plunky))
    * add new winoption: noFocusOnMap
    * fix ClientWindowMouseActions for Window-Drag combination

# 1.2.21pre1: 2005-03-20
    * improve selection of "urgent" windows with alt+tab
    * fix possible crash (Grant McDorman)
    * fix 64bit usage of Xft (Marcus Meissner)
    * cleanup warning on still-open file descriptors
    * disabled some Ctrl+Alt+Del commands by default since they need some configuring to work on all systems
    * fix desktop layer setting for nautilus
2006-01-06 20:49:20 +00:00
joerg
184dc987de Use SUBST framework. 2006-01-06 16:21:53 +00:00
joerg
deb9759c0d Use SUBST framework. 2006-01-06 16:07:39 +00:00
rxg
1a42e6312e Change script installation back into ${PREFIX}/bin for common usage,
${PREFIX}/sbin is used by ROX-Session for generated script.
Bump PKGREVISION.
2006-01-05 16:58:49 +00:00
rxg
2bbb437f93 Correct the hardcoded paths fixing, DEPENDS rox-lib>=2.0.2nb1 and
change script installation from ${PREFIX}/bin to ${PREFIX}/sbin.
Bump PKGREVISION.
2006-01-05 16:02:39 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
rxg
566fc2fe03 Added & enable oroborox.
OroboROX is a lightweight Window Manager for the ROX Desktop.
2006-01-03 16:05:52 +00:00
rxg
12396b6e94 Initial import OroboROX 0.9.7.9.
OroboROX is a lightweight Window Manager for the ROX Desktop.
2006-01-03 16:03:19 +00:00
sketch
3b3348c74d Update evilwm to 0.99.19. Changes:
2005-10-06
	Info window movement made a bit more sensible.
	Don't remove clients from within error handler, instead flag for
	removal.
	While removing client, only reparent to root if window is withdrawn
	or window manager is shutting down (fixes xpdf-in-firefox bug).
	Window close key with shift held will XKillClient().
	LD: Replace logic to decide if we have a shaped window (cribbed from
	fvwm-2.5.10).
	LD: Warp mouse pointer to a visible point in shaped windows.

2005-12-29
	Documentation updates.
2006-01-03 14:31:36 +00:00
joerg
3095b99428 Add an explicit rpath for librplay on DragonFly. 2006-01-02 22:13:26 +00:00
joerg
4af55cc874 Fix GCC 3.4+ issues: template instantiation, cast of reference
parameters.
2006-01-02 22:05:38 +00:00
joerg
15bd415419 Fix template members for GCC 3.4+. 2006-01-02 21:47:43 +00:00
joerg
29e015fd69 Invert a lvalue cast to a rvalue cast. 2006-01-02 21:40:00 +00:00
peter
309d4f5e50 matchbox -> matchbox-wm 2005-12-31 13:39:20 +00:00
peter
ead542d3dc Reimported as wm/matchbox-wm. 2005-12-31 13:38:53 +00:00
peter
dd08205db2 Re-import as wm/matchbox-wm (was wm/matchbox). Requested by wiz@. 2005-12-31 13:38:01 +00:00
peter
7e046ebf64 - Change PKGNAME to matchbox-wm-*.
- Update to version 0.9.5, changes:

2005-05-26  mallum,,,  <mallum@openedhand.com>

	* configure.ac:
	Bump up version to 0.9.5

2005-05-25  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_client_reparent):
	Possible fix for odd dissapearing firefox prefs window bug.

2005-05-24  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_init_geometry),
	(dialog_client_configure):
	* src/wm.c: (wm_make_new_client):
	Fix broken login so menu's really can position at 0,0 this time.

2005-05-24  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_client_check_for_state_hints),
	(dialog_init_geometry):
	* src/structs.h:
	* src/wm.c: (wm_make_new_client):
	Dont center 'menu' dialogs if initial position is 0,0

2005-05-20  mallum,,,  <mallum@openedhand.com>

	* src/ewmh.c: (ewmh_state_set):
	* src/wm.c: (wm_make_new_client):
	Avoid trashing unsupported state hints.

2005-05-17  mallum,,,  <mallum@openedhand.com>

	* src/wm.c: (wm_usage):
	Rejig usage info a little.

2005-05-12  mallum,,,  <mallum@openedhand.com>

	* src/matchbox-remote.c: (usage), (main):
	* src/structs.h:
	* src/wm.c: (wm_handle_client_message):
	Add 2 new simple switches to matchbox-remote, one too toggle
	compositor and one to force reload of key shortcuts.

2005-05-11  mallum,,,  <mallum@openedhand.com>

	* src/toolbar_client.c: (toolbar_client_reparent):
	* src/wm.c: (wm_remove_client), (wm_update_layout):
	Clear up some more ( final? ) X Errors.
	Speed up app window resizes caused by horizonal
	panels/toolbars by avoiding uneeded repaints.

2005-05-11  mallum,,,  <mallum@openedhand.com>

	* data/themes/Default/theme.xml:
	* data/themes/MBOpus/theme.xml:
	* data/themes/blondie/theme.xml:
	Tweak+add basic rough toolbar decorations to keep
	old apps happy that still use decorated toolbars.

2005-05-11  mallum,,,  <mallum@openedhand.com>

	* configure.ac:
	minor cleanups, remove xsync enable
	* src/session.c: (sm_save_yourself_cb):
	Fix things enough to avoid gnome-session hanging.
	Support still very basic and incomplete.

2005-05-11  mallum,,,  <mallum@openedhand.com>

	* src/session.c: (sm_save_yourself_cb), (sm_die_cb),
	(sm_shutdown_cancelled_cb), (sm_connect):
	* src/session.h:
	* src/structs.h:
	* src/wm.c: (wm_new), (wm_usage), (wm_load_config),
	(wm_find_client), (get_xevent_timed):
	Fix up session support some more.

2005-05-05  mallum,,,  <mallum@openedhand.com>

	* src/client_common.c: (client_set_focus):
	* src/ewmh.c: (ewmh_init), (ewmh_set_active):
	* src/ewmh.h:
	* src/structs.h:
	* src/wm.c: (wm_activate_client):
	Fix _NET_ACTIVE_WIN to not be set to just app wins.
	Add _MB_CURRENT_APP_WINDOW to do old behaviour.
	* src/dialog_client.c: (dialog_client_set_focus_next):
	Fix focusing when non focused dialog is closed

2005-04-28  mallum,,,  <mallum@openedhand.com>

	* src/session.c: (sm_save_yourself_cb):
	Add some very basic registration info with session manager

2005-04-28  mallum,,,  <mallum@openedhand.com>

	* configure.ac:
	* src/Makefile.am:
	* src/session.c:
	* src/session.h:
	* src/structs.h:
	* src/wm.c: (wm_new), (wm_find_client), (wm_event_loop):
	* src/wm.h:
	Add basic initial support for connecting to session managers.
	It currently just connects, should avoid hang when started
	by gnome-session.

2005-04-26  mallum,,,  <mallum@openedhand.com>

	* src/ewmh.c: (ewmh_handle_root_message):
	Fix for activate client message being sent to an non topped
        app dialog window and no effect happerning.
        Makes GNOME task selector work nicer with MB.

2005-04-26  mallum,,,  <mallum@openedhand.com>

	* src/mbtheme.c: (theme_frame_icon_paint):
	Fix potential segv if app sets ewmh icon smaller than 16x16

2005-04-26  mallum,,,  <mallum@openedhand.com>

	* src/toolbar_client.c: (toolbar_client_move_resize),
	(toolbar_client_reparent):
	Fix a couple of toolbar related X Error warnings

2005-04-16  mallum,,,  <mallum@openedhand.com>

	* configure.ac:
	Throw an error if AC_PATH_XTRA comes up empty

2005-04-11 Relased 0.9.4

2005-04-11  mallum,,,  <mallum@openedhand.com>

	* configure.ac:
	Bump up version to 0.9.4

2005-04-07  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_client_set_focus_next):
	Possible fix for odd focus crasher

2005-04-07  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_get_available_area):
	* src/main_client.c: (main_client_manage_toolbars_for_fullscreen):
	* src/toolbar_client_alt.c: (toolbar_client_configure):
	Make sure alt input trans for dialog but on top of fullscreen
	app get resized correctly on fullscreen toggle.
	Make sure dialogs get positioned correctly for fullscreen with
	alt input.

2005-03-30  mallum,,,  <mallum@openedhand.com>

	* src/base_client.c: (base_client_new), (base_client_process_name):
	* src/ewmh.c: (ewmh_update_lists):
	* src/mbtheme.c: (mbtheme_init):
	* src/misc.c: (fork_exec):
	* src/wm.c: (wm_sn_exec):
	Fixes via Andreas Gunnarsson for bugs 117-121. Includes mainly
	potential overflow fixes + warnings on openBSD.

	* src/toolbar_client_alt.c: (toolbar_client_new),
	(toolbar_client_move_resize):
	Extra debug statements

2005-03-16  mallum,,,  <mallum@openedhand.com>

	* src/base_client.h:
	* src/matchbox-remote.c:
	* src/structs.h:
	* src/xml.c:
	Add _GNU_SOURCE to work round x11.pc setting -DX_OPENSOURCE

2005-03-11  mallum,,,  <mallum@openedhand.com>

	* src/base_client.c: (base_client_new):
	* src/composite-engine.c: (_render_a_client),
	(comp_engine_destroy_root_buffer), (comp_engine_render):
	* src/dialog_client.c: (dialog_client_reparent):
	* src/wm.c: (wm_handle_map_notify):
	Fix composite lowlighting with blocker win.
	Also make modal for root dialogs lowlight entire display.

2005-03-01  mallum  <mallum@openedhand.com>

	* src/toolbar_client_alt.c: (toolbar_client_show):
	Attempt for lessening potential dekstop flash on mapping input win
	* src/wm.c: (wm_activate_client):
	Fix stacking order for transient for desktop dialogs

2005-02-28  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_client_button_press):
	Fix for static mode dialogs losing focus when hidden via title
	bar click.

2005-02-23  mallum,,,  <mallum@openedhand.com>

	* src/keys.c: (keys_add_entry), (keys_load_config):
	* src/structs.h:
	Backed held key code out. Seems very difficult todo
	sanely due to the way X does keyrepeats. Maybe battle
	again another day.

2005-02-23  mallum,,,  <mallum@openedhand.com>

	* src/main_client.c: (main_client_configure):
	Refix fullscreen toggling for non alt input windows

2005-02-23  mallum,,,  <mallum@openedhand.com>

	* src/structs.h:
	* src/keys.c: (keys_add_entry), (keys_load_config):
	Initial work on supporting 'held' keys - config can now be parsed.
	* src/main_client.c: (main_client_configure):
	Fix for toolbars affecting app size when toggling fullscreen.

2005-02-22  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_client_reparent),
	(dialog_client_redraw), (dialog_client_drag):
	More composite lowlighting related tweaks

2005-02-22  mallum,,,  <mallum@openedhand.com>

	* src/composite-engine.c: (_render_a_client):
	Force composite lowlighting *off* for now. Needs fixing.

2005-02-22  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_get_available_area):
	Fix dialog positioning for fullscreen windows
	* src/toolbar_client.c: (toolbar_client_new):
	Fix toolbar wins getting in correctly handled between
	mb wm restarts.

2005-02-21  mallum,,,  <mallum@openedhand.com>

	* src/base_client.c: (base_client_destroy):
	* src/ewmh.c: (ewmh_update_rects):
	* src/misc.c:
	More XError trapping;
	Add debug statements so we no when traps are in place.
	Do an XSync before untrapping on destroy call, to flush
	an errors through.

2005-02-18  mallum,,,  <mallum@openedhand.com>

	* src/stack.c: (stack_sync_to_display):
	* src/toolbar_client_alt.c: (toolbar_client_destroy):
	Trap some more X Errors

2005-02-18  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_get_available_area),
	(dialog_constrain_geometry):
	* src/toolbar_client_alt.c: (toolbar_client_new),
	(toolbar_win_offset), (toolbar_client_configure):
	Fix alternative toolbar repositioning dialog.
	Also add some more debug statements.

2005-02-18  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_client_redraw),
	(dialog_client_button_press):
	Support 'custom' buttons on dialogs.

2005-02-17  mallum,,,  <mallum@openedhand.com>

	* src/main_client.c: (main_client_button_press):
	Disable app close button in presence of modal app
	* src/wm.c: (wm_handle_keypress):
	Fix topping of single instance apps

2005-02-16  mallum,,,  <mallum@openedhand.com>

	* src/dialog_client.c: (dialog_client_reparent):
	Add colormap to frames so argb wins work again
	* src/main_client.c: (main_client_button_press):
	Ignore minimise buttons in presence of modal dialog
2005-12-31 13:25:09 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
jmmv
40ff76b80c Fix themes to use fbsetroot rather than bsetroot, which is not provided
by fluxbox and is not compatible with blackbox's bsetroot any more.  This
was caused by an incomplete bsetroot->fbsetroot rename in fluxbox's code
(not our fault); will report to authors in a minute.  Bump PKGREVISION to 3.
2005-12-23 13:41:41 +00:00
jmmv
7ef15ab84b Correctly align PKGREVISION's whitespace. 2005-12-23 13:20:52 +00:00
joerg
eb1d35b2f0 Use imake PLIST variables. 2005-12-07 15:54:00 +00:00
joerg
598154aaf0 Fix errno usage. Use alloca from stdlib.h on FreeBSD and DragonFly. 2005-12-07 15:08:42 +00:00
joerg
0ad61662e0 Include errno.h, not sys/errno.h + manual declaration of errno. 2005-12-07 15:07:23 +00:00
rillig
1c6740703f Updated to 20051114. Patch provided by Leonard Schmidt in PR 32096.
Changes:
- removed some more actions.
- the new wmibar layout has been improved.
2005-12-06 18:55:32 +00:00
joerg
513971cece No _POSIX_SOURCE on DragonFly: putenv used. 2005-12-06 16:23:15 +00:00
joerg
fdf4277fdc Fix errno. 2005-12-06 16:16:35 +00:00
joerg
9893fe9bde Fix errno. Hide malloc & calloc for ANSI systems. 2005-12-06 15:57:22 +00:00
joerg
7caa238c91 Correct imake man page handling in plist. 2005-12-06 15:41:06 +00:00
joerg
f63e9371c1 msgfmt build dependency. 2005-12-06 15:38:32 +00:00
joerg
6db29a3a57 Fix GCC 3.4+: label at end of compound statement. 2005-12-06 15:20:31 +00:00
joerg
818de67f0d GCC 3.4+: Label at end of compound statement. 2005-12-06 14:26:02 +00:00
joerg
4116e68b3b Fix errno. 2005-12-06 14:09:39 +00:00
joerg
fc4bea1942 fix errno usage. 2005-12-06 13:14:06 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
reed
168ea75a25 Update HOMEPAGE. Apparently, the domain expired and owner is MIA
and the website has been down for a couple weeks.
2005-12-02 22:00:54 +00:00
martti
e2ad73afe5 pdated Xfce to 4.2.3.2
A "micro" release to fix a regression in the window manager settings.
2005-11-17 08:16:19 +00:00
rillig
8d2d7ab3ea Normalized the RCS Id in line 1. 2005-11-15 14:32:58 +00:00
martin
0fc4631692 Support option "debug" and make the pkg compile with debugging support. 2005-11-13 19:18:14 +00:00
tonio
82ca40efdb reverting 2005-11-11 19:22:39 +00:00
tonio
3822cea246 reverting unconsidered changes 2005-11-11 19:13:09 +00:00
tonio
9e342ebefe reverting it. 2005-11-11 19:07:40 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11 18:50:23 +00:00
martti
2020bbfe3d Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.
It is a lower-case f according to the official site.
2005-11-09 07:09:04 +00:00
martti
09f3d1e3fd Updated xfce4 to 4.2.3.1
* Lots of bug fixes
* Translation updates

Official ChangeLog is available at:

http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09 06:42:58 +00:00
minskim
6506e4f149 Add vtwm. 2005-11-06 00:44:29 +00:00
minskim
de7a000e83 Import vtwm from pkgsrc-wip. Packaged by Mehul Sanghvi.
VTWM is a X11 window manager based on TWM.  It adds support for a
virtual desktop, processing configuration files using m4, support for
sound effects using rplay, and 3D buttons, frames, titlebars, etc.
VTWM also has support for regular expressions in the configuration
files.
2005-11-06 00:43:11 +00:00
minskim
44a5e88c0c Update wmii to 20051031. Patches provided by Leonard Schmidt
(maintainer) in PR pkg/31961.

Changes:
- many actions were removed to only have those available that are
  absolutely necessary.
- ~/.wmii-3 is the new configuration directory.
- simplified the drawing routine and style stuff to allow only 1
  border colour (removed approximately 150 lines of code).
- changed wmibar and wmimenu to test some prototypical behavior for
  the upcoming 9P versions of those tools (removed about 150 lines of code).
2005-11-03 02:47:58 +00:00
recht
097e35be2a Fix outdated MASTER_SITES and HOMEPAGE.
Patch provided in PR 31933 by Leonard Schmidt.
2005-10-31 22:05:22 +00:00
epg
962324299f Update to 2.5.14.
Changes in beta release 2.5.14 (24-Aug-2005)

* New features:

   - Fvwm now officially supports 64-bit architertures.
   - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and
     EdgeIsActive.
   - New window condition FixedPosition.

* New module features:

   - FvwmPerl module supports window context when preprocessing.
   - FvwmPerl module accepts new --export option that by default
     defines two fvwm functions "Eval" and ".", to be used like:

       FvwmPerl -x
       Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0
       . Exec xmessage %{2 + cos(0)}%    # embedded calculator

   - New FvwmProxy option ProxyIconified.
   - New FvwmTaskBar option Pad to control the gap between
     buttons.

* Bug Fixes:

   - Fixed a Solaris compiler error introduced in 2.5.13.
   - Fixed a hang with layers set by applications (e.g. AbiWord).
   - GotoDesk with a relative page argument now wraps around at
     the end of the given range as documented. (Bug #1396).
   - PopupDelayed menu style option was not copied on
     CopyMenuStyle.
   - Transparent Animated menus with non-transparent popup were
     not animated correctly.
   - Supported euc-jp class of encodings.
   - A window's default layer is no longer set to 0 durin a
     restart.
   - Fixed an annoying MouseFocus/SloppyFocus problem in
     conjunction with EdgeResistance + EdgeScroll (sometimes a
     window did noit get the focus as it should have). This
     problem first occured in 2.5.11.

-------------------------------------------------------------------

Changes in beta release 2.5.13 (16-Jul-2005)

* Bug Fixes:

   - The MoveToPage command did not work without arguments in
     2.5.11 and 2.5.12.
   - Mouse/Key command no args possible core dump.
   - Direction with no args possible core dump.
   - FvwmScript periodic tasks run too often.
   - Perl modules did not work on 64 machines.
   - FvwmDebug did not report any extended messages.
   - fvwm-menu-desktop supports mandriva.
   - fvwm-menu-desktop when verifying executable, allow full path.

* New module features:

   - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns
     options.
   - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont,
     TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement,
     TipsJustification and TipsOffsets options.
   - FvwmButtons: PressColorset & ActiveColorset options for
     _individual_ buttons.
2005-10-29 23:45:02 +00:00
minskim
04ca7c89a5 Update dependency since 9rc was renamed. Patches provided by Leonard
Schmidt in PR pkg/31945.

Bump PKGREVISION.
2005-10-29 16:12:37 +00:00
joerg
c1f8e3fa26 @dirrm share/examples/WindowMaker. Bump revision. 2005-10-27 08:10:08 +00:00
tonio
3494c0d31c Explicit support for Xrender via an option (allows transparency).
Should fix build under 2.0
2005-10-24 17:23:33 +00:00
rillig
78ffcf9bf8 Use "+=" instead of "=" for CONFIGURE_ARGS and PLIST_SUBST. 2005-10-23 23:16:52 +00:00