summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-24Fix the resizing of CSD windowsmonsta1-23/+10
2014-10-22compositor-xrender: don't add shadows to ARGB windowsMartin Wimpress1-0/+6
2014-10-02Update keybindings files with new nameStefano Karapetsas3-3/+3
2014-09-25Update NEWS for 1.8.2marco-1.8.2infirit1-0/+3
2014-09-25Bump version to 1.8.2infirit1-1/+1
2014-09-25Tell we are Metacity to avoid issues with maximized Java applicationsStefano Karapetsas1-2/+2
Not the best solution, but the only way to fix the issue at the moment See https://github.com/linuxmint/muffin/pull/11 Closes https://github.com/mate-desktop/marco/issues/133
2014-07-01Tell to GTK3 that marco support _GTK_FRAME_EXTENTS hintStefano Karapetsas3-0/+11
Also if marco doesnt support it, but this currently fixes ugly dialog windows with GTK 3.12
2014-06-25Bump version to 1.8.1marco-1.8.1infirit1-1/+1
2014-06-25Update NEWS for 1.8.1infirit1-0/+5
2014-06-25src/core/main.c sys/wait.h fixRobert David2-4/+4
2014-06-25fix core/main.c wait.h on nonlinuxRobert David1-0/+4
2014-03-09Sync translations with transifexStefano Karapetsas1-9/+10
2014-03-01Bump version to 1.8.0marco-1.8.0Stefano Karapetsas2-3/+3
2014-03-01Sync translations with transifexStefano Karapetsas1-175/+176
2014-02-18Sync translations with transifexStefano Karapetsas4-53/+56
2014-02-18Bump version to 1.7.90marco-1.7.90Stefano Karapetsas2-2/+2
2014-02-18Update NEWSStefano Karapetsas1-1/+7
2014-02-18configure: Add check-newsStefano Karapetsas1-1/+1
2014-02-18window: remove warning about _NET_WM_MOVERESIZE's lack of timestampsRui Matos1-3/+0
The comments in the code about the protocol's inadequacies are enough, there's no need to spam our standard outputs.
2014-02-17Cut with fading the Bar title when it's longer than the decoration bar.Omer Akram1-0/+27
2014-02-17portability: get WIFEXITED and WEXITSTATUS from sys/wait.hAntoine Jacoutot1-1/+1
WIFEXITED and WEXITSTATUS are normally declared in sys/wait.h on all Unices system. Linux has a definition in stdlib.h as well but this is not portable. https://bugzilla.gnome.org/show_bug.cgi?id=681328
2014-02-17Merge pull request #86 from hekel/masterStefano Karapetsas4-163/+167
Update Manual
2014-02-15Sync translations with transifexStefano Karapetsas4-116/+119
2014-02-14Update marco.1hekel1-58/+66
2014-02-14Update marco-window-demo.1hekel1-16/+19
2014-02-14Update marco-theme-viewer.1hekel1-35/+45
2014-02-14Update marco-message.1hekel1-54/+37
2014-02-11Include autogen.sh in tarballStefano Karapetsas1-1/+1
2014-02-09Sync translations with transifexmarco-1.7.0Stefano Karapetsas1-8/+9
2014-01-24Build marco-theme-viewer only with GTK2Stefano Karapetsas2-1/+7
2014-01-24tile-preview: Fix GTK3 supportStefano Karapetsas1-7/+17
2014-01-24ui: Fix endif positionStefano Karapetsas1-1/+1
2014-01-24Merge branch 'master' of github.com:mate-desktop/marcoStefano Karapetsas108-1799/+4517
2014-01-24ui: Improve GTK3 supportStefano Karapetsas5-65/+321
2014-01-24core: Improve GTK3 supportStefano Karapetsas3-2/+52
2014-01-24tile-preview: Replace gtk_window_set_visual with gtk_widget_set_visualStefano Karapetsas1-1/+1
2014-01-24tile-preview: Add GTK3 supportStefano Karapetsas1-1/+28
2014-01-24Fix drag over the top screen edgeExtraterrestrial2-2/+7
2014-01-24Merge branch '1.7.0-window-snapping'Stefano Karapetsas14-27/+650
2014-01-21Fix hyphen used as minus sign in man pageMike Gabriel1-1/+1
2014-01-20Sync translations with transifexStefano Karapetsas93-1770/+3833
2014-01-18ui: Some GTK3 fixesStefano Karapetsas1-6/+34
2014-01-15Merge pull request #79 from infirit/masterStefano Karapetsas1-1/+7
constraints: don't apply fullscreen workarounds for CSD windows
2014-01-15constraints: don't apply fullscreen workarounds for CSD windowsinfirit1-1/+7
If you maximize a CSD window on a monitor without struts, it ends up taking the whole monitor size, but it doesn't mean that the application wants to fullscreen. Gnome Bug: https://bugzilla.gnome.org/show_bug.cgi?id=708718 Gnome Commit: https://git.gnome.org/browse/mutter/commit/src/core/constraints.c?id=4eeeb1557a3a0caff6ef1debd92aeb541ae1b556
2013-12-12Merge pull request #70 from infirit/masterStefano Karapetsas1-1/+1
Use GTK_API_VERSION in pkgconfig in file
2013-12-12Use GTK_API_VERSION in pkgconfig in fileinfirit1-1/+1
2013-11-15Merge pull request #67 from ryandoyle/masterStefano Karapetsas2-9/+9
Regression fix and typo
2013-11-16Fix typo in function nameRyan Doyle1-1/+1
2013-11-16As of 5804817, the call to generate_pixmap():2353 was changed to pass byRyan Doyle1-8/+8
reference. This broke the GTK2 implementation of generate_pixmap(). This commit updates the GTK2 function to work with the changes.
2013-11-14Merge pull request #66 from infirit/masterStefano Karapetsas14-12375/+7
Remove unneeded files plus various cleanup/fixes