Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Collapse)AuthorAgeFilesLines
* [shell] Port override_restrictions gconf key to GSettingsCarlos Garcia Campos2010-05-031-14/+31
|
* Hide sidebar by default when window is emptyCarlos Garcia Campos2010-04-301-1/+1
|
* Remove GTK_CHECK_VERSION macrosCarlos Garcia Campos2010-04-301-4/+0
| | | | We already depend on gtk+ 2.20.0
* [shell] Add icons to the recent items, and always show them in menuChristian Persch2010-04-291-1/+19
| | | | Bug #614400.
* [shell] Ellipsise the recent action's labelChristian Persch2010-04-291-1/+23
| | | | Otherwise a long document name makes the menu oversized.
* [presentation] Make inverted colors mode work in presentation mode tooCarlos Garcia Campos2010-04-251-2/+6
| | | | Fixes bug #614693.
* Make gnome-doc-utils optionalHib Eris2010-04-151-6/+7
|
* Update FSF address everywhere.Arun Persaud2010-04-051-2/+2
| | | | | | | | 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] Fix build with GSEAL_ENABLECarlos Garcia Campos2010-03-311-3/+5
|
* Replace GTK_WIDGET_VISIBLE() with gtk_widget_get_visible()Hib Eris2010-03-311-5/+6
|
* Replace GTK_WIDGET_IS_SENSITIVE() with gtk_widget_is_sensitive()Hib Eris2010-03-311-1/+1
|
* Bump GTK+ requirements to 2.20.0Carlos Garcia Campos2010-03-311-53/+0
| | | | 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.
*