Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-attachments.c
Commit message (Collapse)AuthorAgeFilesLines
* [shell] Use G_DEFINE_INTERFACE and remove our own macroCarlos Garcia Campos2010-05-071-2/+2
|
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* Replace GTK_WIDGET_HAS_FOCUS() with gtk_widget_has_focus()Hib Eris2010-03-311-1/+1
|
* Bump GTK+ requirements to 2.20.0Carlos Garcia Campos2010-03-311-15/+0
| | | | Remove GTK_CHECK_VERSION macros and unneeded code.
* [shell] Remove unused variablesChristian Persch2009-10-251-1/+1
|
* libdocument: Clean up temp file handlingChristian Persch2009-10-251-7/+6
| | | | | | t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372.
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-4/+21
| | | | | | | EvView is now another view for the common model EvDocumentModel. Now it's possible to have several windows for the same document without the symlink hack. Every window has its own model, while the document object is shared.
* [shell] Add missing castCarlos Garcia Campos2009-09-151-1/+1
|
*