Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfy
2005-11-14 Kjartan Maraas <kmaraas@gnome.org> * */*: Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. * libkbddraw/keyboard-drawing.h: ANSIfy some function declarations.
This commit is contained in:
parent
c64b931ac0
commit
564a9d03aa
56 changed files with 165 additions and 166 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* font-method.c: (get_pango_name), (do_open):
|
||||
* ftstream-vfs.c:
|
||||
* thumbnailer.c: Mark code static and remove unused code.
|
||||
|
||||
2005-08-04 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* font-view.c (add_face_info): follow symlinks when getting
|
||||
|
|
|
@ -100,7 +100,7 @@ get_pango_name(FcPattern *pat)
|
|||
* if not, remove the comma. */
|
||||
if (str->str[str->len-1] == ',') {
|
||||
const gchar *lastword;
|
||||
gint wordlen, i;
|
||||
gint wordlen;
|
||||
gboolean word_matches;
|
||||
const char *modifier_words[] = {
|
||||
"Oblique", "Italic", "Small-Caps", "Ultra-Light", "Light",
|
||||
|
@ -414,8 +414,6 @@ do_open(GnomeVFSMethod *method,
|
|||
|
||||
/* handle the .directory file */
|
||||
if (!strcmp(path, "/.directory")) {
|
||||
GnomeVFSURI *uri;
|
||||
|
||||
uri = gnome_vfs_uri_new(FONT_METHOD_DIRECTORY);
|
||||
result = gnome_vfs_open_uri_cancellable(
|
||||
(GnomeVFSHandle **)method_handle, uri, mode, context);
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include FT_FREETYPE_H
|
||||
#include <libgnomevfs/gnome-vfs.h>
|
||||
|
||||
static unsigned long
|
||||
static guint64
|
||||
vfs_stream_read(FT_Stream stream,
|
||||
unsigned long offset,
|
||||
unsigned char *buffer,
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <libgnomevfs/gnome-vfs.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
const gchar *
|
||||
static const gchar *
|
||||
get_ft_error(FT_Error error)
|
||||
{
|
||||
#undef __FTERRORS_H__
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* theme-method.c: (do_open): Remove unused var.
|
||||
|
||||
2005-09-25 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* themus-theme-applier.desktop.in.in:
|
||||
|
|
|
@ -337,8 +337,6 @@ do_open(GnomeVFSMethod *method,
|
|||
|
||||
/* handle the .directory file */
|
||||
if (!strcmp(path, "/.directory")) {
|
||||
GnomeVFSURI *uri;
|
||||
|
||||
uri = gnome_vfs_uri_new(THEME_METHOD_DIRECTORY);
|
||||
result = gnome_vfs_open_uri_cancellable(
|
||||
(GnomeVFSHandle **)method_handle, uri, mode, context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue