summaryrefslogtreecommitdiff
path: root/libwnck
Commit message (Expand)AuthorAgeFilesLines
* tasklist: Don't ask for menus to be pushed inVincent Untz2012-02-021-1/+1
* core: Fix build for people without xresVincent Untz2012-01-311-0/+2
* core: Also reset the XSelectInput for WnckScreen and WnckApplicationVincent Untz2012-01-303-12/+21
* core: Fix order of shutting down operations in wnck_shutdown()Vincent Untz2012-01-301-1/+15
* doc: Finish wnck_shutdown()-related docs, with note about introspectionVincent Untz2012-01-301-5/+12
* core: Also shutdown everything resource-relatedVincent Untz2012-01-302-2/+7
* core: Add _wnck_window_shutdown_all()Vincent Untz2012-01-303-0/+13
* core: Rely on finalize() instead of manual shutdown() functionsVincent Untz2012-01-303-26/+14
* core: Use a destroy notify in hash tables to unref when removing itemVincent Untz2012-01-303-59/+41
* tests: Add test-shutdown toolVincent Untz2012-01-302-1/+65
* core: Add wnck_shutdown()Martin Pitt2012-01-309-13/+151
* Fix srcdir != builddir buildColin Walters2011-09-011-0/+1
* build: link against libmVincent Untz2011-08-311-1/+2
* Added missing introspection annotationsPriit Laes2011-08-161-8/+8
* tasklist: Do not add same signal handler twice for drag_data_getVincent Untz2011-08-121-5/+0
* wnckprop: Stop using deprecated gdk_cursor_unref()Vincent Untz2011-08-121-1/+1
* widgets: Stop using deprecated gtk_widget_modify_font()Vincent Untz2011-08-121-2/+2
* tasklist: Remove disabling of libgnomeui soundsVincent Untz2011-08-121-6/+0
* tasklist: Stop using deprecated gtk_hbox_new()Vincent Untz2011-08-121-1/+1
* core, wnckprop: Use "ID" instead of "resource class" in WnckClassGroupVincent Untz2011-08-125-18/+48
* wnckprop: Tweak print of class instance nameVincent Untz2011-08-121-2/+4
* core: Improve API docs for new APIVincent Untz2011-08-121-8/+14
* core: Add API to get WM_CLASS group name & instance name of a WnckWindowMarco Trevisan (TreviƱo)2011-08-126-9/+39
* all: Remove unused variables, as found by new gccVincent Untz2011-07-226-32/+0
* tasklist: Fix tasklist taking some space when there is no windowVincent Untz2011-07-221-0/+7
* core: Push/pop error trap in _wnck_cairo_surface_get_from_pixmap()Vincent Untz2011-02-182-15/+9
* core: Add Display argument to _wnck_error_trap_push()/pop()Vincent Untz2011-02-186-106/+127
* core: Remove usage of gdk_display_get_default() in screen.cVincent Untz2011-02-181-2/+9
* core: Add private _wnck_get_gdk_display() utility APIVincent Untz2011-02-182-14/+22
* core: Remove usage of gdk_display_get_default() in text_property_to_utf8Vincent Untz2011-02-181-3/+13
* core: Fix crash when reading pixmap icons that have no maskVincent Untz2011-02-031-0/+2
* selector: Don't implement scrolling with signal handlerVincent Untz2011-02-031-6/+8
* tasklist: Don't implement scrolling with signal handlerVincent Untz2011-02-031-28/+8
* pager: Implement switching workspace on scroll eventsVincent Untz2011-02-031-0/+88
* pager: Add _wnck_pager_get_padding() helperVincent Untz2011-02-031-85/+46
* pager: Do not call gtk_widget_queue_resize() in size_allocate() handlerVincent Untz2011-02-031-1/+8
* pager: Document that the orientation impacts geometry managementVincent Untz2011-02-031-0/+6
* pager: Make sure the workspace size we request is always positiveVincent Untz2011-02-031-0/+2
* pager: Improved geometry managementVincent Untz2011-02-031-86/+263
* pager: Port to GtkStyleContextCarlos Garcia Campos2011-02-031-112/+136
* selector: Port to GtkStyleContextCarlos Garcia Campos2011-02-031-24/+33
* tasklist: Rework a bit how arrows are drawn for class groupsVincent Untz2011-02-031-4/+4
* tasklist: Add missing gtk_style_context_restore()Vincent Untz2011-02-031-0/+2
* tasklist: Port to GtkStyleContextCarlos Garcia Campos2011-02-031-66/+88
* introspection: Add missing annotationsVincent Untz2011-01-203-17/+18
* core: Plug a leakLampersperger Andreas2011-01-201-2/+12
* core: Add version.h to provide macros to know libwnck versionVincent Untz2011-01-203-1/+102
* doc: TyposVincent Untz2011-01-204-4/+4
* core: Use G_BEGIN_DECLS/G_END_DECLS where not used beforeVincent Untz2011-01-205-28/+12
* build: Use single include when building against libwnckVincent Untz2011-01-2013-7/+51