2002-08-26 Radek Doulik * Makefile.am (deskdir): don't install two .desktop files for control center 2002-05-23 Radek Doulik * main.c: let capplet know about smileys 2002-03-27 Larry Ewing * Makefile.am (gladedir): add the version to the glade path. * Makefile.am: use GTKHTML_DATADIR. 2002-01-08 Radek Doulik * main.c: remove spell checking options and add button to call gnome spell control applet 2001-10-15 Radek Doulik * main.c (APPLY): handle points attribute * gtkhtml-capplet.glade: added change handler to print variable font picker 2001-09-12 Radek Doulik * main.c (picker_clicked): set filter only for mono spaced fonts, allow selection of monospaced font for proportional (I realized this with Japanese fonts, where you often want use mono spaced font as your base [proportional] font) 2001-08-28 Radek Doulik * gnome-bindings-prop.c (get_keymap): be more carefull about active item (gnome_bindings_properties_get_keymap_name): be more carefull about keymap entry * main.c (main): commented out use of homerc_file, don't free it twice 2001-08-12 Radek Doulik * used next part of UI designed by Anna, removed custom keybindings functionality (before it could be rewritten to use XML to store keybindings and allow create custom keybindings based on predefined ones - probably post-1.0 :( 2001-08-07 Radek Doulik * main.c (picker_clicked): new signal handler which sets filter for font selection dialog to avoid selecting proportional font for mono spaced one and vice versa (setup): use picker_clicked 2001-07-26 Chema Celorio * gnome-bindings-prop.c (init): set the usize of the clists since the new control center is not embeding capplets but displaying them in a window 2001-07-25 Radek Doulik * Makefile.am: generate .desktop, substitute ICONSDIR * moved html-viewer.png to ../art/ 2001-07-25 Jakub Steiner * html-viewer.png: icon for the new gnomecc. I tried to modify the gtkhtml-properties.desktop and Makefile.am files, but since it didn't quite work, I'll leave that to someone who has a clue. 2001-07-13 Larry Ewing * gtkhtml-capplet.glade: rename the Magic Links checkbox. * Makefile.am (glade_DATA): copy the .desktop to the new control centers capplet directory as well (from Richard Hestilow ) 2001-06-06 gtkhtml@thewrittenword.com * gnome-bindings-prop.c (init): Sun C complains about: gchar *cols1 [2] = {_("Key"), _("Command")}; 2001-05-29 Radek Doulik * Makefile.am (EXTRA_DIST): remove gtkhtml-capplet.glade.h 2001-05-07 Larry Ewing * gtkhtml-capplet.glade: fix spelling of keyboard. 2001-04-01 Fatih Demir * .cvsignore: Added "gtkhtml-capplet.glade.h" to the ignores. 2001-02-19 Yukihiro Nakai * .desktop: Add Japanese trasnlation. * Fix Commento -> Comment 2001-01-26 Stanislav Visnovsky * gtkhtml-properties.desktop: added Slovak translation 2001-01-24 Radek Doulik * main.c: added xemacs bindings 2001-01-19 Stanislav Visnovsky * gtkhtml-properties.desktop: added Slovak translation * gtkhtml-editor-properties.desktop: added Slovak translation 2001-01-11 Radek Doulik * main.c: read/store full font name 2000-12-11 Radek Doulik * Makefile.am: added gtkhtml-capplet.glade to EXTRA_DIST 2000-12-11 Jacob "Ulysses" Berkman * main.c: merge with viewer.c, and gladify * Makefile.am: only build one capplet 2000-11-28 Radek Doulik * viewer.c (main): updated for latest gconf * aplied patch from Chipzz@ULYSSIS.Org capitalize Entry in .desktop files 2000-11-26 Christopher R. Gabriel * gtkhtml-properties.desktop: added italian translation * gtkhtml-editor-properties.desktop: Likewise 2000-11-04 Zbigniew Chyla * gtkhtml-editor-properties.desktop.cyba, gtkhtml-properties.desktop.cyba: Added Polish translation. 2000-11-01 Radek Doulik * gnome-bindings-prop.c (gnome_bindings_properties_save_keymap): save only non-empty bindings 2000-10-11 Radek Doulik * Makefile.am (CFLAGS): don't add pspell cflags, they aren't needed anymore (LDADD): removed pspell libs 2000-09-23 Jesus Bravo Alvarez * *.desktop: Added Galician translations. 2000-09-15 Radek Doulik * main.c (setup_behaviour): fixed typo 2000-09-12 Radek Doulik * main.c: capplet split into notebook pages bindings/behaviour 2000-09-11 Radek Doulik * gnome-bindings-prop.c: added keymap_selected signal (gnome_bindings_properties_get_keymap_name): new function 2000-09-09 Kjartan Maraas * *.desktop: Added Norwegian translations. 2000-09-04 Radek Doulik * viewer.c: fonts for printing 2000-08-17 Larry Ewing * Makefile.am: add pspell cflags and libs as well so that things at least compile again. 2000-08-17 Radek Doulik * main.c (apply_fonts): new helper function to set font attributes (apply): use apply_fonts (set_ui): set font attributes (setup): add table with fonts attributes, it looks like Editor capllet is going to split soon :) 2000-07-24 Fatih Demir * gtkhtml-properties.desktop: Added the Turkish desktop entries. 2000-07-21 Radek Doulik * main.c: updated to use gnome_config if gconf is disabled 2000-06-29 Radek Doulik * gnome-bindings-prop.c (bind_from_key): updated for shift 2000-06-28 Radek Doulik * gnome-bindings-prop.c (string_from_key): updated for shift (key_from_string): likewise 2000-06-20 Radek Doulik * gnome-bindings-prop.c (remove_snooper): restore grab button only if bindings are non empty (keymap_select_row): if no bindings defined, disable all editing widgets except Add button (add_button_clicked): handle properly case when no bindings defined yet (delete_button_clicked): disable editing except Add button when last binding is deleted (add_button_clicked): enable editing after binding (possibly first) added 2000-06-17 Ettore Perazzoli * Makefile.am (INCLUDES): Use `top_builddir' so that it works with builddir != srcdir. 2000-06-14 Radek Doulik * Makefile.am (gtkhtml_properties_capplet_LDADD): we include ../src/gtkhtml-properties.o in LDADD - this is quite ugly, some automake volunteer? Or maybe we should move capplet to src dir? (gtkhtml_properties_capplet_LDADD): removed -lgconf-gtk which was hack and is fixed now * new directory for capplet