summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* remove trailing whitespaceAlberts Muktupāvels2014-10-0552-2284/+2284
* add support for _GTK_FRAME_EXTENTSAlberts Muktupāvels2014-10-054-1/+84
* window-props: improve properties handlingAlberts Muktupāvels2014-10-055-238/+313
* Fix property notifications for certain propertiesOwen W. Taylor2014-10-051-20/+20
* Revert "fix problem where the previous code ignored callbacks for properties ...Alberts Muktupāvels2014-10-051-24/+47
* tabpopup.c: always show 5px outline borderAlberts Muktupāvels2014-10-041-25/+5
* MetaFrameBorders: Add meta_frame_borders_clearJasper St. Pierre2014-09-282-0/+47
* Replace public MetaFrameGeometry with MetaFrameBordersJasper St. Pierre2014-09-288-173/+141
* Make sure to always call va_endJasper St. Pierre2014-09-271-2/+3
* Add frame type for attached modal dialogsOwen W. Taylor2014-09-271-2/+6
* Optionally attach modal dialogsMaxim Ermilov2014-09-276-1/+168
* Add meta_window_get_transient_for() methodDavyd Madeley2014-09-271-0/+23
* keybindings.c: remove unused functionAlberts Muktupāvels2014-06-061-37/+0
* Add side-by-side tilingAlberts Muktupāvels2014-06-0614-140/+619
* add option to set window placement modeAlberts Muktupāvels2014-06-062-8/+114
* keybindings.c: fix deprecated warningAlberts Muktupāvels2014-06-041-1/+1
* Add error handling to glibtop_get_proc_uidAlberts Muktupāvels2014-06-041-2/+9
* Don't show the ws switcher if we only have oneAlberts Muktupāvels2014-06-041-0/+4
* Update meta_show_dialog for gtk's removal of --screenAlberts Muktupāvels2014-06-043-8/+6
* Add drag and drop support when using alt + tabAlberts Muktupāvels2014-06-041-1/+1
* Fix new window focusAlberts Muktupāvels2014-06-041-7/+13
* use force_save_user_rect=TRUE for maximized windows tooAlberts Muktupāvels2014-06-031-2/+0
* Fix some deprecated warningsAlberts Muktupāvels2014-06-032-12/+12
* Build with gtk+-3.0Alberts Muktupāvels2014-06-032-230/+8
* misc: remove deprecated g_[type/thread]_initAlberts Muktupāvels2014-06-031-5/+0
* window.c: remove unused variablesAlberts Muktupāvels2014-06-031-14/+1
* testasyncgetprop.c: remove unused variableAlberts Muktupāvels2014-06-031-7/+6
* boxes.c: remove unused variableAlberts Muktupāvels2014-06-031-2/+0
* constraints: don't apply fullscreen workarounds for CSD windowsGiovanni Campagna2014-02-211-1/+5
* Updated FSF's addressDaniel Mustieles2014-01-2348-144/+48
* Also add META_KEYBINDING_ACTIONs for switching applicationsDmitry Shachnev2013-05-301-0/+4
* screen: Increase typical alt-tab icon size to 96Jasper St. Pierre2012-12-181-5/+12
* screen: Remove alt-tab thumbnailsStéphane Démurget2012-12-181-74/+13
* portability: get WIFEXITED and WEXITSTATUS from sys/wait.hAntoine Jacoutot2012-11-081-1/+1
* Unconditionally reset minimize_after_placement on placementFlorian Müllner2012-10-121-4/+3
* Add disable-mouse-button-modifiers messageDaniel Drake2012-06-072-1/+23
* meta_display_get_tab_list(): Fix leaked GSListPavel Vasin2012-03-241-2/+5
* prefs: Correct reference to non-existent schemaJason Siefken2011-12-061-1/+1
* prefs: Adapt to re-addition of a separate visual-bell optionFlorian Müllner2011-11-142-5/+18
* Port preferences to GSettingsFlorian Müllner2011-11-119-1962/+621
* Fix crash in meta_display_get_above_tab_keycodeAdam Jackson2011-05-251-0/+2
* Disable keybindings message should ungrab keysDaniel Drake2011-05-213-3/+12
* FreeBSD build fix: Include sys/wait.h as described in POSIX specsAlexis Ballier2011-05-191-1/+1
* Work around usage of XPointerColin Walters2011-02-281-1/+1
* Removed error left over from commit 85aba1afe33d973bdea0229b534516c1658a44d5Thomas Thurman2011-01-281-1/+1
* do check of max_size in get_size_limits() to avoid overflowXu Li2011-01-281-2/+12
* core/boxes.c: fix unchecked values in meta_rectangle_clip_to_region()Sascha Silbe2011-01-271-1/+5
* Should set RestartStyleHint to RestartIfRunning when replacedOwen W. Taylor2011-01-254-22/+6
* Allow explicit raises from same client, not just same appOwen W. Taylor2011-01-241-0/+22
* Allow applications to raise windows when raise_on_click is off. Closes #445447.Owen Taylor2011-01-221-2/+1