1
0
mirror of https://github.com/GNOME/gedit synced 2024-07-05 03:55:02 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Sebastien Lafargue
9913f5ae47 file-browser: correct color for symbolic icons in dark mode
Previously, symbolics icons were hard-coded with pixbufs in the stores,
means no re-colorization when the theme change.

fix #99
2018-11-24 18:58:57 +01:00
Sébastien Wilmet
061b82bcee Do not prefix macro names with underscores
Symbols (even preprocessor macro names) that begin with an underscore are
reserved for the use of the compiler.
2016-04-28 18:34:01 +02:00
Paolo Borelli
cfa11d7e3f Fix invalid vim modeline 2014-02-23 10:09:53 +01:00
Paolo Borelli
9f45222396 Do not use stock items in the filebrowser confirmation dialogs 2014-02-05 18:25:35 +01:00
Daniel Mustieles
40eb2b5e18 Updated FSF's address 2014-01-23 12:51:58 +01:00
Ignacio Casal Quinteiro
5acc1cac2e filebrowser: use symbolic icons for bookmarks 2012-09-26 11:32:46 +02:00
Garrett Regier
16959a0a93 Few more fixes for file browser coding style 2010-06-04 00:25:14 -07:00
Jesse van den Kieboom
0afb302129 Add modelines to all the C files 2010-04-29 19:43:19 +02:00
Garrett Regier
eefaaf6eac Update coding style in file browser plugin (fixes bug #616964) 2010-04-28 09:13:21 +02:00
Ignacio Casal Quinteiro
44d5f89c33 Fix filebrowser plugin to use GFile instead of uris. 2010-04-27 13:37:38 +02:00
Paolo Borelli
f1a56361c5 parse_name should not be further unescaped, it's already ready to be used
2008-09-03  Paolo Borelli  <pborelli@katamail.com>

	* gedit/gedit-utils.c (gedit_utils_uri_for_display):
	parse_name should not be further unescaped, it's already ready
	to be used in the UI.


svn path=/trunk/; revision=6479
2008-09-03 20:56:24 +00:00
Jesse van den Kieboom
b16f91a0d2 adapted to new uri helper functions in gedit-utils and icon loading
* plugins/filebrowser/gedit-file-browser-utils.[ch]: adapted to 
	new uri helper functions in gedit-utils and icon loading functions
	in gtk 2.14
	* plugins/filebrowser/gedit-file-browser-store.c: fixed problem with
	cancelling mount operation. Added use of gtk_mount_operation.
	* plugins/filebrowser/gedit-file-browser-widget.c: use gtk_show_uri
	instead of gnome_url_show

svn path=/trunk/; revision=6357
2008-08-06 20:59:06 +00:00
Jesse van den Kieboom
1217a03833 ported file browser plugin to gio
* plugins/filebrowser/*: ported file browser plugin to gio

svn path=/trunk/; revision=6260
2008-05-05 09:39:00 +00:00
Jesse van den Kieboom
9f431183e2 Make use of gedit_utils_uri_has_file_scheme instead of using
* plugins/filebrowser/gedit-file-browser-plugin.c:
	* plugins/filebrowser/gedit-file-browser-utils.[ch]:
	* plugins/filebrowser/gedit-file-browser-widget.c:

	Make use of gedit_utils_uri_has_file_scheme instead of using
	gedit_file_browser_utils_is_local

	* plugins/filebrowser/gedit-file-browser-plugin.c: do not open file
	browser at first opened document when it is a remote file (to avoid
	problems with bug #352824)
2006-08-25 10:41:32 +00:00
Jesse van den Kieboom
fed404d077 Fixed checking for uri to be local
* plugins/filebrowser/gedit-file-browser-utils.[ch]:
	* plugins/filebrowser/gedit-file-browser-plugin.c:
	* plugins/filebrowser/gedit-file-browser-widget.c:

	Fixed checking for uri to be local
2006-08-04 20:11:44 +00:00
Paolo Borelli
2fcef7d4f9 let there be a file tree pane 2006-07-24 18:29:06 +00:00