summaryrefslogtreecommitdiff
path: root/eel/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Post release version bumpAlexander Larsson2009-04-131-0/+1
| | | | | | | | | | | | 2009-04-13 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump === nautilus 2.26.2 === svn path=/trunk/; revision=15183
* Post release version bumpNAUTILUS_2_26_1Alexander Larsson2009-04-021-0/+2
| | | | | | | | | | | | 2009-04-02 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump === nautilus 2.26.1 === svn path=/trunk/; revision=15160
* Ensure that we correctly free root pixmaps that are never set as desktopAlexander Larsson2009-03-241-0/+6
| | | | | | | | | | | | 2009-03-24 Alexander Larsson <alexl@redhat.com> * eel-background.c: Ensure that we correctly free root pixmaps that are never set as desktop background, so that they are not leaked. svn path=/trunk/; revision=15149
* remove -version-info LDFLAG from libnautilus-private, as that's a privateCosimo Cecchi2009-03-161-0/+5
| | | | | | | | | | 2009-03-16 Cosimo Cecchi <cosimoc@gnome.org> * libnautilus-private/Makefile.am: remove -version-info LDFLAG from libnautilus-private, as that's a private library. Patch by Daniel Macks (#348301). svn path=/trunk/; revision=15125
* Post release version bumpAlexander Larsson2009-03-161-0/+1
| | | | | | | | | | | | 2009-03-16 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump === nautilus 2.26.0 === svn path=/trunk/; revision=15121
* Post release version bumpAlexander Larsson2009-03-111-0/+2
| | | | | | | | | | | | 2009-03-11 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump === nautilus 2.25.93 === svn path=/trunk/; revision=15086
* Don't move past end of string (#569165).Alexander Larsson2009-03-091-0/+6
| | | | | | | | | | | 2009-03-09 Alexander Larsson <alexl@redhat.com> * eel-editable-label.c: (eel_editable_label_move_forward_word): Don't move past end of string (#569165). svn path=/trunk/; revision=15073
* Revert wrong cursor move change.Alexander Larsson2009-03-091-0/+6
| | | | | | | | | | | 2009-03-09 Alexander Larsson <alexl@redhat.com> * eel-editable-label.c: (eel_editable_label_move_cursor): Revert wrong cursor move change. svn path=/trunk/; revision=15072
* Don't spew warning if there is no uri.Alexander Larsson2009-02-241-2/+7
| | | | | | | | | | 2009-02-24 Alexander Larsson <alexl@redhat.com> * eel-background.c (eel_background_get_image_uri): Don't spew warning if there is no uri. svn path=/trunk/; revision=15002
* Ignore pending background changes when we've realized the background toAlexander Larsson2009-02-171-0/+6
| | | | | | | | | | | | 2009-02-17 Alexander Larsson <alexl@redhat.com> * eel-background.c (eel_background_ensure_realized): Ignore pending background changes when we've realized the background to avoid an unnecessary re-set of the pixmap. svn path=/trunk/; revision=14962
* Post release version bumpAlexander Larsson2009-02-161-0/+1
| | | | | | | | | | | | 2009-02-16 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump === nautilus 2.25.91 === svn path=/trunk/; revision=14956
* Post release version bumpAlexander Larsson2009-02-021-0/+2
| | | | | | | | | | | | 2009-02-02 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump === nautilus 2.25.4 === svn path=/trunk/; revision=14910
* make sure we take care about UTF-8/byte conversion when we move around theCosimo Cecchi2009-01-281-0/+6
| | | | | | | | | | 2009-01-28 Cosimo Cecchi <cosimoc@gnome.org> * eel-editable-label.c: (eel_editable_label_move_cursor): make sure we take care about UTF-8/byte conversion when we move around the cursor (#569165). svn path=/trunk/; revision=14890
* Use g_mkstemp() instead of mkstemp(). Pointed out by Paolo Borelli.A. Walton2009-01-221-0/+5
| | | | | | | | | | | | 2009-01-22 A. Walton <awalton@gnome.org> * libnautilus-private/nautilus-file-utilities.c (nautilus_unique_temporary_file_name): * libnautilus-private/nautilus-metafile.c (metafile_write_local): Use g_mkstemp() instead of mkstemp(). Pointed out by Paolo Borelli. svn path=/trunk/; revision=14879
* Really fix bug #568630, replace mktemp() with mkstemp().A. Walton2009-01-221-0/+5
| | | | | | | | | | 2009-01-21 A. Walton <awalton@gnome.org> * eel-debug-drawing.c (eel_debug_show_pixbuf_in_external_viewer): Really fix bug #568630, replace mktemp() with mkstemp(). svn path=/trunk/; revision=14875
* Last commit is wrong; mkstemp is not a drop in replacement for mktemp.A. Walton2009-01-221-1/+7
| | | | | | | | | | | 2009-01-21 A. Walton <awalton@gnome.org> * eel-debug-drawing.c (eel_debug_show_pixbuf_in_external_viewer): Last commit is wrong; mkstemp is not a drop in replacement for mktemp. svn path=/trunk/; revision=14874
* Bug #568630: eel should use mkstemp() instead of mktemp() mktemp() isA. Walton2009-01-221-0/+7
| | | | | | | | | | | | 2009-01-21 A. Walton <awalton@gnome.org> * eel-debug-drawing.c (eel_debug_show_pixbuf_in_external_viewer): Bug #568630: eel should use mkstemp() instead of mktemp() mktemp() is deprecated and should not be used. Patch by Jasper Lievisse Adriaanse. svn path=/trunk/; revision=14873
* Support fading between backgrounds. Bug #552859, patch by Ray Strode.Cosimo Cecchi2009-01-201-0/+12
| | | | | | | | | | | | | | | | 2009-01-20 Cosimo Cecchi <cosimoc@gnome.org> * eel-background.c: (on_bg_changed), (on_bg_transitioned), (eel_background_init), (free_fade), (eel_background_finalize), (set_root_pixmap), (fade_to_pixmap), (eel_background_set_up_widget), (on_background_changed), (init_fade), (eel_widget_queue_background_change), (widget_style_set_cb), (widget_realized_setup), (on_widget_destroyed), (eel_get_widget_background): Support fading between backgrounds. Bug #552859, patch by Ray Strode. svn path=/trunk/; revision=14869
* Post release version bumpAlexander Larsson2008-12-151-0/+2
| | | | | | | | | | | | 2008-12-15 Alexander Larsson <alexl@redhat.com> * configure.in: Post release version bump === nautilus 2.25.2 === svn path=/trunk/; revision=14821
* Don't install headersNAUTILUS_2_25_2Alexander Larsson2008-12-151-1098/+2
| | | | | | | | | | | 2008-12-15 Alexander Larsson <alexl@redhat.com> * Makefile.am: Don't install headers svn path=/trunk/; revision=14819
* eel/ Import eel into nautilus.Alexander Larsson2008-12-151-0/+10652
2008-12-15 Alexander Larsson <alexl@redhat.com> * Makefile.am: * acconfig.h: * configure.in: * eel/ * libnautilus-private/Makefile.am: Import eel into nautilus. svn path=/trunk/; revision=14815