Age | Commit message (Collapse) | Author | Files | Lines |
|
(Also sent patch to developer.)
|
|
A couple of minor bugfixes relative to 1.3.2.
|
|
|
|
strategy is to leave alone the install targets sprinkled all over
the Makefiles and instead to two thigns:
(1) Define new INST_* variants of BINDIR, ETCDIR, MODULEDIR, etc.
that are the "final" installation locations, and thus may be
hardcoded into the program.
(2) Modify the definitions of BINDIR, ETCDIR, MODULEDIR, etc. to
point to $(DESTDIR)$(INST_*). These variables can be used in
the _install targets without any changes.
|
|
* New features:
- Handle the STATE_ADD command of the EWMH _NET_WM_STATE
message from version 1.3 of the EWMH spec.
- Support transparency in ARGB windows
* Bug Fixes:
- Fixed problem with windows disappearing when created
unless the style Unmanaged was used.
- Edge move delay was used as resistance for the top edge.
- Fixed a parsing problem of the screen argument of the
SnapAttraction style.
- Some html documentation files were not installed.
- Fixed a memory leak in internationalized font handling.
- Fixed a bug in MinOverlap placement.
- Fixed the StickyAcrossPages style in the FvwmPager.
- Fixed the determination of the X charset on UTF-8 systems.
- Fixed a crash when certain EWMH messages were sent to
unmanaged windows.
- Fixed a memory leak in multibyte codepage code.
- Ignore the EWMH staysontop and staysonbottom hints if the
EWMHIgnoreStackingOrderHints style is used.
- Fixed a sporadic crash when the root background set by gnome,
fvwm-root, esetroot etc. changes and a root transparent
colour set is used.
- Fixed spradic crash in modules with root transparent
background from colour sets.
- Fixed a possible crash if the last active module fails.
|
|
|
|
Fixes PR 38089.
|
|
|
|
|
|
* Strings are re-encoded in UTF-8. Window titles will be set correctly
regardless of title encoding
* updated documentation to v0.12
* added Occitan Lanaguage
* Bug fixes:
- Nautilus desktop window can now restore its size properly
- Sawfish.desktop file now complies with freedesktop.org standard
- Fix select workspace to make sure it calls with right arguments
- Fix 64 bit client messages
- Don't display unneeded blank lines when window is opened by
prompt function
- KDE system tray no longer fighs with sawfish to reparent a tray icon
- Add bounds checking on _NET_CURRENT_DESKTOP requests
- QT applications no longer lose focus when menu is active
- Corrected window placement in xinerama/dualhead when using
centered/centered-on-parent
|
|
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
|
|
|
3.4.5:
* Added Hungarian translation
* Updated Finnish, Russian, German and French translations
* Fixed some very minor memory leaks
* Hide the desktop popup when showing the focus popup
* Fix a crash when trying to access the More... menu of
client-list-combined-menu
* Fix the coordinate popup only showing up on the first monitor in xinerama
* Add --exit to exit the currently running openbox instance
|
|
|
|
|
|
|
|
on pkgsrc-users.
|
|
changes:
-minor bugfixes
-translation updates
|
|
|
|
|
|
character set for iconv_open(3). This fixes keybindings that didn't work
in wmii-3.6. From wmii's mercurial repo via Peter Bex. Bump PKGREVISION.
|
|
dependencies. Changes not explicitly listed, but the config file format
changed again. :-( NOTES mentions: the semantics of WMII_MENU, WMII_9MENU and
WMII_TERM have changed. If you're using them in custom scripts you'll need to
change them to "eval $WMII_MENU" instead of just "$WMII_MENU"
|
|
*** Changes between 0.99.25 and 1.0.0:
Mon Jun 11 14:26:33 BST 2007 Ciaran Anscomb <evilwm@6809.org.uk>
* Add basic Xrandr support
Thanks to Yura Semashko for this patch.
Thu May 17 15:48:31 BST 2007 Ciaran Anscomb <evilwm@6809.org.uk>
* When snapping, prefer screen edge to other windows
Wed May 3 16:53:01 BST 2006 Ciaran Anscomb <evilwm@6809.org.uk>
* Don't account for width_inc and height_inc when maximising
Wed May 3 15:38:08 BST 2006 Ciaran Anscomb <evilwm@6809.org.uk>
* Ignore borders when snapping maximised client to screen edge
|
|
|
|
|
|
|
|
|
|
While here, marked as DESTDIR ready.
Changes for version 1.04:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/94378
Succinctly, the #define for EXTRA in parse.c needs to be (at least) 12,
Changes for version 1.03:
Botched some prototypes. 1.02 wouldn't compile.
|
|
Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2
|
|
|
|
|
|
pkgsrc-users.
|
|
Changes:
* src/main.c (xvsprintf): limit memory allocation
to 200K when vsnprintf return -1. (i.e. on pre-1999
systems not distinguising fatal errors and too small
buffer).
* src/manage.c (get_res_name, get_res_class): remove
(update_window_name): call get_class_hints directly to avoid it
being called two times.
* src/manage.c (get_wmname): always try XmbTextPropertyToTextList
first to also support UTF-8 window titles when encoded as XA_STRING
* src/main.c (clean_up): call free_user_commands, free_groups only
after free_window_stuff
* src/window.c (free_window_stuff): remove windows from group lists
* src/action.h (free_user_commands): new prototype
* src/action.c (set_var_free,user_command_free,free_user_commands):
new functions
* src/manage.c (get_wmname): free buffer to close memory hole
* src/actions.c (cmd_windows): free buffer to close memory hole
* src/main.c (init_defaults): only load the backup font when the
default font fails.
* src/main.c (init_defaults): if the default font fails, use the
backup font.
* src/conf.h (BACKUP_FONT): new define
* src/input.c (update_modifier_map): don't map both super and
hyper to the same modifier slot.
* src/split.c (set_active_frame): call switch_frame hook
(show_frame_indicator): only show frame indicator
(set_active_frame): new arg force_indicator. all callers updated.
(show_frame_indicator): new arg force. all callers updated.
* src/main.c (init_defaults): init bar_in_padding
* src/globals.c (rp_switch_screen_hook): new hook
* src/data.h (struct rp_defaults): new slot, bar_in_padding
* src/bar.c (bar_x): honour bar_in_padding setting
(bar_y): likewise
* src/actions.c (init_set_vars): add barinpadding
(set_barinpadding): new function
* src/globals.h: new global rp_switch_screen_hook
* src/frame.c (frame_read): fix bug to never set dedicated
|
|
|
|
* New features:
- Disabled paging during interactive resize operations by
default (see 2.5.20) as it is annoying to many people.
- New style command options:
EdgeMoveResistance
EdgeMoveDelay
EdgeResizeDelay
SnapGrid
SnapAttraction
that replace the now obsolete commands EdgeResistance,
SnapGrid and SnapAttraction. The EdgeResistance command has
a new syntax with only one argument.
- New command MenuCloseAndExec for menu bindinngs that can be
used to trigger certain commands from a menu without an
associated item. For example, with
Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
the RootMenu can be opened from any other menu by pressing
F1.
* Bug Fixes:
- Sometimes a window jumped by half the screen's size when
moving with the mouse and hitting the border of the desktop.
- Fixed the "screen w" argument of the Move and other commands.
- Clicking on a menu title did not close the menu by default.
- Temporary files in FvwmPerl overwrote each other.
|
|
|
|
Bump PKGREVISION.
|
|
changes:
-minor bugfixes and memory leak fixes
-improvements to focus stealing prevention
-translation updates
|
|
pkgsrc-users.
|
|
|
|
|
|
via tech-pkg. PKGREVISION++
Fixed MESSAGE, since there is no "install-user" target. It had been
there in the original version of the package. I didn't find it likely
that end-users would use pkgsrc for installing a single configuration
file, so I removed that.
|
|
From Zafer Aydogan in PR 37338.
|
|
* Lots of bug fixes
* Fixed perl path in the installed package (detected with PKG_DEVELOPER=yes
and CHECK_PORTABILITY=yes in /etc/mk.conf)
|
|
4.6
This release contains sanitized aspect ratio handling, a simplified
tagging concept, an improved tiling algorithm, and several code
cleanups.
4.4
This release provides a totally new layout plugin structure and a
lot of code polishing.
4.3
This release contains certain major bugfixes, especially regarding
banning/unbanning client windows.
4.1
The status bar can now be toggled on the fly. Several bugs were
fixed and a lot of code polishing was undertaken.
|
|
|
|
This switches to the new gnome-2.20 branch.
|
|
targets.
|
|
the package.
PKGREVISION++
|
|
|