Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Make gnome-doc-utils optionalHib Eris2010-04-151-6/+7
|
* Update FSF address everywhere.Arun Persaud2010-04-0551-82/+83
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [shell] Add command line option to open document at a given page indexCarlos Garcia Campos2010-04-011-1/+6
| | | | Based on patch by Daniel M. German. Fixes bug #613449.
* [shell] Fix build with GSEAL_ENABLECarlos Garcia Campos2010-03-3113-47/+84
|
* [shell] Fix no-window check in ev_sidebar_menu_position_under()Carlos Garcia Campos2010-03-311-1/+1
|
* Replace GTK_WIDGET_MAPPED() with gtk_widget_get_mapped()Carlos Garcia Campos2010-03-312-2/+2
|
* Replace GTK_WIDGET_NO_WINDOW() with gtk_widget_get_has_window()Carlos Garcia Campos2010-03-311-1/+1
|
* Replace GTK_WIDGET_VISIBLE() with gtk_widget_get_visible()Hib Eris2010-03-312-7/+8
|
* Replace GTK_WIDGET_REALIZED() with gtk_widget_get_realized()Hib Eris2010-03-312-4/+4
|
* Replace GTK_WIDGET_IS_SENSITIVE() with gtk_widget_is_sensitive()Hib Eris2010-03-311-1/+1
|
* Replace GTK_WIDGET_HAS_FOCUS() with gtk_widget_has_focus()Hib Eris2010-03-311-1/+1
|
* Remove the internal copy of gtkinfobar and use GtkInfoBar directlyCarlos Garcia Campos2010-03-313-11/+5
|
* Bump GTK+ requirements to 2.20.0Carlos Garcia Campos2010-03-313-71/+2
| | | | Remove GTK_CHECK_VERSION macros and unneeded code.
* Save current page when closing window in presentation modeCarlos Garcia Campos2010-03-131-0/+9
| | | | Fixes bug #612656.
*