Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
...
* [shell] Safely get the screen from the message argumentsChristian Persch2010-05-251-1/+3
| | | | Check for out-of-bounds.
* [shell] Save a strdupChristian Persch2010-05-251-1/+1
|
* [shell] Plug refcount leaksChristian Persch2010-05-252-3/+5
|
* [shell] Port EvApplication to GDBusChristian Persch2010-05-253-312/+200
|
* [daemon] Port to GDBusChristian Persch2010-05-253-291/+220
|
* [shell] Do not use the gconf gsettings backend any moreCarlos Garcia Campos2010-05-222-7/+1
| | | | | | | | - rename keys to follow gsettings name restrictions (s/_/-/) - remove the hardcoding of the gconf backend - use new gsettings macros as they have changed in glib 2.25.6 Based on patch by Matthias Clasen, see bug #619335.
* [shell] Use delay-apply mode for last_settingsCarlos Garcia Campos2010-05-221-0/+2
|
* [shell] Fix opening files with '#' in its nameCarlos Garcia Campos2010-05-111-1/+23
| | | | See bug #616515.
* [shell] Use G_DEFINE_INTERFACE and remove our own macroCarlos Garcia Campos2010-05-076-27/+27
|
* [shell] Remove fontconfig lock/unlock when showing the main windowCarlos Garcia Campos2010-05-071-4/+0
| | | | | Hopefully it's not needed anymore since there isn't loading text in the view.
* [shell] Fix typo: request_width -> request_heightEspeonEefi2010-05-041-1/+1
|
* [shell] Do not store metadata for files under /tmpCarlos Garcia Campos2010-05-041-22/+25
|
* [shell] Add saved documents with "save a copy" to recent file listCarlos Garcia Campos2010-05-041-0/+2
| | | | Fixes bug #617580.
* [shell] Invert colors of thumbnails when loading in inverted color modeCarlos Garcia Campos2010-05-041-4/+7
| | | | Based on patch by Juanjo MarĂ­n. Fixes bug #616111.
* [shell] Remove redundant checkCarlos Garcia Campos2010-05-041-1/+1
|
* Take default settings from last document openedCarlos Garcia Campos2010-05-041-12/+30
| | | | Fixes regression caused by migration to gio metadata. Bug #606090.
* [ev-daemon] Respect GNOME22_USER_DIR env variableCarlos Garcia Campos2010-05-031-8/+14
|
* Remove unneeded GLIB_CHECK_VERSION macrosCarlos Garcia Campos2010-05-031-2/+0
|
* [shell] Port override_restrictions gconf key to GSettingsCarlos Garcia Campos2010-05-032-14/+36
|
* 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.
* Respect GNOME22_USER_DIR env variableCarlos Garcia Campos2010-04-251-10/+27
| | | | Based on patch by Ray Strode. Fixes bug #613637.
* Parse page dest from uri before creating the fileCarlos Garcia Campos2010-04-251-9/+13
| | | | See bug #616515.
* 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.
*