summaryrefslogtreecommitdiff
path: root/libgnome-desktop/libgnomeui
Commit message (Collapse)AuthorAgeFilesLines
* Merge from trunkSøren Sandmann Pedersen2008-06-164-242/+49
| | | | svn path=/branches/randr-12/; revision=5115
* Rename Output -> GnomeOutputInfoSøren Sandmann Pedersen2008-06-101-5/+5
| | | | svn path=/branches/randr-12/; revision=5113
* Rename Configuration -> GnomeRRConfigSøren Sandmann Pedersen2008-06-101-33/+33
| | | | svn path=/branches/randr-12/; revision=5111
* Rename monitor-db -> gnome-rr-configSøren Sandmann Pedersen2008-06-102-1/+1
| | | | svn path=/branches/randr-12/; revision=5110
* Rename some filesSøren Sandmann Pedersen2008-06-103-3/+3
| | | | svn path=/branches/randr-12/; revision=5108
* Put RW* into the gnome namespace; various formatting fixesSøren Sandmann2008-06-102-85/+85
| | | | | | | | | Tue Jun 10 13:29:52 2008 Søren Sandmann <sandmann@redhat.com> * Put RW* into the gnome namespace; various formatting fixes svn path=/branches/randr-12/; revision=5107
* Add copyright statement and warning about unstable API.Soren Sandmann Pedersen2008-05-142-0/+54
| | | | | | | | | | | | | | | | | | 2008-05-14 Soren Sandmann Pedersen <sandmann@redhat.com> * libgnomeui/randrwrap.h: Add copyright statement and warning about unstable API. * libgnomeui/monitor-db.h: Same. * monitor-db.c: Same * randrwrap.c: Same * edid.h: Add Copyright statement and header guards svn path=/branches/randr-12/; revision=5084
* Invert the logic in the detection of clone mode so that it works for aJames Westby2008-05-143-4/+154
| | | | | | | | | | | | | | | | 2008-04-17 James Westby <james.westby@canonical.com> * monitor-db.c (configuration_new_current): Invert the logic in the detection of clone mode so that it works for a single screen as well. Without this change single screens are always reported as clone, which makes no sense. 2008-05-14 Soren Sandmann Pedersen <sandmann@redhat.com> * Check in RandR 1.2 support svn path=/branches/randr-12/; revision=5081
* Add gnome_bg_load_from_preferences(). So applications don't have to relyWilliam Jon McCann2008-05-121-8/+10
| | | | | | | | | | | | | | | | 2008-05-12 William Jon McCann <jmccann@redhat.com> * gnome-bg.c (set_color_from_string), (set_color_type_from_string), (set_placement_from_string), (do_changed), (queue_changed), (gnome_bg_load_from_preferences), (gnome_bg_finalize), (gnome_bg_class_init), (gnome_bg_set_color), (gnome_bg_set_placement), (gnome_bg_set_uri), (on_timeout): * libgnomeui/gnome-bg.h: Add gnome_bg_load_from_preferences(). So applications don't have to rely on libbackground. Fixes #532414 svn path=/trunk/; revision=5076
* Add unstable API guardSoren Sandmann2008-01-251-0/+4
| | | | | | | | | | | | 2008-01-25 Soren Sandmann <sandmann@redhat.com> * libgnomeui/gnome-bg.h: Add unstable API guard * gnome-bg.c: define GNOME_DESKTOP_USE_UNSTABLE_API before including gnome-bg.h svn path=/trunk/; revision=4975
* New file New fileSøren Sandmann2007-11-132-1/+100
| | | | | | | | | | | | Tue Nov 13 17:48:13 2007 Søren Sandmann <sandmann@redhat.com> * libgnomeui/gnome-bg.h: New file * gnome-bg.c: New file Add GnomeBG API. See bug 488039 svn path=/trunk/; revision=4928
* add license headers Fix bug #413734Vincent Untz2007-03-051-0/+19
| | | | | | | | | | | | | 2007-03-05 Vincent Untz <vuntz@gnome.org> * libgnome-desktop/test-ditem.c: * libgnome-desktop/test-hint.c: * libgnome-desktop/test-ditem-edit.c: * libgnome-desktop/gnome-hint.c: * libgnome-desktop/libgnomeui/gnome-hint.h: add license headers Fix bug #413734 svn path=/trunk/; revision=4716
* deprecate this stuffVincent Untz2006-11-132-4/+8
| | | | | | | | | 2006-11-13 Vincent Untz <vuntz@gnome.org> * gnome-ditem-edit.c: * gnome-hint.c: * libgnomeui/gnome-ditem-edit.h: * libgnomeui/gnome-hint.h: deprecate this stuff
* fix some API documentationVincent Untz2006-03-261-1/+1
| | | | | | | 2006-03-26 Vincent Untz <vuntz@gnome.org> * gnome-desktop-item.c: * gnome-ditem-edit.c: fix some API documentation
* remove the dependancy on strptime(). Fixes #135922.Mark McLoughlin2004-03-051-0/+2
| | | | | | | | | | | | 2004-03-05 Mark McLoughlin <mark@skynet.ie> * gnome-about.c: (create_date_string): remove the dependancy on strptime(). Fixes #135922. 2004-03-05 Mark McLoughlin <mark@skynet.ie> * configure.in: remove the XOPEN_SOUCE define since we don't use strptime anymore.
* Moving 3 headers around to make it possible to build against uninstalledLaszlo Peter2004-02-182-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-02-18 Laszlo Peter <laca@sun.com> Moving 3 headers around to make it possible to build against uninstalled gnome-desktop; adding uninstalled.pc file. * libgnome-desktop/gnome-desktop-item.c: * libgnome-desktop/gnome-desktop-item.h: move this to libgnome/ subdir * libgnome-desktop/gnome-ditem-edit.h: move to libgnomeui/ subdir * libgnome-desktop/gnome-hint.h: move to libgnomeui/ subdir * libgnome-desktop/libgnome/Makefile.am: new file * libgnome-desktop/libgnomeui/Makefile.am: new file * libgnome-desktop/gnome-ditem-edit.c: update #include's of the moved headers * libgnome-desktop/gnome-hint.c: update #include * libgnome-desktop/test-ditem-edit.c: update #include * libgnome-desktop/test-ditem.c: update #include * libgnome-desktop/test-hint.c: update #include * libgnome-desktop/gnome-desktop-2.0-uninstalled.pc.in: new file * libgnome-desktop/Makefile.am: remove the installed headers from here, add libgnome, libgnomeui subdirs * configure.in: add the new pc file and Makefiles.
* added some needed API. One for setting location as file, and setting aGeorge Lebl2001-12-141-0/+8
| | | | | | | | Fri Dec 14 15:58:06 2001 George Lebl <jirka@5z.com> * gnome-desktop-item.[ch], gnome-ditem-edit.[ch]: added some needed API. One for setting location as file, and setting a directory only editor and setting initial type string.
* Make launching standards compliant and realize that the standard sucksGeorge Lebl2001-12-081-2/+2
| | | | | | | | | Sat Dec 08 11:27:35 2001 George Lebl <jirka@5z.com> * gnome-desktop-item.[ch]: Make launching standards compliant and realize that the standard sucks donkeyballs. It's utterly ambiguous. I try to handle the corner cases but I dunno if I'm right. Needs more clarification.
* Inherit from GtkDialog instead of GnomeDialog.Anders Carlsson2001-11-281-3/+2
| | | | | | | | | 2001-11-28 Anders Carlsson <andersca@gnu.org> * gnome-hint.h: Inherit from GtkDialog instead of GnomeDialog. * gnome-hint.c: Likewise.
* sync gnome_hint_new def.Mark McLoughlin2001-10-251-1/+2
| | | | | | 2001-10-25 Mark McLoughlin <mark@skynet.ie> * gnome-hint.h: sync gnome_hint_new def.
* Header file for GnomeHint widgetStephen Browne2001-10-221-0/+46
|
* Add a _set_editable call which makes the entry editable or not. Useful forGeorge Lebl2001-09-271-0/+3
| | | | | | | | Wed Sep 26 23:04:04 2001 George Lebl <jirka@5z.com> * gnome-ditem-edit.[ch]: Add a _set_editable call which makes the entry editable or not. Useful for read only items. Currently a stupid implementation.
* include gobject/gtype.hGeorge Lebl2001-09-211-0/+3
| | | | | | | | | Fri Sep 21 12:14:06 2001 George Lebl <jirka@5z.com> * gnome-desktop-item.h: include gobject/gtype.h * gnome-ditem-edit.[ch]: include evil api to grab focus, to be replaced by a correct way to do this in the future.
* make sure name/encoding/version are set, location return is now const, andGeorge Lebl2001-09-201-1/+1
| | | | | | | | | | Thu Sep 20 16:38:11 2001 George Lebl <jirka@5z.com> * gnome-desktop-item.[ch]: make sure name/encoding/version are set, location return is now const, and some better checks. Also fix saving 'under' and some 'modified' logic * gnome-ditem-edit.h: fix comment
* Few more accessors, whack the push/pop of sections. Keys can now includeGeorge Lebl2001-09-191-4/+9
| | | | | | | | | | | | | Tue Sep 18 23:11:33 2001 George Lebl <jirka@5z.com> * gnome-desktop-item.[ch]: Few more accessors, whack the push/pop of sections. Keys can now include sections, add actual error returns * gnome-ditem-edit.[ch]: whack crack entries, make compile, and port to new desktop item. * Makefile.am: add the ditem-edit
* All bonobo stuff. Removed for now. This is in bonobo somewhere now anyway.George Lebl2001-09-081-0/+104
| | | | | | | | | | | | | | | | Sat Sep 08 01:55:29 2001 George Lebl <jirka@5z.com> * All bonobo stuff. Removed for now. This is in bonobo somewhere now anyway. * Makefile.am: Fixup for the current no-bonobo build * gnome-desktop-item.[ch], test-ditem.c: Made loading/saving work and add tests * gnome-ditem-edit.[ch]: Add this, currently the same version that was the last working one in libgnomeui HEAD. Doesn't compile nor work with the ditem yet.
* Removed.Martin Baulig2001-08-111-104/+0
| | | | | | 2001-08-11 Martin Baulig <baulig@suse.de> * gnome-ditem-edit.[ch]: Removed.
* Make it a widget instead of an object, (this is all new api anyway soGeorge Lebl2001-05-211-43/+8
| | | | | | | | | | | | | Mon May 21 00:49:03 2001 George Lebl <jirka@5z.com> * gnome-ditem-edit.[ch]: Make it a widget instead of an object, (this is all new api anyway so we're allowed to break it if it's broken) Also whack ALL the accessors for widgets inside as those are stupid. And make the ref couting scheme on the ditem a bit saner (copy on set, ref on get), and update comments and documention strings througout. The icon entry stuff doesn't see changes and would get it wrong anyway, need to talk to martin. Now for my next trick I'll try to get this to follow the .desktop standard.
* s/\#include[ \t]*<libgnomebase\/gnome-defs.h>//;Michael Meeks2001-04-191-3/+3
| | | | | | | | | | 2001-04-19 Michael Meeks <michael@ximian.com> * *.[ch]: s/\#include[ \t]*<libgnomebase\/gnome-defs.h>//; s/BEGIN_GNOME_DECLS/G_BEGIN_DECLS/g; s/END_GNOME_DECLS/G_END_DECLS/g;
* Fix #includes for libgnomebase.Martin Baulig2001-04-151-2/+2
|
* All _get_type functions are now G_GNUC_CONST to make things just a tadGeorge Lebl2000-09-011-1/+1
| | | | | | | Fri Sep 01 03:33:09 2000 George Lebl <jirka@5z.com> * *.h: All _get_type functions are now G_GNUC_CONST to make things just a tad better optimized on gcc.
* raise version to 1.95.0 so that it's at least more then 1.2. UseGeorge Lebl2000-07-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Jul 06 01:21:08 2000 George Lebl <jirka@5z.com> * configure.in: raise version to 1.95.0 so that it's at least more then 1.2. Use AM_GNOME_GETTEXT and not AM_GNOME2_GETTEXT, this seems to work but sounds wrong. Remove the gnorba devel-docs makefile as gnorba is out anyway * devel-docs/Makefile.am: take out gnorba dir * libgnomeui/*.h: Add a _GET_CLASS macro to all gtk objects * libgnomeui/*.c: For all gtk objects, fixup get_type function, fixup all references to klass and type. Remove the push_visual/pop_visual functions as per gtk2.0 changes file. shutdown and finalize are now in GObject. * libgnomeui/gnome-helpsys.c: GdkRectangle, GtkRequisition have gint as the numbers, not guint16 nor gint16 * libgnomeui/gnome-popup-help.c: Use a separate private structure instead of reuising GtkTooltipsData which was broken anyway * libgnomeui/gnome-roo.c: finalize class calls parent handler now * libgnomeui/gnome-winhints.c: Don't use the private structure, but use the standard macros for getting at the Xlib stuff * libgnomeui/gnometypes.c: try porting this to glib1.3 type stuff, appears to work, not sure if it's all correct. * test-gnome/*.c: visual stuff, _GET_CLASS, and other fixes * zvt/background.c: take out and shoot some hackish gdk stuff, and hope that gdk 1.3 does not kill the background pixmap now like gdk used to. * zvt/zvtterm.c: the regular changes for 1.3 as in libgnomeui
* Put private members into a private structureBEFORE_GTK_1_3_CHANGESGeorge Lebl2000-06-261-45/+4
| | | | | | | Sun Jun 25 17:35:07 2000 George Lebl <jirka@5z.com> * gnome-ditem-entry.[ch]: Put private members into a private structure
* Sat May 20 Martijn van Beers <martijn@earthling.net>Martijn van Beers2000-05-201-3/+5
| | | | | | * (every GtkObject).h: make sure every object has GNOME_TYPE_ and GNOME_IS_*_CLASS macros, and format them consistently with each other and gtk+
* fix api naming. the child1,child2 are now functions (should ease wrappers)George Lebl2000-05-191-20/+25
| | | | | | | | | | Thu May 18 20:31:16 2000 George Lebl <jirka@5z.com> * gnome-ditem-edit.[ch]: fix api naming. the child1,child2 are now functions (should ease wrappers) and there's a child3 accessor. new_notebook now refs/sinks the object, and when the notebook dies it unrefs it. This is much saner behaviour and the notebook thus basically "takes ownership" of the ditem-edit
* Sort. Update. Remove the ESD stuff from here. Remove KDE_ICONDIR_* - onlyGNOME_LIBS_1_1_0Elliot Lee2000-02-211-0/+4
| | | | | | | | | | | | * AUTHORS: Sort. * HACKING, README, README.cvs-commits: Update. * acinclude.m4: Remove the ESD stuff from here. * configure.in: Remove KDE_ICONDIR_* - only used by deprecated code. * idl/Makefile.am: Remove unused .idl files. * libgnome/Makefile.am: Move some 'backwards compat' files into the compat library, remove gconfigger. * libgnome/dns-helper.c, libgnome/gconfigger.c: Remove unused * libgnomeui/gnome-canvas-load.[ch]: Remove unused. * */*.[ch] (I kid you not): Deck the halls with copyright notices, etc...
* update for the new gnome-ditem stuff and make it store a ref to any ditemGeorge Lebl2000-01-161-5/+31
| | | | | | | | | | | Sun Jan 16 02:45:10 2000 George Lebl <jirka@5z.com> * gnome-ditem-edit.[ch]: update for the new gnome-ditem stuff and make it store a ref to any ditem is loads so that information not updated in the gui is not lost. Also add a whole bunch of preconditions to public methods, fix the header define, added accessors for new widgets, and fixed the ordering in the translations list
* make it compileHavoc Pennington1999-12-211-0/+142
1999-12-21 Havoc Pennington <hp@redhat.com> * oafgnome.c (rcmd_activator): make it compile * gnome-preferences.h: take load/save custom out of the header (this hasn't compiled for ages, don't know why no one noticed). * gnome-stock.h, gnome-stock.c: emacs magic * gnome-pixmap.c, gnome-pixmap.h: Add copyright notices and file magic. comment cleanup * gnome-ditem-edit.h, gnome-ditem-edit.c: mostly cut-and-paste from gnome-dentry-edit, not testable until we get the icon list. 1999-12-21 Havoc Pennington <hp@redhat.com> * gnome-ditem.c: new functions to get the best comment/name to display to the current user (by locale list).