summaryrefslogtreecommitdiff
path: root/gnome-about
Commit message (Collapse)AuthorAgeFilesLines
...
* Added myself.Ole Laursen2002-08-192-0/+5
| | | | | | 2002-08-19 Ole Laursen <olau@hardworking.dk> * contributors.h: Added myself.
* added myselfDeepa Natarajan2002-08-132-0/+5
| | | | | | 2002-08-13 Deepa Natarajan <deepa.natarajan@wipro.com> * contributors.h: added myself
* added myselfFrank Worsley2002-08-123-15/+55
| | | | | | | | | | | 2002-08-12 Frank Worsley <fworsley@shaw.ca> * contributors.h: added myself * gnome-about.c: (mouseclick_scroll), (mousewheel_scroll), (keypress_scroll), (draw_intro), (draw_names), (draw_end), (main): let the mousewheel scroll the list up and down
* use $(prefix)/$(DATADIRNAME)/locale instead of $datadir/locale for localeMark McLoughlin2002-06-172-5/+11
| | | | | | | | 2002-06-18 Mark McLoughlin <mark@skynet.ie> * Makefile.am: use $(prefix)/$(DATADIRNAME)/locale instead of $datadir/locale for locale directory location. Reported by Hidetoshit Tajima in #83623.
* - look in DATADIR not LIBDIRBastien Nocera2002-05-203-477/+479
|
* Add Christian Schaller.Glynn Foster2002-05-092-0/+5
| | | | | | 2002-05-09 Glynn Foster <glynn.foster@sun.com> * contributors.h: Add Christian Schaller.
* focus now reaches the drawing area. Fixes bug# 79461.Deepa Natarajan2002-05-092-0/+17
| | | | | | | 2002-04-25 Deepa Natarajan <deepa.natarajan@wipro.com> * gnome-about.c: focus now reaches the drawing area. Fixes bug# 79461.
* added myselfJakub Steiner2002-05-022-0/+6
|
* added myselfMikael Hallendal2002-04-222-0/+5
| | | | | | 2002-04-22 Mikael Hallendal <micke@codefactory.se> * contributors.h (contributors): added myself
* Apply patch from bug #72218 to make this beast accessibleDeepa Natarajan2002-04-202-0/+69
| | | | | | | | | | | Fri Apr 19 21:11:44 2002 George Lebl <jirka@5z.com> * Apply patch from bug #72218 to make this beast accessible 2002-03-23 Deepa Natarajan <deepa.natarajan@wipro.com> * gnome-about.c: set atk name, set tooltips for logo, contributors names and links.
* Added Wang Jian and myselfKwok-Koon Cheung2002-04-192-0/+10
|
* Added a really simple starfield effect to the drawing areaStephen Browne2002-04-173-0/+46
| | | | and stuck my name in as a contributor
* fixed spelling of my surnameNils Pedersen2002-04-012-1/+6
|
* add deprecated cflags.Mark McLoughlin2002-04-014-94/+255
| | | | | | | | | | | | 2002-04-01 Mark McLoughlin <mark@skynet.ie> * Makefile.am: add deprecated cflags. * gnome-about.c: port to pango, and in the process jazz up the scrolling a little. We could still do with a lot more eye candy here ... * contributors.h: kill header and footer.
* use font style from the themes if availableDeepa natarajan2002-03-292-9/+7
| | | | | | 2002-03-29 Deepa natarajan <deepa.natarajan@wipro.com> * gnome-about.c: use font style from the themes if available
* set the default response to OK. Thanks Deepa ..Mark McLoughlin2002-03-202-0/+6
| | | | | | | 2002-03-20 Mark McLoughlin <mark@skynet.ie> * gnome-about.c: (main): set the default response to OK. Thanks Deepa ..
* don't the window be resizable, fix weird rendering bug when it is resizedMark McLoughlin2002-03-202-14/+10
| | | | | | | | 2002-03-20 Mark McLoughlin <mark@skynet.ie> * gnome-about.c: don't the window be resizable, fix weird rendering bug when it is resized and fix core on canvas destroy.
* - added myself, and Paolo MaggiBastien Nocera2002-03-022-0/+6
|
* add WARN_CFLAGS.Mark McLoughlin2002-02-262-0/+5
| | | | | | 2002-02-26 Mark McLoughlin <mark@skynet.ie> * Makefile.am: add WARN_CFLAGS.
* kill its not needed. (main): remove redundant G_OBJECT casts.Mark McLoughlin2002-02-212-17/+14
| | | | | | | 2002-02-21 Mark McLoughlin <mark@skynet.ie> * gnome-about.c: (unref_gdk_pixbuf): kill its not needed. (main): remove redundant G_OBJECT casts.
* Removed deprecated calls.Deepa Chacko Pillai2002-02-212-45/+55
| | | | | | 2002-02-21 Deepa Chacko Pillai <deepa.chacko@wipro.com> * gnome-about.c: Removed deprecated calls.
* Remove unneeded gettext calls.Kjartan Maraas2002-02-212-2/+6
| | | | | | 2002-02-21 Kjartan Maraas <kmaraas@gnome.org> * gnome-about.c: Remove unneeded gettext calls.
* add myself.Mark McLoughlin2002-02-193-1/+9
| | | | | | | | | 2002-02-19 Mark McLoughlin <mark@skynet.ie> * contributors.h: add myself. * gnome-about.c: (cb_keypress): don't return FALSE, so that mnemonic work.
* Version 1.5.9.GNOME_DESKTOP_1_5_9Mark McLoughlin2002-02-132-3/+8
| | | | | | | | | | | | | | | | | | | | 2002-02-13 Mark McLoughlin <mark@skynet.ie> * configure.in: Version 1.5.9. 2002-02-13 Mark McLoughlin <mark@skynet.ie> * AUTHORS: update to reflect libgnome-desktop and gnome-about authors. * MAINTAINERS, HACKING: me and george for the moment. * gnome-core.spec.in: * Makefile.am: change spec file name to gnome-desktop.spec.in. * README: update. * configure.in: remove cruft
* #include <gnome.h> => #include <libgnome/libgnome.h>Chris Phelps2002-01-052-2/+3
|
* {applets,gnome-about,gnome-desktop,gnome-terminal}/Makefile.am:Frank Belew (Myth)2002-01-052-1/+6
| | | | | remove -I$(includedir), bad things happen when prefix is the same as gnome1 and that gets added so early on the list
* remove intl remove intl (*_LDADD): remove INTLLIBSGediminas Paulauskas2001-12-081-4/+1
| | | | | | | | 2001-12-08 Gediminas Paulauskas <menesis@delfi.lt> * Makefile.am: (SUBDIRS): remove intl * various other Makefile.am: (INCLUDES): remove intl (*_LDADD): remove INTLLIBS
* always get translated messages in UTF-8.Gediminas Paulauskas2001-11-261-0/+1
| | | | | | | 2001-11-27 Gediminas Paulauskas <menesis@delfi.lt> * all files containing main(): always get translated messages in UTF-8.
* replaced xml-i18n-* with intltool-* cleaned up EXTRA_SUBDIRS removedFrank Belew (Myth)2001-11-192-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: replaced xml-i18n-* with intltool-* cleaned up EXTRA_SUBDIRS * configure.in: removed AM_PROG_XML_I18N_TOOLS added GETTEXT_PACKAGE definition, and added AC_SUBST and AC_DEFINE_UNQUOTED to complete the change * acconfig.h: added #undef GETTEXT_PACKAGE po/ * .cvsignore: added po2tbl.sed.in panel/ * Makefile.am: added panel-shell.h to panel_headers added panel-marshal.list to EXTRA_DIST * APPLET_WRITING, gnome-panel-add-launcher.c, gnome-panel-properties.c,i gnome-panel-screenshot.c, main.c, doc/panel.sgml: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain help-browser/ * gnome-help-browser.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain gsm/ * Makefile.am: added gsm-marshal.list to EXTRA_DIST * gnome-login-check.c, main.c, save-session.c, session-properties-capplet.c, session-properties.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain gnome-terminal/ * gnome-terminal.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain * Makefile.am: added gnome-terminal.glade to EXTRA_DIST gnome-hint/ * gnome-hint-properties.c, gnome-hint.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain gnome-desktop/ * Makefile.am: added gnome-hint.h to libgnomeui_HEADERS gmenu/ * main.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain gnome-about/ * gnome-about.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain
* fix my nameJoe Shaw2001-10-251-1/+1
|
* Add various usability people.Seth Nickell2001-10-172-0/+10
| | | | | | | | 2001-10-16 Seth Nickell <snickell@stanford.edu> * contributors.h: Add various usability people.
* UpdateAlex Larsson2001-10-123-9/+16
| | | | | | | | | | | 2001-10-12 Alex Larsson <alexl@redhat.com> * Makefile.am: Update * gnome-about.c: Change gdk-pixbuf canvas item include path Use accessor function for style->font.
* Added myself.Carlos Perelló Marín2001-09-042-0/+7
| | | | | | 2001-09-04 Carlos Perelló Marín <carlos@gnome-db.org> * contributors.h: Added myself.
* - Added myself to the contributors list (nothing wrong with a little selfChristian Schaller2001-09-021-0/+1
| | | | | | 2001-09-02 Christian Schaller <Uraeus@linuxrising.org> - Added myself to the contributors list (nothing wrong with a little self indulgence IMHO :) - Did not add Axl Torvalds
* Added myself (with Dan's blessing)Marius Andreiana2001-07-061-0/+1
| | | | | | 2001-07-06 Marius Andreiana <mandreiana@yahoo.com> * gnome-about/contributors.h: Added myself (with Dan's blessing)
* Adding a few contributors who were missing.Dan Mueth2001-04-271-0/+5
| | | | | | | | 2001-04-26 Dan Mueth <dan@eazel.com> Adding a few contributors who were missing. * gnome-about/contributors.h:
* Updated Swedish translation, and added myself to contributors.h.Christian Rose2001-04-262-0/+5
|
* Updated Azeri file, moved Bulgarian file to a standard name, Removed nonPablo Saratxaga2001-04-132-25/+40
| | | | | | Updated Azeri file, moved Bulgarian file to a standard name, Removed non ascii chars from source
* Added myself.Jens Finke2001-03-222-0/+5
| | | | | | 2001-03-22 Jens Finke <jens@gnome.org> * contributors.h: Added myself.
* Added myself.Jamin Philip Gray2001-03-202-1/+6
| | | | | | 2001-03-20 Jamin Philip Gray <jgray@writeme.com> * contributors.h: Added myself.
* Added myself.Timur Bakeyev2001-03-112-0/+5
| | | | | | 2001-03-10 Timur Bakeyev <timur@gnu.org> * contributors.h: Added myself.
* Added myself to the comtributors list.Christian Meyer2001-03-102-0/+5
|
* Updated french translation.Christophe Merlet2001-03-092-0/+5
|
* Added myself.Dan Damian2001-02-152-0/+5
| | | | * Added myself.
* Using translated string to calculate max width.Martin Norbäck2001-01-242-1/+6
| | | | | | | 2001-01-24 Martin Norbäck <d95mback@dtek.chalmers.se> * gnome-about.c (get_max_width): Using translated string to calculate max width.
* i18n fix for myselfSzabolcs Ban2000-12-192-1/+5
|
* Heh blackoutSzabolcs Ban2000-12-041-1/+1
|
* Fixed my nameSzabolcs Ban2000-12-042-1/+6
|
* s/Maurer Dietmar/Dietmar Maurer/George Lebl2000-09-132-1/+5
| | | | | | Wed Sep 13 16:50:56 2000 George Lebl <jirka@5z.com> * contributors.h: s/Maurer Dietmar/Dietmar Maurer/
* Added myself to gnome-about.Jose Maria Celorio2000-09-132-0/+5
|