2007-06-17 Jorn Baayen * applets/Makefile.am: * configure.ac: Don't build startup applet if libsn is not available. Fixes #613. 2007-06-14 Jorn Baayen * applets/startup/startup.c: Clean up indentation. 2007-06-14 Jorn Baayen * applets/Makefile.am: * applets/startup/Makefile.am: * applets/startup/data/Makefile.am: * applets/startup/startup.c: * configure.ac: Added startup notification applet. Ported from mb-panel1 by Stefan Schmidt . 2007-06-12 Jorn Baayen * matchbox-panel/mb-panel-scaling-image.c: (mb_panel_scaling_image_init), (mb_panel_scaling_image_set_property), (mb_panel_scaling_image_get_property), (mb_panel_scaling_image_dispose), (mb_panel_scaling_image_finalize), (reload_icon), (icon_theme_changed_cb), (mb_panel_scaling_image_realize), (mb_panel_scaling_image_unrealize), (mb_panel_scaling_image_screen_changed), (mb_panel_scaling_image_class_init), (mb_panel_scaling_image_new), (mb_panel_scaling_image_set_icon), (mb_panel_scaling_image_get_icon): * matchbox-panel/mb-panel-scaling-image.h: Added 'caching' property for caching undisplayed pixbufs. 2007-04-17 Jorn Baayen * applets/windowselector/windowselector.c: (screen_changed_cb): Commented vile code. :) 2007-04-17 Jorn Baayen * applets/windowselector/windowselector.c: (rebuild_menu), (position_menu), (toggled_cb): Destroy menu on selection-done. 2007-04-17 Jorn Baayen * applets/windowselector/windowselector.c: (rebuild_menu), (menu_hide_cb), (filter_func), (mb_panel_applet_create): Fix indent .. 2007-04-15 Ross Burton * applets/windowselector/windowselector.c: Don't fetch window icons if they won't be displayed. 2007-04-14 Ross Burton * applets/windowselector/windowselector.c: Set no relief. 2007-04-14 Ross Burton * applets/windowselector/windowselector.c: Quick hack to replace the menu bar with a toggle button. This isn't finished and leaks, but it works around the weird theme bug. 2007-04-13 Ross Burton * applets/windowselector/windowselector.c: Use the scaling image widget. 2007-04-13 Ross Burton * applets/windowselector/mb-applet-windowselector.png: Update with Sato icon. 2007-04-13 Ross Burton * applets/windowselector/windowselector.c: Disable the code that changes the icon to reflect the current window. 2007-04-11 Jorn Baayen * matchbox-panel/mb-panel.c: (main): Name frame depending on orientation. 2007-04-10 Jorn Baayen * matchbox-panel/mb-panel.c: (main): Replace alignment with frame for padding. 2007-04-10 Jorn Baayen * matchbox-panel/mb-panel.c: (load_applet), (main): Fix indent. 2007-04-10 Matthew Allum * applets/showdesktop/Makefile.am: Add desktop active image. 2007-04-10 Matthew Allum * matchbox-panel/mb-panel.c: Add some default padding to panel edges. 2007-04-09 Jorn Baayen * matchbox-panel/mb-panel-scaling-image.c: (mb_panel_scaling_image_init), (mb_panel_scaling_image_set_property), (mb_panel_scaling_image_get_property), (reload_icon), (mb_panel_scaling_image_class_init): * matchbox-panel/mb-panel-scaling-image.h: Add 'orientation' property. (Instead of determining orientation using black magic) * applets/battery/battery.c: (mb_panel_applet_create): * applets/launcher/launcher.c: (mb_panel_applet_create): Set orientation on icon. * applets/showdesktop/showdesktop.c: (show_desktop_applet_free), (sync), (screen_changed_cb), (button_clicked_cb), (mb_panel_applet_create): Change icon on state change instead of being a toggle button. 2007-03-12 Ross Burton * configure.ac: Remove AM_MAINTAINER_MODE. 2007-02-22 Ross Burton * applets/windowselector/Makefile.am: * applets/windowselector/windowselector.c: * applets/windowselector/mb-applet-windowselector.png: Ship a window selector icon. 2007-02-01 Matthew Allum * applets/clock/clock.c: Set clock text color to match icons Update battery and showdesktop icons 2007-02-01 Ross Burton * configure.ac: Use gmodule-export, as we export symbols. * matchbox-panel/Makefile.am: Add --export-dynamic as a Poky bug means gmodule-export doesn't have it. 2007-01-31 Ross Burton * applets/showdesktop/showdesktop.c: * applets/showdesktop/mb-applet-showdesktop.png: * applets/showdesktop/Makefile.am: Ship the icon, as Poky currently doesn't have an icon theme. 2007-01-24 Ross Burton * configure.ac: Disable static libraries, they are useless here. * applets/*/Makefile.am: Disable library versioning. 2007-01-24 Ross Burton * matchbox-panel.pc.in: Add a variable for the applet library directory. 2007-01-23 Matthew Allum * applets/showdesktop/showdesktop.c: Use a 'simpler' named icon and dont draw a frame around it. * matchbox-panel/mb-panel.c: Be a bit more informative when an applet cant be loaded. (via mickeyl) 2006-12-22 Matthew Allum * matchbox-panel/mb-panel.c: Add support for being parented in titlebar. 2006-08-24 Jorn Baayen * applets/windowselector/windowselector.c: (sync_icon): Use "panel-window-menu" icon when there is no active app window. 2006-08-24 Jorn Baayen * applets/windowselector/windowselector.c: (sync_icon), (rebuild_menu): Use default icon if no icon is specified. 2006-08-24 Jorn Baayen * applets/windowselector/windowselector.c: (window_get_icon), (rebuild_menu), (button_press_event_cb), (filter_func), (screen_changed_cb): Show active task icon. 2006-08-24 Jorn Baayen * applets/showdesktop/showdesktop.c: (sync): Add nitems check. * applets/windowselector/windowselector.c: (get_utf8_property), (get_text_property), (window_get_icon), (window_menu_item_activate_cb), (rebuild_menu), (menu_hide_cb), (button_press_event_cb), (filter_func), (screen_changed_cb): Use window icons. 2006-08-23 Jorn Baayen * applets/battery/battery.c: (timeout): memset0 apm_info. Thanks valgrind. 2006-08-23 Jorn Baayen * applets/Makefile.am: * applets/windowselector/Makefile.am: * applets/windowselector/windowselector.c: * configure.ac: Added window selector applet. Still needs work to make icons show up. * applets/showdesktop/showdesktop.c: (show_desktop_applet_free), (sync), (filter_func), (screen_changed_cb): Perform initial sync. 2006-08-23 Jorn Baayen * applets/showdesktop/showdesktop.c: (show_desktop_applet_free), (filter_func), (screen_changed_cb): Monitor root window correctly. 2006-08-23 Jorn Baayen * applets/battery/Makefile.am: * applets/battery/data/Makefile.am: * applets/clock/Makefile.am: * applets/launcher/Makefile.am: * applets/showdesktop/Makefile.am: * applets/systray/Makefile.am: * matchbox-panel/Makefile.am: Makefile cleanups. 2006-08-22 Jorn Baayen * applets/battery/battery.c: (timeout), (mb_panel_applet_create): * applets/clock/clock.c: (initial_timeout), (mb_panel_applet_create): * applets/launcher/launcher.c: (grab_notify_cb), (mb_panel_applet_create): * applets/showdesktop/showdesktop.c: (button_toggled_cb), (mb_panel_applet_create): * applets/systray/systray.c: (screen_changed_cb), (mb_panel_applet_create): * matchbox-panel/mb-panel-scaling-image.c: (reload_icon), (mb_panel_scaling_image_class_init), (mb_panel_scaling_image_set_icon): * matchbox-panel/mb-panel.c: (load_applet), (load_applets), (main): * matchbox-panel/mb-panel.h: Better size handling. No more manual sizing of applets needed. 2006-08-22 Jorn Baayen * matchbox-panel/mb-panel-scaling-image.c: (find_icon), (reload_icon), (icon_theme_changed_cb), (mb_panel_scaling_image_screen_changed), (mb_panel_scaling_image_class_init), (mb_panel_scaling_image_new), (mb_panel_scaling_image_set_icon): Cleanup. 2006-08-22 Jorn Baayen * applets/clock/clock.c: * applets/launcher/launcher.c: (mb_panel_applet_create): * applets/showdesktop/showdesktop.c: (mb_panel_applet_create): * matchbox-panel/Makefile.am: * matchbox-panel/mb-panel-scaling-image.c: * matchbox-panel/mb-panel-scaling-image.h: * matchbox-panel/mb-panel.h: Moved scaling icon theme icon logic into its own GtkImage subclass, and use this in the launcher and showdesktop applets. Don't look at MBPanelScalingImage yet or your eyes will burn! It still needs severe cleanup 2006-08-22 Jorn Baayen * configure.ac: * applets/Makefile.am: * applets/showdesktop/Makefile.am: * applets/showdesktop/showdesktop.c: Added 'Show Desktop' button applet. Still needs to get an icon packed into it. * applets/clock/clock.c: (timeout), (mb_panel_applet_create): Put stuff into ClockApplet data structure. * applets/launcher/launcher.c: (button_release_event_cb), (mb_panel_applet_create): * applets/systray/systray.c: Use screen-changed signal correctly. 2006-08-22 Jorn Baayen * applets/battery/Makefile.am: * applets/battery/battery.c: (timeout), (mb_panel_applet_create): * applets/battery/data/Makefile.am: * configure.ac: Use icons from gnome-power-manager for battery applet for now. 2006-08-21 Jorn Baayen * applets/Makefile.am: * applets/battery/Makefile.am: * applets/battery/battery.c: * configure.ac: Add skels for a battery applet. Built only if libapm is available. Needs graphics. * applets/launcher/launcher.c: (launcher_data_free), (mb_panel_applet_create): Initialize icon_theme and icon_theme_changed_id to NULL and 0. 2006-08-21 Jorn Baayen * applets/systray/Makefile.am: * applets/systray/systray.c: (tray_icon_added_cb), (message_sent_cb), (message_cancelled_cb), (screen_changed_cb), (mb_panel_applet_create): * configure.ac: Added optional support for tray icon messages using libnotify. 2006-08-21 Jorn Baayen * applets/Makefile.am: * applets/clock.c: * applets/clock/Makefile.am: * applets/clock/clock.c: * applets/launcher.c: * applets/launcher/Makefile.am: * applets/launcher/launcher.c: * applets/systray/Makefile.am: * applets/systray/eggmarshalers.list: * applets/systray/eggtraymanager.c: * applets/systray/eggtraymanager.h: * applets/systray/systray.c: * configure.ac: Added system tray applet & moved applets into their own folders. 2006-08-19 Jorn Baayen * applets/launcher.c: Rewrite icon lookup code. 2006-08-19 Jorn Baayen * COPYING: * applets/clock.c: * applets/launcher.c: * matchbox-panel/mb-panel.c: * matchbox-panel/mb-panel.h: License as GPL. 2006-08-19 Jorn Baayen * applets/launcher.c: (panel_find_icon), (icon_theme_changed_cb): Handle errors when loading icons. 2006-08-18 Jorn Baayen * applets/launcher.c: (launcher_data_free), (exec_to_argv), (button_press_event_cb), (button_release_event_cb), (grab_notify_cb), (mb_panel_applet_create): Scale icons. Icon lookup code still needs a bit of a cleanup. 2006-08-18 Jorn Baayen * applets/clock.c: (mb_panel_applet_create): Add a bit of padding around the clock. 2006-08-18 Jorn Baayen * applets/clock.c: (mb_panel_applet_create): * applets/launcher.c: (mb_panel_applet_create): * matchbox-panel/mb-panel.c: (main): Name widgets, so that they can be themed. 2006-08-18 Jorn Baayen * applets/launcher.c: (exec_to_argv), (button_press_event_cb), (button_release_event_cb), (grab_notify_cb), (mb_panel_applet_create): Use a GtkEventBox rather than a GtkButton. 2006-08-18 Jorn Baayen * autogen.sh: Remove gtkdocize. * matchbox-panel/mb-panel.c: (main): --geometry overrides child size requests.