summaryrefslogtreecommitdiff
path: root/doc/tmpl/tasklist.sgml
Commit message (Collapse)AuthorAgeFilesLines
* doc: remove unused filesAlberts Muktupāvels2022-09-161-144/+0
|
* all: Remove deprecated API and change API that had deprecated argumentsVincent Untz2011-01-191-46/+1
| | | | | | | | | | | | | | | | | | The following deprecated API got removed: wnck_screen_get_workspace_index wnck_screen_get_workspace_neighbor wnck_pager_set_screen wnck_tasklist_set_minimum_width wnck_tasklist_get_minimum_width wnck_tasklist_set_minimum_height wnck_tasklist_get_minimum_height wnck_tasklist_set_screen wnck_gtk_window_set_dock_type wnck_create_window_action_menu The following API don't take a WnckScreen argument anymore: wnck_pager_new wnck_tasklist_new
* release: 2.30.5LIBWNCK_2_30_5Vincent Untz2010-09-271-0/+3
|
* Cleanups and deprecate some WnckScreen functions that shouldn't have beenVincent Untz2007-06-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-24 Vincent Untz <vuntz@gnome.org> Cleanups and deprecate some WnckScreen functions that shouldn't have been made public when they were added. * doc/tmpl/tasklist.sgml: * libwnck/tasklist.c: improve a bit documentation (wnck_tasklist_class_init): add doc for the style properties (wnck_tasklist_size_request): remove spurious spaces (wnck_tasklist_free_tasks): move some assertions around, since it's a bit clearer (wnck_tasklist_update_lists): remove empty line (wnck_task_create_widgets): use a define instead of magic values for the padding * libwnck/screen.[ch]: deprecate wnck_screen_get_workspace_index() (we have wnck_workspace_get_number()), wnck_screen_calc_workspace_layout(), wnck_screen_free_workspace_layout() and WnckWorkspaceLayout * libwnck/util.c: remove useless TODO (since the function is already deprecated) * libwnck/workspace.c: update doc to not refer to wnck_screen_calc_workspace_layout() svn path=/trunk/; revision=1363
* add lots of Since: tags.Vincent Untz2007-06-181-9/+9
| | | | | | | | | | | | | | | | | | | | | | | 2007-06-18 Vincent Untz <vuntz@gnome.org> * doc/libwnck-sections.txt: * doc/tmpl/tasklist.sgml: * doc/tmpl/util.sgml: * libwnck/application.c: * libwnck/class-group.c: * libwnck/pager.c: * libwnck/screen.c: * libwnck/screen.h: * libwnck/selector.c: * libwnck/tasklist.c: * libwnck/tasklist.h: * libwnck/util.c: * libwnck/util.h: * libwnck/window.c: * libwnck/window.h: * libwnck/workspace.c: add lots of Since: tags. svn path=/trunk/; revision=1321
* add more API documentationVincent Untz2007-06-081-6/+6
| | | | | | | | | | | | | | | | 2007-06-08 Vincent Untz <vuntz@gnome.org> * doc/*: * libwnck/application.c: * libwnck/class-group.c: * libwnck/pager.[ch]: * libwnck/screen.c: * libwnck/selector.c: * libwnck/tasklist.[ch]: * libwnck/window.c: * libwnck/workspace.c: add more API documentation svn path=/trunk/; revision=1283
* rework the documentation. They're now nicely organized, and don't containVincent Untz2007-06-051-19/+34
| | | | | | | | | | 2007-06-06 Vincent Untz <vuntz@gnome.org> * doc/*: rework the documentation. They're now nicely organized, and don't contain non-useful stuff for libwnck users. A small FAQ and 100% symbol coverage are the next steps :-) svn path=/trunk/; revision=1281
* version 2.11.92LIBWNCK_2_11_92Vincent Untz2005-08-221-0/+9
| | | | | | | 2005-08-22 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: version 2.11.92
* version 2.11.91LIBWNCK_2_11_91Elijah Newren2005-08-081-2/+0
| | | | | | | | 2005-08-08 Elijah Newren <newren@gmail.com> * configure.in: * NEWS: version 2.11.91
* Add template files to cvs, to make a clean build from cvs work. (#302231,Matthias Clasen2005-07-191-0/+159
2005-07-19 Matthias Clasen <mclasen@redhat.com> * doc/tmpl/*.sgml: Add template files to cvs, to make a clean build from cvs work. (#302231, Ali Akcaagac)