ba0bc7dff0
test prog
...
2004-11-26 JP Rosevear <jpr@novell.com >
* test-info-label.c: test prog
* e-url-entry.c: get image directly from icon factory
* e-combo-button.c: ditto; convert to G_DEFINE_TYPE
* e-activity-handler.c: convert to G_DEFINE_TYPE
* e-task-widget.c: ditto
* e-task-bar.c: ditto
* e-multi-config-dialog.c: ditto
* e-dropdown-button.c: ditto
* e-cell-renderer-combo.c: ditto
* e-cell-date-edit.c: ditto
* e-calendar.c: ditto
* e-calendar-item.c: ditto
* Makefile.am: don't build the title bar, build an info label test
program
svn path=/trunk/; revision=27999
2004-11-26 15:15:36 +00:00
88040b5329
Create the arrows in these widgets as GTK_SHADOW_NONE, since the default
...
2004-02-26 Rodney Dawes <dobey@ximian.com >
* e-cell-renderer-combo.c (ecrc_get_size):
* e-dateedit.c (create_children):
* e-dropdown-button.c (e_dropdown_button_construct): Create the
arrows in these widgets as GTK_SHADOW_NONE, since the default arrow
type in GTK+ 2.x is flat triangle arrows, and shadow types are
generally ignored for arrows anyway, and so we don't look ugly with
themes that handle shadow types on arrows correctly
svn path=/trunk/; revision=24900
2004-02-26 22:20:15 +00:00
3de88468be
Use G_GNUC_FUNCTION instead of __FUNCTION__.
...
* menus/gal-view-menus.c (gal_view_menus_unmerge): Use
G_GNUC_FUNCTION instead of __FUNCTION__.
* e-dropdown-button.c (menu_deactivate_cb): Removed debugging
spew.
svn path=/trunk/; revision=20200
2003-03-06 17:24:22 +00:00
4354c0ac03
Add include of gnome-dialog.h
...
2002-11-27 Not Zed <NotZed@Ximian.com >
* e-charset-picker.c: Add include of gnome-dialog.h
* *.[ch]: ran fix.sh script over everything.
svn path=/trunk/; revision=18978
2002-12-02 03:28:22 +00:00
9c73777f22
First big sync of my GNOME 2 porting work (incomplete, and still
...
pretty broken).
Weeeeee!
svn path=/trunk/; revision=18503
2002-11-02 08:25:03 +00:00
08fb7329cb
Fixing the license text.
...
svn path=/trunk/; revision=14212
2001-10-27 16:59:46 +00:00
02dcd0aadf
Update the licensing information to require version 2 of the GPL
...
(instead of version 2 or any later version).
svn path=/trunk/; revision=14190
2001-10-27 00:25:49 +00:00
5f4ca361a0
Chain to the destroy handler in the parent class!
...
2001-08-09 Federico Mena Quintero <federico@ximian.com >
* e-calendar-item.c (e_calendar_item_destroy): Chain to the
destroy handler in the parent class!
* e-clipped-label.c (e_clipped_label_destroy): Likewise. Sigh.
* e-dropdown-button.c (impl_destroy): Likewise. Double sigh.
svn path=/trunk/; revision=11817
2001-08-09 06:22:12 +00:00
6fdea01a3e
*** empty log message ***
...
svn path=/trunk/; revision=11126
2001-07-16 14:23:48 +00:00
5fbaf3bd98
Removed unused variable.
...
2001-05-31 Federico Mena Quintero <federico@ximian.com >
* e-dropdown-button.c (impl_button_press_event): Removed unused
variable.
* e-cell-date-edit.c (e_cell_date_edit_rebuild_time_list): Removed
unused variable.
svn path=/trunk/; revision=10062
2001-05-31 19:49:50 +00:00
0345c9047d
Added #include <glib.h> and moved corresponding local headers to the top.
...
2001-04-24 Kjartan Maraas <kmaraas@gnome.org >
* e-calendar-item.c, e-calendar.c, e-cell-date-edit.c,
e-clipped-label.c: Added #include <glib.h> and moved
corresponding local headers to the top.
svn path=/trunk/; revision=9540
2001-04-24 09:26:28 +00:00
69dd62ddd0
Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #include
...
2001-03-29 Kjartan Maraas <kmaraas@gnome.org >
* e-dropdown-button.c: Replace #include <gtk/gtk.h>
* e-dropdown-button.h: Remove #include <gnome.h>
* e-filter-bar.c: Replace #include <gtk/gtk.h>
* e-filter-bar.h: Replace #include <gtk/gtk.h>
* e-messagebox.c: Add #includes to count for removed <gnome.h> in
e-messagebox.h:
* e-messagebox.h: Replace #include <gnome.h>
* e-search-bar.c: Replace #include <gnome.h>
* e-search-bar.h: Same here
* test-calendar.c: Remove #include <gnome.h>
* test-dateedit.c: Replace #include <gnome.h>
* test-dropdown-button.c: Same here.
* test-title-bar.c: Same here.
svn path=/trunk/; revision=9018
2001-03-29 18:16:57 +00:00
3ab2eaeb03
Documented.
...
svn path=/trunk/; revision=7870
2001-01-28 10:00:47 +00:00
50fea9ab7e
Changed the EDropdownButton so that it works more like a standard menu
...
bar (i.e. the menu is popped up on button_press instead of
button_release). Now it is also based on GtkToggleButton, so it stays
pushed down when the menu is on the screen.
svn path=/trunk/; revision=7869
2001-01-28 09:58:37 +00:00
d2c859ad38
Fix the API to EDropdownButton by removing args that don't make much
...
sense.
svn path=/trunk/; revision=7854
2001-01-27 10:28:58 +00:00
f0404a284a
New, simple dropdown button widget based on the thing that Damon did
...
in `e-meeting-time-sel.c'.
svn path=/trunk/; revision=7851
2001-01-27 10:13:45 +00:00