summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* updatesMETACITY_2_3_233Havoc Pennington2002-05-021-2/+4
| | | | | | | | 2002-05-02 Havoc Pennington <hp@redhat.com> * README: updates * configure.in: 2.3.233
* remove caveats about keybindingsHavoc Pennington2002-04-281-18/+14
| | | | | | | | | | | | | | | | | | | | | | | 2002-04-28 Havoc Pennington <hp@pobox.com> * README: remove caveats about keybindings * src/metacity.schemas: add schemas for all the keybindings. * src/window.c (meta_window_activate): if in "show desktop" mode when a window is activated, leave show desktop mode. So e.g. when you click on a task in the task list, show desktop mode will be turned off. * src/workspace.c (meta_workspace_get_neighbor): new function that doesn't quite work yet (needs support for getting workspace layout from the pager) * src/prefs.c: keybindings stuff * src/keybindings.c: make keybindings configurable * src/ui.c (meta_ui_parse_accelerator): new function
* fix issue with GNU libc mangling %.10s formatMETACITY_2_3_89Havoc Pennington2002-04-161-67/+46
| | | | | | | | | | | | | 2002-04-15 Havoc Pennington <hp@pobox.com> * src/window.c (update_title): fix issue with GNU libc mangling %.10s format * metacity.spec: Fix up spec file * README: update README * configure.in (ALL_LINGUAS): require GTK 2.0.0
* add $(icon_DATA)METACITY_2_3_55Havoc Pennington2002-02-101-63/+42
| | | | | | | | | | | | 2002-02-10 Havoc Pennington <hp@pobox.com> * src/tools/Makefile.am (EXTRA_DIST): add $(icon_DATA) * configure.in: 2.3.55 * HACKING: update * README: update
* note exciting new unminimize feature for the tab popupHavoc Pennington2001-10-291-4/+4
| | | | | | | | | | | | | | | | 2001-10-29 Havoc Pennington <hp@pobox.com> * README: note exciting new unminimize feature for the tab popup * src/keybindings.c (process_tab_grab): use meta_window_activate() when choosing a window with tab popup, this should deiconify it * src/window.c (meta_window_client_message): use meta_window_activate for _NET_ACTIVE_WINDOW message (meta_window_activate): new function to raise/focus/unminimize (meta_window_flush_calc_showing): new function (meta_window_focus): force a calc showing on focus, so that we can focus the window if appropriate (it must be mapped)
* tiny README updatesHavoc Pennington2001-10-241-9/+3
|
* raise/focus windows on left-click, seem to have broken that yesterdayHavoc Pennington2001-10-151-0/+1
| | | | | | | | | | | 2001-10-14 Havoc Pennington <hp@pobox.com> * src/frames.c (meta_frames_button_press_event): raise/focus windows on left-click, seem to have broken that yesterday * src/keybindings.c, src/display.c, src/window.c: add keybinding to show/hide all normal windows (so you can see the desktop). Currently Ctrl+Alt+D, which I don't like, but yay.
* add bad hack to work with GTK 1.3.9.90 RPMs from gnomehide for nowMETACITY_2_3_21Havoc Pennington2001-10-131-15/+10
| | | | | | | | | 2001-10-13 Havoc Pennington <hp@redhat.com> * configure.in: add bad hack to work with GTK 1.3.9.90 RPMs from gnomehide for now * src/ui.c: another piece of bad hack in here
* tiny updateMETACITY_2_3_8Havoc Pennington2001-09-171-7/+9
|
* fix args to gtk_alignment_new()METACITY_2_3_3Havoc Pennington2001-08-311-13/+5
| | | | | | | 2001-08-31 Havoc Pennington <hp@pobox.com> * src/tabpopup.c (meta_ui_tab_popup_new): fix args to gtk_alignment_new()
* note about bug in tab focusingHavoc Pennington2001-08-191-2/+4
|
* remove XSync, error traps already do thatHavoc Pennington2001-08-191-3/+6
| | | | | | | | | | | 2001-08-19 Havoc Pennington <hp@pobox.com> * src/display.c (meta_display_grab_window_buttons): remove XSync, error traps already do that (meta_display_grab_window_buttons): implement * src/keybindings.c: src/display.c: wire up the tab window, it rulez!
* set _NET_WM_NAME hint as a UTF8_STRING not STRING. Patch from Anders.Havoc Pennington2001-08-071-0/+7
| | | | | | | 2001-08-07 Havoc Pennington <hp@pobox.com> * src/display.c (meta_display_open): set _NET_WM_NAME hint as a UTF8_STRING not STRING. Patch from Anders.
* draw animation for shading tooHavoc Pennington2001-08-061-3/+4
| | | | | | | 2001-08-06 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_shade): draw animation for shading too
* Add Alt + left/right arrow to move between workspaces.METACITY_2_3_2Havoc Pennington2001-08-031-9/+2
| | | | | | | | | | 2001-08-03 Havoc Pennington <hp@pobox.com> * src/keybindings.c: Add Alt + left/right arrow to move between workspaces. * src/screen.c (set_wm_check_hint): put property pointing back to itself on the _WIN_SUPPORTING_WM_CHECK window.
* push error trap around configure of withdrawn window, fixes a crash causedHavoc Pennington2001-08-031-6/+18
| | | | | | | | | | | | | 2001-08-03 Havoc Pennington <hp@pobox.com> * src/display.c (event_callback): push error trap around configure of withdrawn window, fixes a crash caused by rapidly creating/destroying a window. * src/window.c (recalc_window_features): don't allow shading undecorated windows. * src/wm-tester/main.c: add a program to torture window managers.
* ...METACITY_2_3_1rhp2001-07-311-0/+25
|
* ...rhp2001-07-281-0/+2
|
* ...rhp2001-07-281-34/+57
|
* ...rhp2001-07-281-12/+66
|
* ...rhp2001-07-261-0/+3
|
* ...rhp2001-07-261-9/+44
|
* ...rhp2001-07-251-0/+223
|
* ...rhp2001-06-021-0/+0