summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* good grief, I always forget the bug number: #309567Thomas James Alexander Thurman2006-03-251-0/+2
|
* deleted and moved into window-props.c (meta_window_new_with_attrs): addedThomas Thurman2006-03-254-282/+344
| | | | | | | | | | | | | | | | | | | 2006-03-25 Thomas Thurman <thomas@thurman.org.uk> * src/window.c, src/window.h (update_net_wm_state, update_mwm_hints, update_wm_class, update_transient_for): deleted and moved into window-props.c (meta_window_new_with_attrs): added constructing field and four new initial properties (as above) (meta_window_recalc_features, meta_window_recalc_window_type): new functions * src/window-props.c (init_net_wm_state, reload_net_wm_state init_mwm_hints, reload_mwm_hints, init_wm_class, reload_mwm_class, init_transient_for, reload_transient_for): new functions, moved in from window.c (meta_display_init_window_prop_hooks): initialise new properties
* use g_str_has_prefix instead of a local copy of the function.Paolo Borelli2006-03-252-24/+9
| | | | | | | 2006-03-25 Paolo Borelli <pborelli@katamail.com> * src/prefs.c: use g_str_has_prefix instead of a local copy of the function.
* Add patch from Elijah Newren to fix type for compositing_manager schemaRay Strode2006-03-252-6/+14
| | | | | | | | | | 2006-03-16 Ray Strode <rstrode@redhat.com> Add patch from Elijah Newren to fix type for compositing_manager schema entry (bug 335901) * src/metacity.schemas.in: Change type from "boolean" to "bool" and default value from "FALSE" to "false"
* po/or.po: Updated Oriya translation.Gora Mohanty2006-03-232-386/+457
| | | | po/Changelog: Changed to reflect this.
* Actually remove the window.Søren Sandmann2006-03-223-4/+28
| | | | | | | | | | Wed Mar 22 13:16:48 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c (meta_compositor_remove_window): Actually remove the window. * src/c-screen.c (meta_screen_info_remove_window): Only remove node if non-NULL
* Put a square below the desktop stack.Søren Sandmann2006-03-222-4/+25
| | | | | | | Wed Mar 22 10:33:21 2006 Søren Sandmann <sandmann@redhat.com> * src/c-screen.c (meta_screen_info_redirect): Put a square below the desktop stack.
* Translation updated by Ivar Smolin.Priit Laes2006-03-212-36/+40
| | | | | | 2006-03-21 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Put the desktop into a magnifier.Søren Sandmann2006-03-202-20/+47
| | | | | | | | | | | | Mon Mar 20 11:50:44 2006 Søren Sandmann <sandmann@redhat.com> * src/c-screen.c (meta_screen_info_redirect): Put the desktop into a magnifier. * src/c-screen.c (struct MetaScreenInfo): Add a CmMagnifier * src/c-screen.c (meta_screen_info_redirect): Move some of the gl window related stuff here.
* Translation updated by Ivar Smolin.Priit Laes2006-03-172-2/+12
| | | | | | 2006-03-17 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Mentioned bug number (#315142)Thomas James Alexander Thurman2006-03-171-1/+1
|
* 2006-03-16 Soren Sandmann (sandmann@daimi.au.dk)Søren Sandmann Pedersen2006-03-172-3/+6
| | | | | * src/c-screen.c (meta_screen_info_set_target_rect): Put inside COMPOSIT_EXTENSIONS
* Always set _NET_WM_STATE when a window is shown or hidden, even if itThomas Thurman2006-03-172-20/+22
| | | | | | | | | | 2006-03-03 Thomas Thurman <thomas@thurman.org.uk> Always set _NET_WM_STATE when a window is shown or hidden, even if it wasn't mapped. * src/window.c (meta_window_hide, meta_window_show): call set_net_wm_state unconditionally
* Add debugging information for edge resistanceElijah Newren2006-03-174-27/+79
| | | | | | | | | | | | | | | | 2006-03-16 Elijah Newren <newren gmail com> Add debugging information for edge resistance * src/edge-resistance.c (cache_edges): print out the edges that are being cached if in verbose mode, (meta_window_edge_resistance_for_move, meta_window_edge_resistance_for_resize): if edge resistance kicked in then print out a message about it * src/util.c: * src/util.h: Add META_DEBUG_EDGE_RESISTANCE to MetaDebugTopic enum list
* Maintain the size of the window.Søren Sandmann2006-03-162-3/+26
| | | | | | | Thu Mar 16 14:55:18 2006 Søren Sandmann <sandmann@redhat.com> * src/c-screen.c (struct WindowInfo): Maintain the size of the window.
* Use set_target_rect() instead of set_size().Søren Sandmann2006-03-155-8/+44
| | | | | | | | | | | | | | | Wed Mar 15 16:30:09 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c (set_geometry): Use set_target_rect() instead of set_size(). * src/c-screen.c: Add set_target_rect() as a way of scaling windows. * src/window.c (meta_window_handle_mouse_grab_op_event): Turn updates on after a button release. * src/window.c (meta_window_move_resize_internal): Fix indentation.
* Use unset_patch() instead of unset_geometry().Søren Sandmann2006-03-153-4/+10
| | | | | | | Wed Mar 15 11:34:54 2006 Søren Sandmann <sandmann@redhat.com> * src/c-screen.c (meta_screen_info_add_window): Use unset_patch() instead of unset_geometry().
* Updated Lithuanian translation.Žygimantas Beručka2006-03-152-52/+52
| | | | | | 2006-03-15 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Updated Romanian translationMugurel Tudor2006-03-142-197/+197
| | | | | | 2006-03-14 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation
* Comment out wobblingSøren Sandmann2006-03-145-83/+176
| | | | | | | | | | | | | | | | | | | | Tue Mar 14 11:57:46 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c: Comment out wobbling * src/compositor.c (blow_up): remove this function * src/compositor.c (process_configure_notify): Uncomment set_size(). * src/c-screen.c (meta_screen_info_set_updates): When updates are true, set all the properties such as size and shape. * src/c-screen.c (meta_screen_info_add_window): Create a special WindowInfo structure for each window. * src/c-screen.c (meta_screen_info_set_size): Set size and output shape of the drawable node.
* Updated Czech translation.Miloslav Trmac2006-03-142-24/+33
| | | | | | 2006-03-14 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Update to reflect that we're now targetting 2.15 development.Elijah Newren2006-03-133-4/+10
| | | | | | | | 2006-03-13 Elijah Newren <newren gmail com> * README: * configure.in: Update to reflect that we're now targetting 2.15 development.
* Updated Catalan translation.Jordi Mallach2006-03-132-5/+14
|
* Translation updated by Tino Meinen.Vincent van Adrighem2006-03-132-8/+17
| | | | | | 2006-03-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Belated update of ChangeLog for #334332Thomas James Alexander Thurman2006-03-131-0/+5
|
* Updated Serbian translation.Danilo Šegan2006-03-133-16/+30
|
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-03-132-16/+49
| | | | | | | 2006-03-13 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Updated Albanian translation.Laurent Dhima2006-03-132-20/+31
| | | | | | 2006-03-13 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Spanish translation.Francisco Javier F. Serrador2006-03-132-9/+18
| | | | | | 2006-03-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Ukrainian translation.Maxim Dziumanenko2006-03-132-23/+34
| | | | | | 2006-03-13 Maxim Dziumanenko <mvd@mylinux.ua> * Updated Ukrainian translation.
* update translation for Punjabi (Gurmukhi) by apbrar gmail comAmanpreet Singh Alam2006-03-131-24/+25
|
* Updated TranslationRajesh Ranjan2006-03-132-395/+433
|
* Updated Thai translation (merged from gnome-2-14 branch).Theppitak Karoonboonyanan2006-03-132-191/+208
| | | | | | 2006-03-13 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation (merged from gnome-2-14 branch).
* Updated Japanese translation.Satoru SATOH2006-03-132-10/+20
| | | | | | 2006-03-13 Satoru SATOH <ss@gnome.gr.jp> * ja.po: Updated Japanese translation.
* Updated Portuguese translation.Duarte Loreto2006-03-132-28/+40
| | | | | | 2006-03-13 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Brazilian Portuguese translationGuilherme de S. Pastore2006-03-132-2/+11
|
* Updated German translation.Frank Arnold2006-03-122-3/+12
| | | | | | 2006-03-13 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Updated Swedish translation.Daniel Nylander2006-03-122-3/+12
| | | | | | 2006-03-13 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation.
* *** empty log message ***Ignacio Casal Quinteiro2006-03-122-39/+80
|
* Marking string for translation. Closes #334332Thomas James Alexander Thurman2006-03-121-1/+1
|
* update translation for Punjabi (Gurmukhi) by apbrar gmail comAmanpreet Singh Alam2006-03-121-401/+446
|
* Updated Brazilian Portuguese translationRaphael Higino2006-03-122-213/+228
|
* Translation updated by Ivar Smolin.Priit Laes2006-03-122-363/+412
| | | | | | 2006-03-12 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
* Updated Czech translation by Petr Tomeš.Miloslav Trmac2006-03-122-46/+51
| | | | | | 2006-03-12 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation by Petr Tomeš.
* Updated Persian translation by Meelad Zakaria, Elnaz Sarbar, and FarzanehRoozbeh Pournader2006-03-112-369/+438
| | | | | | | 2006-03-12 Roozbeh Pournader <roozbeh@farsiweb.info> * fa.po: Updated Persian translation by Meelad Zakaria, Elnaz Sarbar, and Farzaneh Sarafraz.
* Updated German translation.Hendrik Richter2006-03-092-8/+11
| | | | | | 2006-03-09 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Updated Albanian translation.Laurent Dhima2006-03-092-203/+233
| | | | | | 2006-03-09 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Albanian translation.Laurent Dhima2006-03-082-410/+426
| | | | | | 2006-03-08 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Hungarian translation updated.Gabor Kelemen2006-03-082-431/+447
| | | | | | 2006-03-08 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated.
* Updated metacity zh_CN translation.Funda Wang2006-03-072-190/+203
|