summaryrefslogtreecommitdiff
path: root/rationales.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs: remove theme docsAlberts Muktupāvels2020-03-261-1/+0
| | | | | | | | Preferred way is to use GTK+ theme for window decorations. Metacity themes are still "supported" to allow users use old themes... Also metacity-theme.dtd has not been updated for Theme Format 3.x, remove it as it can not be used to validate new format files.
* Avoid my difficulties finding previous WORKSPACE startup-notification bugs :)Elijah Newren2006-05-171-0/+6
|
* add three new tracker bugsElijah Newren2006-05-051-0/+3
| | | | | | 2006-04-25 Elijah Newren <newren gmail com> * rationales.txt: add three new tracker bugs
* Add bugs about pointer warping; update raise-on-click ones.Elijah Newren2006-03-301-0/+6
| | | | | | | 2006-03-29 Elijah Newren <newren gmail com> * rationales.txt: Add bugs about pointer warping; update raise-on-click ones.
* Add xinerama and multi-head tracker bugsElijah Newren2005-12-221-0/+2
|
* Add a tracker bug for modal dialog issuesElijah Newren2005-01-211-0/+1
| | | | | | 2005-01-21 Elijah Newren <newren@gmail.com> * rationales.txt: Add a tracker bug for modal dialog issues
* Add new tracker bugsElijah Newren2004-10-161-15/+37
| | | | | | 2004-10-16 Elijah Newren <newren@math.utah.edu> * rationales.txt: Add new tracker bugs
* Add a new write-up on making window focus consistent (see #152004)Elijah Newren2004-09-071-15/+1
| | | | | | | | | | | 2004-09-07 Elijah Newren <newren@math.utah.edu> Add a new write-up on making window focus consistent (see #152004) * doc/how-to-get-focus-right.txt: New document * rationales.txt: Remove references to focus bugs, instead point to doc/how-to-get-focus-right.txt
* Add bugs regarding window focusElijah Newren2004-09-061-4/+14
| | | | | | 2004-09-06 Elijah Newren <newren@math.utah.edu> * rationales.txt: Add bugs regarding window focus
* Bring rationales.txt up to dateElijah Newren2004-03-081-5/+11
|
* add note about mouse focus heuristicsHavoc Pennington2003-10-171-0/+4
|
* rationales.txt updatesHavoc Pennington2003-10-111-1/+16
|
* add more debug spew about conditional build stuff (main): panic toHavoc Pennington2003-02-281-0/+2
| | | | | | | | | | | | | | | 2003-02-27 Havoc Pennington <hp@pobox.com> * src/main.c (main): add more debug spew about conditional build stuff (main): panic to "Simple" theme * src/window.c, src/window-props.c: move WM_NORMAL_HINTS and WM_PROTOCOLS to new property system; don't queue move resize on updating WM_PROTOCOLS; move WM_HINTS to new property system; reload icon in an idle handler. Changes made on plane from FOSDEM, syncing from laptop.
* add system modal dialogs bug to rationales.txtHavoc Pennington2003-02-221-0/+1
|
* add "configure alt+click" etc. bugHavoc Pennington2003-02-221-0/+4
|
* add window size/position popupHavoc Pennington2003-02-211-0/+2
|
* add bug to keep dialogs above entire app group.Arvind Samptur2003-02-171-0/+1
|
* 2.4.8METACITY_2_4_8Havoc Pennington2002-12-091-1/+1
|
* put minimized windows at the end of Alt+Tab, #89416Havoc Pennington2002-10-241-0/+2
| | | | | | | 2002-10-24 Havoc Pennington <hp@pobox.com> * src/display.c (meta_display_get_tab_list): put minimized windows at the end of Alt+Tab, #89416
* Optimizations for managing new windows (do not all take effect ifHavoc Pennington2002-10-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-10-21 Havoc Pennington <hp@redhat.com> Optimizations for managing new windows (do not all take effect if METACITY_DEBUG=1). Bug #96404 * src/keybindings.c (meta_change_keygrab): use error trap nesting and conditionalize on meta_is_verbose() to avoid a ton of XSync * src/display.c (meta_change_button_grab): ditto Throughout: move to new error trap setup to save on XSync calls, new setup is: * src/errors.c (meta_error_trap_push_with_return): new function, an error trap that needs to care about return value and thus sync even if an outer trap still exists (meta_error_trap_pop_with_return): new function (meta_error_trap_pop): add "last_request_was_roundtrip" argument allowing us to avoid XSync() if we just did a GetProperty or whatever. * src/util.c (meta_warning): flush the warning file descriptor * src/Makefile.am (INCLUDES): define G_LOG_DOMAIN
* Add a modifier key preference for the Alt+click stuff. Can be set toHavoc Pennington2002-10-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 2002-10-07 Havoc Pennington <hp@redhat.com> Add a modifier key preference for the Alt+click stuff. Can be set to "disabled" as well. * src/run-metacity.sh: load .Xmodmap in the Xnest if it exists * src/display.c (meta_display_ungrab_window_buttons): ungrab AnyModifier in case the modifier changed since we grabbed (meta_display_open): rearrange code to use meta_display_close() to mop up when we can't find any screens, avoiding the need to keep the bail-out code in sync with meta_display_close. * src/keybindings.c (devirtualize_modifiers): move this function to a public place in display.c * src/metacity.schemas.in: add setting for the modifier key to use for Alt+left/middle/right click. * src/prefs.c (update_binding): add a missing newline to a warning (meta_prefs_get_mouse_button_mods): new function * src/ui.c (meta_ui_parse_modifier): new function
* add edge flipping bugHavoc Pennington2002-09-111-1/+2
|
* add bug on panel-on-top to rationales.txtHavoc Pennington2002-08-061-0/+1
|
* fix from Gaute Lindkvist #82977 for unsticking windowsHavoc Pennington2002-06-181-0/+2
2002-06-17 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_change_workspace): fix from Gaute Lindkvist #82977 for unsticking windows