Commit Graph

28417 Commits

Author SHA1 Message Date
Alberto Ruiz
5cdc9a2ab7 GtkFontChooserDialog: GtkFontButton now uses GtkFontChooserDialog instead of GtkFontSelectionDialog 2011-07-28 00:22:22 +01:00
Alberto Ruiz
6eb2f4e693 GtkFontChooser: get_font_name did not return the font size 2011-07-28 00:21:40 +01:00
Alberto Ruiz
066b5019e9 GtkFontChooser: Stub code to handle empty list by search. 2011-07-27 23:24:15 +01:00
Alberto Ruiz
118ced448b GtkFontChooser: font-name property notification wasn't properly propagated during size change from the spinbutton 2011-07-27 14:11:43 +01:00
Alberto Ruiz
8cdeb75121 GtkFontChooser: Missing G_END_DECLS in fontchooser header 2011-07-27 13:04:21 +01:00
Alberto Ruiz
c2d1738de4 GtkFontChooser: Using G_N_ELEMENTS instead of a define 2011-07-25 18:37:13 +01:00
Alberto Ruiz
6658d0d20c GtkFontChooser: Using the widget instead of the private struct as signal data in all conects 2011-07-25 18:16:55 +01:00
Alberto Ruiz
935a3e66df GtkFontChooser: Fixed coding style wrt spacing around operators 2011-07-25 17:46:50 +01:00
Alberto Ruiz
b7682cfddb GtkFontChooser: Using explicit comparisons for g_strcmp0 2011-07-25 17:41:59 +01:00
Alberto Ruiz
3fb041efb1 GtkFontChooser: Added missing breaks in switch statements 2011-07-25 17:38:54 +01:00
Alberto Ruiz
1c0d527893 GtkFontChooser: Setting all ought to be static functions as static 2011-07-25 17:35:36 +01:00
Alberto Ruiz
481efc0301 GtkFontChooserDialog: Add parent window as a parameter in the constructor 2011-07-25 17:14:49 +01:00
Alberto Ruiz
9fcfd6c13e GtkFontChooserDialog: Fix get_font_chooser public function name 2011-07-25 16:34:02 +01:00
Alberto Ruiz
21b6cec5b5 GtkFontChooser: Set correct margin values between UI elements 2011-07-25 16:30:28 +01:00
Alberto Ruiz
f23f2f9848 GtkFontChooserDialog: Use g_object_new to set initial values in the dialog constructor 2011-07-25 16:08:23 +01:00
Alberto Ruiz
33d709f924 GtkFontChooser: Remove outdated Copyright information 2011-07-25 16:04:35 +01:00
Alberto Ruiz
b74360964c GtkFontChooser: Fix size synchronization between slider and spin button 2011-07-25 15:16:09 +01:00
Alberto Ruiz
5449544f3b GtkFontChooser: Cleanup comments and fix indentation alignments 2011-07-25 15:11:20 +01:00
Alberto Ruiz
da7d819988 GtkFontChooser: Remove default geometry defines 2011-07-25 15:11:19 +01:00
Alberto Ruiz
7fd4f8e16f GtkFontChooser: Fix scroll callback connected to treeview instead of preview 2011-07-25 15:11:19 +01:00
Alberto Ruiz
d5cfd9b834 GtkFontChooser: Remove the themed color for the font title 2011-07-25 15:11:19 +01:00
Alberto Ruiz
deebacb9e2 GtkFontChooser: Use a nested grid to achieve the right layout in the size controls 2011-07-25 15:11:19 +01:00
Alberto Ruiz
b205dbbaab GtkFontChooser: Fix expand and fill properties for the grid layout 2011-07-25 15:11:19 +01:00
Alberto Ruiz
e3fee235f9 GtkFontChooser: Use GtkBox instead of GtkVBox as base class. 2011-07-25 15:11:19 +01:00
Alberto Ruiz
b54298f19c GtkFontChooser: Use const instead of G_CONST_RETURN 2011-07-25 15:11:19 +01:00
Alberto Ruiz
660ae69b4d GtkFontChooser: Add preview entry to the grid 2011-07-25 15:11:19 +01:00
Alberto Ruiz
870d4cbf01 GtkFontChooser: Initial work to use GtkGrid 2011-07-25 15:11:19 +01:00
Alberto Ruiz
cf2d18747f GtkFontChooser: GtkFontChooserDialog: Update documenation to reflect Since: 3.2 2011-07-25 15:11:19 +01:00
Alberto Ruiz
ed700f6837 GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to gtkfontchooserdialog.[ch] 2011-07-25 15:11:19 +01:00
Alberto Ruiz
48958a5181 GtkFontChooser: Use symbolic icons in the filter entry 2011-07-25 15:11:18 +01:00
Alberto Ruiz
ed5494a654 GtkFontChooser: Now shearch filters each individual term rather than the whole string at once 2011-07-25 15:11:18 +01:00
Alberto Ruiz
cdc9968777 GtkFontChooser: Restore automatic alignment on scroll to selection 2011-07-25 15:11:18 +01:00
Alberto Ruiz
58b81beeba GtkFontChooser: Removed support for deprecated functionality from GtkFontSelector 2011-07-25 15:11:18 +01:00
Alberto Ruiz
4d66ae4f4b GtkFontChooser: Expose the new widget in gtk.h and add test cases 2011-07-25 15:11:18 +01:00
Alberto Ruiz
80be013408 GtkFontChooser: Renaming the class names and fixing the tests 2011-07-25 15:11:18 +01:00
Alberto Ruiz
92d9064262 GtkFontChooser: Remove wrong usage of GTK_DISABLE_DEPRECATED 2011-07-25 15:11:18 +01:00
Alberto Ruiz
a38ede804c GtkFontChooser: Check if the deprecated widgets are present before updating the size list 2011-07-25 15:11:18 +01:00
Alberto Ruiz
7cd2c0d70e GtkFontChooser: Update fontlist on style change 2011-07-25 15:11:18 +01:00
Alberto Ruiz
7946d306db GtkFontChooser: Add a property to control whether the preview entry is shown or not 2011-07-25 15:11:18 +01:00
Alberto Ruiz
dc70a25ec3 GtkFontChooser: Better test preview text 2011-07-25 15:11:17 +01:00
Alberto Ruiz
2a8a8a7d2e GtkFontChooser: Use GTK_DISABLE_DEPRECATED on the test code 2011-07-25 15:11:17 +01:00
Alberto Ruiz
63421eac44 GtkFontChooser: Add gtk_font_selection_dialog_get_select_button and use GTK_DISABLE_DEPRECATED in gtkfontsel.h 2011-07-25 15:11:17 +01:00
Alberto Ruiz
b6b35706dd GtkFontChooser: Changed dialog label from OK to Select, deprecated get_ok_button and internal apply button. 2011-07-25 15:11:17 +01:00
Alberto Ruiz
f8d57aaa6c GtkFontChooser: Added test for GtkFontSelectionDialog 2011-07-25 15:11:17 +01:00
Alberto Ruiz
ebc2d19c7b GtkFontChooser: implement gtk_font_selection_set/get_preview_text 2011-07-25 15:11:17 +01:00
Alberto Ruiz
296b8f8d4c GtkFontChooser: check if font name is NULL in gtk_font_selection_set_font_name 2011-07-25 15:11:17 +01:00
Alberto Ruiz
18c87e028b GtkFontChooser: gtk_font_selection_set_font_name implementation 2011-07-25 15:11:17 +01:00
Alberto Ruiz
a948585140 GtkFontChooser: Setting the font-name property. Test updates. Remove warnings. 2011-07-25 15:11:17 +01:00
Alberto Ruiz
3a1c575628 GtkFontChooser: Improve bootstrapping of the deprecated lists 2011-07-25 15:11:17 +01:00
Alberto Ruiz
3b44051d5f GtkFontChooser: Update selection on deprecated size list selection 2011-07-25 15:11:17 +01:00