aboutsummaryrefslogtreecommitdiffstats
path: root/applets/windowselector
AgeCommit message (Collapse)Author
2016-11-23windowselector: fix signed type warningsRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2016-04-29windowselector: Port to ScalingImage2Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
2016-04-25windowselector: port to GTK+ 3Ross Burton
2013-07-08build: use git.mkRoss Burton
2013-07-08build: move more logic into Makefile.appletsRoss Burton
2013-07-08applets: add a binary to verify applet linkageRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-12-22all: only include gtk/gtk.hRoss Burton
2012-07-26build: use GNOME_COMPILE_WARNINGS to get sensible warning controlRoss Burton
2008-06-192008-06-19 Ross Burton <ross@openedhand.com>ross
* applets/windowselector/windowselector.c: * applets/showdesktop/showdesktop.c: Use panel- prefixed icon names. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@2060 b067294f-1dea-0310-9683-c47a78595994
2008-02-13Fix stray characterross
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1916 b067294f-1dea-0310-9683-c47a78595994
2008-02-132008-02-13 Ross Burton <ross@openedhand.com>ross
* applets/showdesktop/Makefile.am: * applets/windowselector/Makefile.am: Don't try and install files I just deleted. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1915 b067294f-1dea-0310-9683-c47a78595994
2008-02-132008-02-13 Ross Burton <ross@openedhand.com>ross
* applets/windowselector/windowselector.c: Use icons from the icon theme. * applets/windowselector/mb-applet-windowselector.png: Delete. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1913 b067294f-1dea-0310-9683-c47a78595994
2008-02-01* applets/windowselector/mb-applet-windowselector.png:thomas
Updated icon git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1904 b067294f-1dea-0310-9683-c47a78595994
2007-08-082007-08-08 Rob Bradford <rob@openedhand.com>rob
* applets/showdesktop/Makefile.am: * applets/startup/data/Makefile.am: * applets/windowselector/Makefile.am: Make sure various data files are included in the dist. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1626 b067294f-1dea-0310-9683-c47a78595994
2007-07-222007-07-22 Rob Bradford <rob@openedhand.com>rob
* applets/windowselector/windowselector.c: (mb_panel_applet_create): Fix coding style. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1613 b067294f-1dea-0310-9683-c47a78595994
2007-07-132007-07-13 Rob Bradford <rob@openedhand.com>rob
* applets/windowselector/windowselector.c: (update_current_app): Remove the use of gtk_image_clear since that is only available in 2.8 and later. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1603 b067294f-1dea-0310-9683-c47a78595994
2007-07-132007-07-13 Rob Bradford <rob@openedhand.com>rob
* applets/windowselector/windowselector.c: (get_current_app_window), (update_current_app), (filter_func), (screen_changed_cb), (mb_panel_applet_create): Use the 'id' attribute for the windowselector to provide alternative display modes. Four modes are available: 'static-icon' which shows the same icon all the time, 'dynamic-icon' which acts like the GNOME window selector with the icon changing based on the current app, 'name' gives just the name for the current window like the window selector in Matchbox, 'icon-name' is the same but with the current app icon included as well. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1602 b067294f-1dea-0310-9683-c47a78595994
2007-04-172007-04-17 Jorn Baayen <jorn@openedhand.com>jorn
* applets/windowselector/windowselector.c: (screen_changed_cb): Commented vile code. :) git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1527 b067294f-1dea-0310-9683-c47a78595994
2007-04-172007-04-17 Jorn Baayen <jorn@openedhand.com>jorn
* applets/windowselector/windowselector.c: (rebuild_menu), (position_menu), (toggled_cb): Destroy menu on selection-done. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1526 b067294f-1dea-0310-9683-c47a78595994
2007-04-172007-04-17 Jorn Baayen <jorn@openedhand.com>jorn
* applets/windowselector/windowselector.c: (rebuild_menu), (menu_hide_cb), (filter_func), (mb_panel_applet_create): Fix indent .. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1525 b067294f-1dea-0310-9683-c47a78595994
2007-04-142007-04-15 Ross Burton <ross@openedhand.com>ross
* applets/windowselector/windowselector.c: Don't fetch window icons if they won't be displayed. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1524 b067294f-1dea-0310-9683-c47a78595994
2007-04-142007-04-14 Ross Burton <ross@openedhand.com>ross
* applets/windowselector/windowselector.c: Set no relief. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1523 b067294f-1dea-0310-9683-c47a78595994
2007-04-142007-04-14 Ross Burton <ross@openedhand.com>ross
* 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. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1522 b067294f-1dea-0310-9683-c47a78595994
2007-04-132007-04-13 Ross Burton <ross@openedhand.com>ross
* applets/windowselector/windowselector.c: Use the scaling image widget. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1521 b067294f-1dea-0310-9683-c47a78595994
2007-04-132007-04-13 Ross Burton <ross@openedhand.com>ross
* applets/windowselector/mb-applet-windowselector.png: Update with Sato icon. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1520 b067294f-1dea-0310-9683-c47a78595994
2007-04-132007-04-13 Ross Burton <ross@openedhand.com>ross
* applets/windowselector/windowselector.c: Disable the code that changes the icon to reflect the current window. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1519 b067294f-1dea-0310-9683-c47a78595994
2007-02-222007-02-22 Ross Burton <ross@openedhand.com>ross
* applets/windowselector/Makefile.am: * applets/windowselector/windowselector.c: * applets/windowselector/mb-applet-windowselector.png: Ship a window selector icon. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1468 b067294f-1dea-0310-9683-c47a78595994
2007-01-242007-01-24 Ross Burton <ross@openedhand.com>ross
* configure.ac: Disable static libraries, they are useless here. * applets/*/Makefile.am: Disable library versioning. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1442 b067294f-1dea-0310-9683-c47a78595994
2006-08-242006-08-24 Jorn Baayen <jorn@openedhand.com>jorn
* applets/windowselector/windowselector.c: (sync_icon): Use "panel-window-menu" icon when there is no active app window. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1402 b067294f-1dea-0310-9683-c47a78595994
2006-08-242006-08-24 Jorn Baayen <jorn@openedhand.com>jorn
* applets/windowselector/windowselector.c: (sync_icon), (rebuild_menu): Use default icon if no icon is specified. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1399 b067294f-1dea-0310-9683-c47a78595994
2006-08-242006-08-24 Jorn Baayen <jorn@openedhand.com>jorn
* applets/windowselector/windowselector.c: (window_get_icon), (rebuild_menu), (button_press_event_cb), (filter_func), (screen_changed_cb): Show active task icon. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1398 b067294f-1dea-0310-9683-c47a78595994
2006-08-242006-08-24 Jorn Baayen <jorn@openedhand.com>jorn
* 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. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1397 b067294f-1dea-0310-9683-c47a78595994
2006-08-232006-08-23 Jorn Baayen <jorn@openedhand.com>jorn
* 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. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1395 b067294f-1dea-0310-9683-c47a78595994