summaryrefslogtreecommitdiff
path: root/libwnck/pager.c
Commit message (Expand)AuthorAgeFilesLines
* handle: make it publicAlberts Muktupāvels2022-08-151-4/+102
* pager: use WnckHandle to get screenAlberts Muktupāvels2022-02-241-1/+10
* pager: do not change workspace size from size_allocateAlberts Muktupāvels2021-05-101-59/+0
* pager: reduce initial workspace_sizeAlberts Muktupāvels2021-05-101-1/+1
* pager: more negative size fixesAlberts Muktupāvels2021-04-281-2/+2
* pager: don't return negative sizeAlberts Muktupāvels2021-04-281-2/+2
* pager: Add scroll mode WNCK_PAGER_SCROLL_NONEAndre Miranda2021-02-181-0/+2
* pager: Add missing version informationAndre Miranda2021-02-181-0/+2
* pager: Add wnck_pager_set_scroll_modeSimon Steinbeiss2019-09-101-64/+116
* don't use the deprecated g_type_class_add_privateAlberts Muktupāvels2018-06-271-5/+2
* bump version to 3.24.0Alberts Muktupāvels2017-05-051-2/+2
* pager: avoid deprecated gtk_style_context_set_backgroundAlberts Muktupāvels2017-05-051-2/+4
* pager: stop using gtk_icon_size_lookup_for_settingsAlberts Muktupāvels2017-04-281-2/+1
* pager: add missing case to switch statementAlberts Muktupāvels2017-04-281-0/+2
* pager: don't use deprecated gtk_drag_beginAlberts Muktupāvels2017-04-281-4/+8
* pager: fix 'ISO C90 forbids mixed declarations and code' warningAlberts Muktupāvels2017-04-281-11/+13
* add missing default case in switch statementsAlberts Muktupāvels2017-04-271-0/+2
* pager: avoid warningwip/muktupavels/modernizeAlberts Muktupāvels2017-04-261-1/+1
* remove redundant declarationsAlberts Muktupāvels2017-04-261-3/+0
* pager: avoid deprecated gdk_screen_get_numberAlberts Muktupāvels2017-04-261-1/+1
* Add wrap-on-scroll option for WnckPager widgetMoritz Bruder2017-04-261-7/+79
* pager: avoid deprecated GdkDeviceManagerAlberts Muktupāvels2016-11-121-3/+3
* pager: drop obsolete GTK_CHECK_VERSIONAlberts Muktupāvels2016-11-121-6/+0
* pager: set css nameAlberts Muktupāvels2016-02-091-0/+4
* pager: use correct state flagsAlberts Muktupāvels2016-01-131-1/+1
* don't use deprecated style propertiesAlberts Muktupāvels2015-12-211-58/+12
* WnckPager: be more restrictive on allocation checkMarco Trevisan (Treviño)2014-10-201-2/+2
* pager: don't return invalid workspace rectAlberts Muktupāvels2014-10-201-0/+11
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* WnckPager: try to render frames in windows anywayMarco Trevisan (Treviño)2013-07-201-0/+7
* WnckPager: Use style-context to draw the WS nameMarco Trevisan (Treviño)2013-07-201-22/+13
* WnckPager: remove the deprecated usage of GtkSymbolicColor for goodMarco Trevisan (Treviño)2013-07-201-31/+27
* WnckPager: some code cleanupMarco Trevisan (Treviño)2013-07-201-19/+14
* WnckPager: use GtkStypeContext do draw the window, avoid deprecated codeMarco Trevisan (Treviño)2013-07-201-26/+21
* WnckPager: remove unneeded priv parameters initialization to 0Marco Trevisan (Treviño)2013-07-201-11/+0
* Pager: add suport for GDK_SCROLL_SMOOTHMarco Trevisan (Treviño)2013-02-051-0/+9
* Pager: use GdkDeviceManager and gdk_window_get_device_positionMarco Trevisan (Treviño)2013-02-051-1/+5
* Pager & TAsklist: indentation fixesMarco Trevisan (Treviño)2013-02-051-16/+15
* Patch to save little powerB.Prathibha2013-02-051-1/+1
* pager, selector, tasklist: Fix mouse wheel scrolling with new GTK+Christian Persch2012-05-141-0/+3
* all: Remove unused variables, as found by new gccVincent Untz2011-07-221-14/+0
* core: Push/pop error trap in _wnck_cairo_surface_get_from_pixmap()Vincent Untz2011-02-181-6/+1
* core: Add Display argument to _wnck_error_trap_push()/pop()Vincent Untz2011-02-181-3/+9
* 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