summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* updatedMETACITY_2_4_34Havoc Pennington2003-02-051-1/+1
| | | | | | | | 2003-02-04 Havoc Pennington <hp@redhat.com> * NEWS: updated * configure.in: 2.4.34
* Added Estonian Translation. Added et to ALL_LINGUAS.Tõivo Leedjärv2003-02-031-1/+1
| | | | | | | 2003-02-03 Tõivo Leedjärv <toivo@linux.ee> * po/et.po: Added Estonian Translation. * configure.in: Added et to ALL_LINGUAS.
* Global fix of ALL_LINGUAS for GNOME 2.2Kwok-Koon Cheung2003-01-291-1/+1
|
* Added "mn" to ALL_LINGUAS. Added Mongolian translation by Ochirbat BatzayaChristian Rose2003-01-221-1/+1
| | | | | | | | 2003-01-22 Christian Rose <menthos@menthos.com> * configure.in: Added "mn" to ALL_LINGUAS. * po/mn.po: Added Mongolian translation by Ochirbat Batzaya <buuvei@yahoo.com>.
* updateMETACITY_2_4_21Havoc Pennington2003-01-211-1/+1
| | | | | | | | 2003-01-20 Havoc Pennington <hp@pobox.com> * NEWS: update * configure.in: 2.4.21
* Added sl to ALL_LINGUASAndraz Tori2003-01-191-1/+1
|
* add ability to --disable-shapeHavoc Pennington2003-01-111-0/+13
| | | | | | 2003-01-11 Havoc Pennington <hp@pobox.com> * configure.in: add ability to --disable-shape
* fix the behavior of --enable-*.Akira TAGOH2003-01-111-6/+6
| | | | | | 2003-01-11 Akira TAGOH <tagoh@gnome.gr.jp> * configure.in: fix the behavior of --enable-*.
* 2.4.13METACITY_2_4_13Havoc Pennington2003-01-101-2/+3
|
* updated Vietnamese file,Pablo Saratxaga2003-01-051-1/+1
| | | | | fixed various erros in Brazilian file, added missing 'mk' to ALL_LINGUAS
* Added "fi" (Finnish).Pauli Virtanen2003-01-051-1/+1
| | | | | | 2003-01-05 Pauli Virtanen <pauli.virtanen@hut.fi> * configure.in (ALL_LINGUAS): Added "fi" (Finnish).
* *** empty log message ***Gil Osher2003-01-031-1/+1
|
* Reverted visual bell patch, #99886Havoc Pennington2002-12-191-11/+0
| | | | | | 2002-12-19 Havoc Pennington <hp@pobox.com> * Reverted visual bell patch, #99886
* Added Bulgarian (bg).Yanko Kaneti2002-12-191-1/+1
| | | | | | | | | | | 2002-12-19 Yanko Kaneti <yaneti@declera.com> * configure.in: (ALL_LINGUAS) Added Bulgarian (bg). po/ * bg.po (added): Added start of Bulgarian translation by Alexander Shopov <al_shopov@yahoo.com>.
* Added visual bell feature, fix for 99886.Bill Haneman2002-12-171-0/+11
|
* Adding am to LINGUAS.Daniel Yacob2002-12-161-1/+1
|
* add myself here, bug #100789Havoc Pennington2002-12-101-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-12-09 Havoc Pennington <hp@pobox.com> * AUTHORS: add myself here, bug #100789 * src/display.c (meta_display_set_grab_op_cursor): drop PointerMotionHintMask * src/window.c (meta_window_handle_mouse_grab_op_event): don't use XQueryPointer, as we aren't using PointerMotionHint now * src/display.c (event_callback): rearrange a bit of code for slight speedup and clarity * src/window.c (update_resize) (meta_window_handle_mouse_grab_op_event): implement usage of the _METACITY_UPDATE_COUNTER (meta_window_handle_mouse_grab_op_event): fix code that used event->xbutton with a motion event * src/display.c (meta_display_open): add new atoms, and initialize Xsync if we have it (grab_op_is_resizing): new function (meta_display_begin_grab_op): create an alarm monitoring window's _METACITY_UPDATE_COUNTER (meta_spew_event): conditionalize this on WITH_VERBOSE_MODE and print alarm events. * src/window.c (meta_window_new): fetch _METACITY_UPDATE_COUNTER * configure.in (HAVE_XSYNC): check for Xsync extension
* 2.4.8METACITY_2_4_8Havoc Pennington2002-12-091-1/+1
|
* make this always return FALSE for now, to avoid bug reports.Havoc Pennington2002-12-081-22/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-12-08 Havoc Pennington <hp@pobox.com> * src/prefs.c (meta_prefs_get_application_based): make this always return FALSE for now, to avoid bug reports. * src/util.c (ensure_logfile): put "opened log file" message on stderr so it will normally land in ~/.xsession-errors * configure.in: remove extra AC_ARG_PROGRAM * src/display.c (event_callback): handle the toggle-verbose message * src/tools/metacity-message.c: add a toggle-verbose message, been meaning to do this for a while. * src/util.c (meta_set_verbose): if verbose mode is enabled and we don't support it, then exit. * src/prefs.c: allow building without gconf (currently means some prefs are no-ops) * src/util.c, src/util.h: support defining macros to kill all verbose output entirely. (Removes the code and strings associated with it) * configure.in: don't get METACITY_PROPS_LIBS if not building the config dialog. (HAVE_GCONF): allow building sans gconf, if you are size-sensitive and not using gnome. (WITH_VERBOSE_MODE): add ability to disable all the verbose debug spew strings, to shrink the binary. (--disable-sm): allow SM support to be forced on or off (--disable-startup-notification): allow forcing this on or off
* conditionalize building the config dialogHavoc Pennington2002-12-011-12/+18
| | | | | | | | | | 2002-12-01 Havoc Pennington <hp@pobox.com> * src/tools/Makefile.am: conditionalize building the config dialog * configure.in (BUILD_CONFIG_DIALOG): add --enable-config-dialog option to turn on the "window focus" dialog. This is part of deprecating this dialog.
* lengthen to 15 secondsHavoc Pennington2002-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-11-30 Havoc Pennington <hp@pobox.com> * src/screen.c (STARTUP_TIMEOUT): lengthen to 15 seconds * src/util.c (utf8_fputs): hmm, return a value * src/screen.c (meta_screen_apply_startup_properties): new function to apply initial workspace based on startup sequence. * src/window.c (meta_window_new): load _NET_STARTUP_ID (meta_window_get_startup_id): new function * src/window-props.c (meta_display_init_window_prop_hooks): add hooks for _NET_STARTUP_ID * src/display.c (event_callback): send property events to groups. * src/xprops.c (meta_prop_get_values): make a type of INVALID mean to ignore that property (don't fetch its value). * src/group.c (meta_group_property_notify): new function * src/screen.c (set_supported_hint): support _NET_STARTUP_ID * src/display.c (meta_display_open): add _NET_STARTUP_ID to atoms we initialize * src/group-private.h: private header shared between group-props.c, group.c * src/group-props.h, src/group-props.c: new files to contain functions for retrieving group properties * src/window.c (meta_window_same_application): change this a bit to work with new definition of group * src/group.c (meta_window_get_group): always create a group for every window, using the window's own ID as group leader if required. * src/window.c (update_wm_hints): handle changes to group leader * src/group.c (meta_window_group_leader_changed): new function * src/display.h (struct _MetaDisplay): _NET_WM_WINDOW_TYPE_SPLASH, not SPLASHSCREEN. Reported by Gregory Merchan and Matthias Clasen. * src/screen.c (startup_sequence_timeout): when timing out a startup sequence, send a remove message, don't just time it out locally.
* 2.4.5METACITY_2_4_5Glynn Foster2002-11-261-1/+1
| | | | | | 2002-11-26 Glynn Foster <glynn.foster@sun.com> * configure.in: 2.4.5
* put doc/Makefile in configure.inHavoc Pennington2002-11-201-0/+1
|
* add a pc file for libmetacity-privateJonathan Blandford2002-11-071-0/+1
| | | | | | | | | | Thu Nov 7 17:07:21 2002 Jonathan Blandford <jrb@redhat.com> * src/libmetacity-private.pc.in: add a pc file for libmetacity-private * src/Makefile.am: Install a few files as a shared library so that others can draw metacity themes.
* We want at least autoconf 2.5.Christian Neumair2002-11-021-0/+1
|
* 2.4.3METACITY_2_4_3Havoc Pennington2002-10-291-1/+1
|
* Make XRandr detection work better.Anders Carlsson2002-10-271-7/+7
| | | | | | 2002-10-27 Anders Carlsson <andersca@gnu.org> * configure.in: Make XRandr detection work better.
* Add "busy cursor on app startup" support, conditionally - works only ifHavoc Pennington2002-10-251-12/+46
| | | | | | | | | | | | | | | | 2002-10-25 Havoc Pennington <hp@pobox.com> Add "busy cursor on app startup" support, conditionally - works only if libstartup-notification is found, and in practice requires a GTK patch that's not in yet. * src/screen.c: monitor startup events and set busy cursor if appropriate * src/display.c (meta_display_open): create SnDisplay * configure.in: check for startup notification, and add the cute "configure summary" at the end
* make Xrandr check less noisyJeremy Katz2002-10-191-1/+2
| | | | | | 2002-10-19 Jeremy Katz <katzj@redhat.com> * configure.in: make Xrandr check less noisy
* Added hu to ALL_LINGUAS.Andras Timar2002-10-181-1/+1
| | | | | | 2002-10-18 Andras Timar <timar@gnome.hu> * configure.in: Added hu to ALL_LINGUAS.
* actually link to RANDR_LIBSHavoc Pennington2002-10-041-1/+1
| | | | | | 2002-10-04 Havoc Pennington <hp@redhat.com> * configure.in: actually link to RANDR_LIBS
* do XRRUpdateConfiguration() if we have RandR extension, else poke inHavoc Pennington2002-10-041-1/+10
| | | | | | | | | | | 2002-10-04 Havoc Pennington <hp@redhat.com> * src/display.c (event_callback): do XRRUpdateConfiguration() if we have RandR extension, else poke in Xlib's screen struct to update the screen size. * configure.in: fix a bogus overwrite of cppflags, add a check for RandR extension
* 2.4.2METACITY_2_4_2Havoc Pennington2002-10-031-1/+1
| | | | | | 2002-10-03 Havoc Pennington <hp@redhat.com> * configure.in: 2.4.2
* Added Czech translation from Miloslav Trmac <mitr@volny.cz>.Stanislav Brabec2002-10-011-1/+1
| | | | | | | 2002-10-01 Stanislav Brabec <sbrabec@suse.cz> * cs.po: Added Czech translation from Miloslav Trmac <mitr@volny.cz>.
* Try to handle Solaris Xinerama, all coded blind, someone on Solaris willHavoc Pennington2002-09-271-12/+46
| | | | | | | | | | | | | | 2002-09-27 Havoc Pennington <hp@redhat.com> Try to handle Solaris Xinerama, all coded blind, someone on Solaris will need to debug the typos. * src/display.c: updates for Solaris Xinerama * src/screen.c: updates for Solaris Xinerama * configure.in: make Xinerama check more complicated to catch Solaris Xinerama
* 2.4.1METACITY_2_4_1Havoc Pennington2002-09-101-1/+1
| | | | | | 2002-09-09 Havoc Pennington <hp@pobox.com> * configure.in: 2.4.1
* put ro back in ALL_LINGUASHavoc Pennington2002-09-061-1/+1
| | | | | | 2002-09-05 Havoc Pennington <hp@pobox.com> * configure.in: put ro back in ALL_LINGUAS
* remove 'ro' from ALL_LINGUAS, it contained invalid XML and broke theHavoc Pennington2002-09-061-1/+1
| | | | | | | | 2002-09-05 Havoc Pennington <hp@redhat.com> * configure.in (ALL_LINGUAS): remove 'ro' from ALL_LINGUAS, it contained invalid XML and broke the build. No <> in the translations of gconf keys!
* added 'ro' to ALL_LINGUAS added ( thanks to Mugurel Tudor <mugurelu@go.ro>Marius Andreiana2002-09-041-1/+1
| | | | | | | 2002-09-04 Marius Andreiana <mandreiana@yahoo.com> * configure.in: added 'ro' to ALL_LINGUAS * ro.po: added ( thanks to Mugurel Tudor <mugurelu@go.ro> )
* Add so that the spec file gets auto-updated whenever configure.in getsSteve Fox2002-08-211-0/+1
| | | | | | | | | | | 2002-08-20 Steve Fox <drfickle@k-lug.org> * metacity.spec.in: Add so that the spec file gets auto-updated whenever configure.in gets bumped. Include some missing directories. * Makefile.am * configure.in: Necessary changes for spec file magic
* Added Greek translation and fixed ALL_LINGUAS for elSimos Xenitellis2002-08-171-1/+1
|
* Added Brazilian Portuguese (pt_BR).Evandro Fernandes Giovanini2002-08-171-1/+1
| | | | | | 2002-08-17 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * configure.in (ALL_LINGUAS): Added Brazilian Portuguese (pt_BR).
* 2.4.0METACITY_2_4_0Havoc Pennington2002-08-061-1/+1
|
* `head -4 ChangeLog`He Qiangqiang2002-08-061-1/+1
|
* raise/focus on click, even if the click was on the client area (this makesHavoc Pennington2002-08-041-4/+4
| | | | | | | | | | | | | | | 2002-08-04 Havoc Pennington <hp@redhat.com> * src/frames.c (meta_frames_button_press_event): raise/focus on click, even if the click was on the client area (this makes Alt+button1 raise windows again, yay) * src/stack.c (compute_layer): put panels in the DOCK layer always (keep them on top of other windows). Still sloppy-focus raised with respect to other docks. * configure.in: remove -Wshadow for now as GTK headers make all kinds of noise with it.
* Added Vietnamese (vi) to ALL_LINGUASPablo Saratxaga2002-07-301-1/+1
| | | | | | 2002-07-30 Pablo Saratxaga <pablo@mandrakesoft.com> * configure.in: Added Vietnamese (vi) to ALL_LINGUAS
* fix x11 header checks when x11 is not in the default include pathjacob berkman2002-07-241-2/+4
| | | | | | | 2002-07-24 jacob berkman <jacob@ximian.com> * configure.in: fix x11 header checks when x11 is not in the default include path
* handle NULL screen from screen_for_xwindowHavoc Pennington2002-07-231-0/+5
| | | | | | | | | | | | | | 2002-07-23 Havoc Pennington <hp@redhat.com> * src/keybindings.c (meta_display_process_key_event): handle NULL screen from screen_for_xwindow * src/display.c (meta_display_screen_for_xwindow): put an error trap around the XGetWindowAttributes(), should fix the popular "closing a window results in a crash" bug. * src/util.c (print_backtrace): support optional backtrace feature using gnu libc backtrace() call
* Added fr to ALL_LINGUASChristophe Fergeau2002-07-131-1/+1
|
* 2.3.987Havoc Pennington2002-06-101-1/+1
| | | | | | 2002-06-09 Havoc Pennington <hp@pobox.com> * configure.in: 2.3.987