summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorpeter <peter@pkgsrc.org>2005-12-31 13:25:09 +0000
committerpeter <peter@pkgsrc.org>2005-12-31 13:25:09 +0000
commit7e046ebf64f8a0c75aec1f515fe16486cea2e3ce (patch)
treeb2b47e22ef285e0b8fc01bd917e29993a628aa8a /wm
parent50728318490c7a7bb498eccf07d5ed645af00096 (diff)
downloadpkgsrc-7e046ebf64f8a0c75aec1f515fe16486cea2e3ce.tar.gz
- 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
Diffstat (limited to 'wm')
-rw-r--r--wm/matchbox/Makefile6
-rw-r--r--wm/matchbox/PLIST3
-rw-r--r--wm/matchbox/distinfo8
3 files changed, 8 insertions, 9 deletions
diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile
index ff6029bf17a..cb2e701ce5b 100644
--- a/wm/matchbox/Makefile
+++ b/wm/matchbox/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2005/12/29 06:22:20 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2005/12/31 13:25:09 peter Exp $
#
-DISTNAME= matchbox-window-manager-0.9.3
-PKGNAME= matchbox-0.9.3
+DISTNAME= matchbox-window-manager-0.9.5
+PKGNAME= ${DISTNAME:S/window-manager/wm/}
CATEGORIES= wm x11
MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/
diff --git a/wm/matchbox/PLIST b/wm/matchbox/PLIST
index 5ec985c5e37..a5aceaab5ab 100644
--- a/wm/matchbox/PLIST
+++ b/wm/matchbox/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/04/07 13:40:49 ben Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/12/31 13:25:09 peter Exp $
bin/matchbox-remote
bin/matchbox-window-manager
share/examples/matchbox/kbdconfig
@@ -41,4 +41,3 @@ share/themes/blondie/matchbox/titlestrip.png
@dirrm share/themes/Default/matchbox
@dirrm share/themes/Default
@dirrm share/matchbox
-@dirrm etc/matchbox
diff --git a/wm/matchbox/distinfo b/wm/matchbox/distinfo
index 205106b87f2..fe8e0e1c1ef 100644
--- a/wm/matchbox/distinfo
+++ b/wm/matchbox/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/04/07 13:40:49 ben Exp $
+$NetBSD: distinfo,v 1.10 2005/12/31 13:25:09 peter Exp $
-SHA1 (matchbox-window-manager-0.9.3.tar.gz) = 5861a3f9b034a3bfcc3443e0374d9cbd25a029b0
-RMD160 (matchbox-window-manager-0.9.3.tar.gz) = a1ba297585dbb49c2830dd1f7d0e7d7dd2f3ea4b
-Size (matchbox-window-manager-0.9.3.tar.gz) = 230218 bytes
+SHA1 (matchbox-window-manager-0.9.5.tar.gz) = 05680123640fcce8a23d4a666de66c2195504c00
+RMD160 (matchbox-window-manager-0.9.5.tar.gz) = 79228a1f51850a4d086323e9c7980149866f5e94
+Size (matchbox-window-manager-0.9.5.tar.gz) = 237878 bytes