summaryrefslogtreecommitdiff
path: root/src/core.c
Commit message (Expand)AuthorAgeFilesLines
* Another very big commit...multiple_pointer_xPaulo Zanoni2007-08-271-18/+25
* Changed all the input handling code:Paulo Zanoni2007-08-171-58/+74
* Corrected RadioButtons.Paulo Zanoni2007-07-101-0/+6
* Refactor thrice-duplicated queue code in window.c. Closes #376760.Thomas Thurman2007-06-111-1/+1
* changed all tabs to spaces. Removed and replaced with meta_core_get(). NewThomas Thurman2007-06-071-184/+145
* Remove incorrect usage of window.h from menu.c. See #426791 & #382962.Elijah Newren2007-04-161-0/+1
* Remove grab_start_serial, which we expect to be an ancient attempt toElijah Newren2007-04-091-2/+0
* Move "On Top" option in menu. Fix #382962.Bruno Boaventura2006-12-271-1/+0
* Fix cases when titlebar is allowed offscreen and shouldn't be (andCarlo Wood2006-10-131-0/+2
* Added "above" to the list of flags a frame can have, so that we know whenThomas James Alexander Thurman2006-10-071-0/+70
* Stick an emacs comment directive at the beginning of all the code files soElijah Newren2006-10-011-0/+2
* Partial audit to fix timestamp usage. One step towards fixing #355180; seeElijah Newren2006-09-181-4/+6
* Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+Elijah Newren2006-09-131-5/+5
* New function. Use get_window() instead of cutted-and-pasted code all overSøren Sandmann2006-04-281-243/+49
* Patch from Dan Sanders to fix #335076.Elijah Newren2006-04-161-0/+9
* Whoops, I forgot to keep my copyright info updated with my previousElijah Newren2006-01-101-1/+1
* Add a raise on click option, basically only because all the major distrosElijah Newren2006-01-101-2/+4
* Merge of all the changes on the constraints_experiments branch. This isElijah Newren2005-11-191-8/+32
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-081-0/+1
* Rename meta_window_visible_on_workspace toElijah Newren2004-12-231-1/+1
* Fix middle-frame-click-to-lower focus inconsistency (#154601)Elijah Newren2004-10-081-6/+6
* Fix a variety of focus race conditions in all focus modes, or at leastElijah Newren2004-10-041-2/+5
* Patch from Ken Harris in #135786 to focus a new default window whenElijah Newren2004-09-161-2/+32
* Add my copyright notice to a number of files on which it should alreadyRob Adams2004-02-231-0/+1
* Reorganize the window menu according to discussion on #110904. TheRob Adams2003-12-211-4/+16
* add an event_serial argument and use it when the pointer is alreadyHavoc Pennington2003-11-241-0/+2
* handle the client having a shape mask, fixes #101806Havoc Pennington2003-01-051-0/+16
* new function, and remove workspace->name field, instead just get the nameHavoc Pennington2002-11-031-2/+2
* include config.hHavoc Pennington2002-10-271-0/+1
* add "what happens when you double click the titlebar" setting, patch fromHavoc Pennington2002-10-181-0/+19
* workspaces are all per-screen now, fix accordinglyHavoc Pennington2002-10-161-6/+9
* don't raise window on button 2 click, only on button 1 and button 3.Havoc Pennington2002-10-111-0/+16
* use MetaAccelLabel to display accelerators for the menu itemsHavoc Pennington2002-09-271-0/+97
* Place cursors on frames, not rootKeith Packard2002-08-231-1/+1
* focus window on right click for menu, #87299.Craig Black2002-08-081-0/+3
* raise/focus on click, even if the click was on the client area (this makesHavoc Pennington2002-08-041-1/+2
* Show the real workspace names in the window menuRoss Burton2002-07-231-0/+12
* handle NULL screen from screen_for_xwindowHavoc Pennington2002-07-231-0/+2
* Fixes not being able to tab out of a workspace which contains no windows.Mark McLoughlin2002-06-271-3/+6
* Theme breakage! Themes have to implement "border" frames now, see AtlantaHavoc Pennington2002-06-221-8/+15
* chop out the portion of the region that's outside the screen.Havoc Pennington2002-05-051-0/+49
* we didn't claim to support _NET_ACTIVE_WINDOW so gtk_window_present()Havoc Pennington2002-03-101-0/+4
* remove broken assertionsHavoc Pennington2002-03-071-2/+0
* add some assertionsHavoc Pennington2002-03-071-0/+4
* put in some kind of distinctive frame for UTILITY, though it's ugly. AlsoHavoc Pennington2002-02-091-0/+5
* disable custom log handler and fatal mask for nowHavoc Pennington2002-02-071-0/+59
* give priority to keeping NW corner onscreen rather than SE, if we need toHavoc Pennington2002-01-191-6/+6
* add support for a mini icon in the titlebar (update_icon): re-enableHavoc Pennington2001-09-161-0/+16
* avoid focusing a window on tab popup popdownHavoc Pennington2001-08-301-18/+11
* add crackrock window-outlining featureHavoc Pennington2001-08-291-0/+18