2002-12-04 James Henstridge <james@daa.com.au>
* src/font-view.c (main): get font to render correctly. Things
work fine now that I am using the same FT_Library handle as Xft
was ...
2002-12-04 Havoc Pennington <hp@pobox.com>
* gnome-keybinding-properties.c (clear_old_model): create a sort
model for the treeview.
2002-12-03 Havoc Pennington <hp@pobox.com>
* gnome-keybinding-properties.c (append_keys_to_tree): store
description in the KeyEntry
(cb_check_for_uniqueness): don't complain if a key is a duplicate
of itself.
(accel_edited_callback): use human-readable key name in the error
message, not the gconf key. Reword error message to say "shortcut"
like the other text in the dialog. Allow duplicate disabled keys
(keyval == 0)
(accel_edited_callback): the passed-in mask is an
EggVirtualModifierType.
(struct KeyEntry): the mask is an EggVirtualModifierType
(binding_name): use egg_virtual_accelerator_name() not
gtk_accelerator_name().
(binding_from_string): use egg_accelerator_parse_virtual
2002-12-04 James Henstridge <james@daa.com.au>
* src/font-view.c (main): start of simple font viewer program.
Doesn't correctl display the text yet though :(
* src/ftstream-vfs.c (FT_New_Face_From_URI): rename function to
match naming scheme used elsewhere.
Tue Dec 3 14:26:05 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-theme-details.c (window_theme_selection_changed): Fix
g_assert_not_reached() that can be reached.
Tue Dec 3 00:40:13 2002 Jonathan Blandford <jrb@gnome.org>
* .cvsignore: shut up, CVS
* Makefile.am: build new objects
* gnome-theme-details.[ch]: New file to encapsulate the details
dialog.
* gnome-theme-manager.c: Restructure code. Less love, more work.
Prolly an improvement.
2002-12-02 James Henstridge <james@daa.com.au>
* src/thumbnailer.c (draw_char): split code for drawing character
into separate function.
(save_pixbuf): function to save the pixbuf. We crop the pixbuf
leaving PAD_PIXELS pixels round the edges.
* src/ftstream-vfs.c (FT_New_URI_Face): unset the
FT_FACE_FLAG_EXTERNAL_STREAM flag on the face, so that it gets
freed with the face. (this is a bit of a hack ...).
2002-12-02 James Henstridge <james@daa.com.au>
* src/ftstream-vfs.c (FT_New_URI_Face): unset the
FT_FACE_FLAG_EXTERNAL_STREAM flag on the face, so that it gets
freed with the face. (this is a bit of a hack ...).
2002-12-02 James Henstridge <james@daa.com.au>
* src/thumbnailer.c (main): fix bound on for loop (gaaaargh).
(main): re-enable shutdown of the library
* src/Makefile.am (libfont_method_la_LIBADD): fix typo.
* src/ftstream-vfs.c (FT_New_URI_Face): FT_Stream is a pointer, so
sizeof(FT_Stram) gives the wrong result :(
2002-12-01 Havoc Pennington <hp@pobox.com>
* gnome-window-properties.c: modify to use slider/radio instead of
spinbutton/optionmenu.
* gnome-window-properties.glade: make UI review changes
2002-11-15 Hasbullah Bin Pit <sebol@ikhlas.com>
* ms.po: Updated Malay Translation.
Noor Azurah Anuar <-- Jangan pisahkan, aku dan dia... Tuhan tolong lah kucinta dia
Thu Nov 14 19:01:39 2002 Jonathan Blandford <jrb@gnome.org>
* gnome-keybinding-properties.c (setup_dialog): there's no need
for it to be resizable, as we have GTK_POLICY_NEVER for the
hadjustment.
Thu Nov 14 19:30:02 2002 Jonathan Blandford <jrb@gnome.org>
* theme-thumbnail.c (setup_theme_thumbnail_factory): add G_IO_HUP
so the child can actually exit when the parent does.
Thu Nov 14 17:14:00 2002 Jonathan Blandford <jrb@gnome.org>
* gnome-theme-manager.c: Use new theme system. Handle other
themes better.
* theme-thumbnail.c: new file to draw themes. Currently
synchronous -- needs to be made async.
2002-11-13 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>
* background-properties-capplet.c (drag_data_received_cb):
Reset Picture option to "Wall paper" only in the case of
"none" while DnD. Fixes#94329