Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
used it in years, so reset maintainer to pkgsrc-users@.
|
|
This switches to the gnome-2.24 release branch.
|
|
|
|
New features:
- "Enter-Click focus mode" by Dagfinn I. Mannsake, Christopher
Bratusek and Timo Korvola: windows get focus only when mouse
enters it or if it is clicked and was unfocused.
- "Parallel make" by Harald van Dijk: allows building using
more processors.
- Improved window property handling by Teika Kazura.
- Added new themes: mxflat, get-S-tabbed and elberg-tabbed.
- Added new binding to maximize window fullscreen on all
xinerama screens, by Jonathan Sambrook.
Also various bugfixes.
|
|
Bump PKGREVISION.
|
|
on Sep 7 2008. No complaints received.
|
|
|
|
|
|
|
|
|
|
name change).
|
|
Changes:
awesome-menu: match string mode and autocomplete
tasklist: add tags as cache element (FS#227)
awesomerc: fix subprocess (FS#193)
awesomerc: fix default path in menu launching
Revert "awesomerc: fix xterm -e in case of others terms"
mouse: fix client snapping
|
|
|
|
|
|
|
|
|
|
Fix imlib detection.
Change master sites to live ones.
Bump revision.
|
|
Framework pass -s flag automatically if required (INSTALL_UNSTRIPPED!=yes).
Part of fixes PR 15107.
|
|
Based on patch provided by Juan RP in PR 39311.
NEWS pekwm-0.1.7
================
Bugs fixed
* #XX Several memory leaks identified with valgrind plugged.
* #XX Fixed broken iconfied state reported by
<giuliani{.}blackfenix{@}gmail{.}com>
* #XX CfgParser parsed data twice.
* #XX StatusWindow placement fixed.
* #XX Fix for _NET_WM_NAME ops by Florian Hoppe <flp{@}floppi{.}de>
* #22 Font type is now possible to define as the first argument in
themes.
* #30 Panel raise issues, reported and fixed by Jyri Jokinen
<shared{@}adresh{.}com>
* #21 Dynamic menu entries become unselectable after first
visit. Reported by Lassi Pölönen and fixed by Andreas
<ioerror{@}lavabit{.}com>
* #14 SendKey action requested by nidan.
* #29 drag'n'drop requires the recieving window to be moved before
working. Reported by Jyri Jokinen <shared{@}adresh{.}com>, fixed
by Andreas <ioerror{@}lavabit{.}com>
* #32 Shaping issues after shading. Reported by Paulo Igor Barra
Nascimento <pibarnas{@}yahoo{.}com{.}br> and fixed by Andreas
<ioerror{@}lavabit{.}com>
* #XX Corrects the interpretation of the motif windowmanager hints
by Andreas <ioerror{@}lavabit{.}com>
* #XX Remove perl scripts reducing dependencies on packages.
User visible changes
* UTF-8 support added for reading and rendering window titles.
* _NET_WM_ICON is now read and rendered in menus.
* RandR support for multi-screen configurations.
* New default theme.
* CmdDialog size is now calculated from the current head and not the
whole display.
Configuration changes
* _NET_WM_WINDOW_TYPE handling configurable via autoproperties.
* Width/Height 0 in autoproperties now means screen width/height.
* WorkspacesPerRow and WorkspaceNames added with matching
GotoWorkspace/SendToWorkspace parameters Up, PrevV, Down, NextV.
* ShowWorkspaceIndicator
* WorkspaceIndicatorScale
* PCRE support remove.
* EdgeIndent option added to Screen section of main configuration
file. If true reserves space where the screen edge is.
* EdgeSize now supports per edge configuration.
Theme changes
* Shaping suport for non-corner windows.
* XMB type is used by default in favour of X11 type fonts.
* Font alpha is now handles as % from 0-100 instead of previous Xft
unsigned int value.
* HeightAdapt option added to theme.
* Font type is now possible to define as the first argument in themes.
|
|
Changes:
Fix xterm -e in default config for other terminal ;
Give floating dialogs of maximised windows focus (FS#232).
|
|
2.0.3:
* Add support for the desktop warping option
* Add support for showing the popup notification when changing desktops
* Better build support for Max OSX platform (no --export-dynamic)
* Major layout changes
* Add support for putting the move/resize popup in a fixed position on screen
* Add support for the <active> window placement option
* New icon by Myles Green
* Show an error when the configuration file is not valid, so it doesn't get
destroyed by ObConf
* Add a --config-file option to specify an alternate configuration file.
* Auto-load the same configuration as Openbox is using, if Openbox was run
with --config-file
2.0.2:
* Workaround a crash in GTK/Glib on the PowerPC platform
* Add new Margins option (Margins tab)
* Add new option for centering windows when placing them
* Don't include the debian/ dir in releases
* Fix the missing TopRight option for the dock
* Fix the dock stacking option to match changes made in Openbox (it's
Above/Below not Top/Bottom)
* Give the theme previews white client areas to more closely resemble a real
window
* Update to Openbox 3.4.3 libraries
|
|
- While here, fix DESTDIR support
- Bump PKGREVISION
|
|
|
|
|
|
Based on PR 38953 from Joel CARNAT. Thanks!
Changes since last packaged version:
Show correct geometry on mouse resize(FS#203);
Fix build issues with simple POSIX shell.
Fix focus handling on new window managing with multi monitors (FS#188);
Add support for mouse with up to 9 buttons.
Fix cache invalidation when swapping clients
Fix handling of keycode and keysyms (FS#64)
Do not focus new client if current client is maximized (FS#182)
Documentation update
Fix a bug with UTF-8 strings rendering
Fix titlebar map/unmap
Allow NULL in command for widgets (FS#175)
Documentation update;
Store KeySym not KeyCode in keys bindings (FS#161);
Fix some drawing problems.
Documentation update;
Fix placement for maximized apps;
Give focus when clicking with Button1 on titlebars;
Use mwfact lower and upper limits in mouse;
Fix opacity focused issue;
Fix focus on arrange for multi head;
Allow multiple bindings for mouse events.
Support for multiple image format, using Imlib2 (default) or GTK pixbuf (FS#82);
Use pango for font display instead of Xft;
Better documentation: the documentation is now autogenerated from source code: everything is now in
the manpage and will always be (FS#101);
awesome-menu: a dmenu clone (FS#7);
Support for styles section;
mwfact lower and upper limits are configurable (FS#92);
widget_tell now allows to change widget properties like colors, etc. (FS#144, FS#36)
Errors and warnings messages are more clear and consistent, prefixed with E or W and indicating in which function it fails;
Add titlebar support for windows (FS#38);
Fix support for SDL apps (you can play Xmoto and Quake);
New option for progressbar with ticks (FS#81);
New emptybox widget which deprecated padding options of various widgets;
New opacity_focused option;
Widget graph can grow right/left;
Add support for shadowed text (FS#90);
Probably more.
|
|
|
|
|
|
Revealed by a bulk build on Dragonly.
|
|
|
|
|
|
|
|
|
|
# JWM v2.0 <> 20070624
* New look.
* Background support on a per-desktop basis.
* Veritcal/horizontal maximization support.
* Added the ability to move windows with the pager.
* Many bug fixes.
# JWM v2.0.1 <> 20070704
* Fix a file descriptor leak when JPEG is enabled.
* Give swallow windows time to map when restarting.
|
|
|
|
1.2.35: 2008-01-05
- Application tray bug fixes
- Add encoding/language to about dialog
While we're here, re-instate Beastie - the way icewm selects the start menu
icon changed with 1.2.28.
It's the little things that count. :)
|
|
|
|
Patches proviced by Joel Carnat <joel@carnat.net>.
|
|
|
|
|
|
upstream. Bump PKGREVISION.
|
|
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
|
|
|
|
|
|
for arbitrary y coordinate (-y -0 for bottom). Bump PKGREVISION.
|
|
|
|
ignored so we could get surprises later), fix gconf and PLIST
|
|
|