summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-18Add a note to add the version to the bug tracker for new releases.Dana Jansens
Also important to update IRC and keep hydrated.
2013-08-11Update po files for 3.5.2Dana Jansens
2013-08-11Add CHANGELOG for 3.5.2Dana Jansens
2013-08-11Update version in configure.ac to 3.5.2Dana Jansens
No library interfaces were changed since 3.5.1.
2013-08-11Maximized undecored windows have incorrect top border. (Bug 5996)Dana Jansens
If the window has no border since the theme has bwidth=0, or because the window is truly undecorated via MWM hints, then we should not allocate space for the frame of the window which will just be empty pixels.
2013-08-11window.inactive.label.text.color should default to white.Dana Jansens
Currently it defaults to itself, which is NULL, and causes a crash. The spec http://openbox.org/wiki/Help:Themes#window.inactive.label.text.color claims that the default is white. In 98b02c6b60bbde2a5db026b3ee3e6e6dc44d1a92 we had this property being read twice, once with the NULL backup and once with white. It seems that we kept the wrong one, so just switching this to white now.
2013-08-11Fix a write out of bounds in splitvertical gradients (Bug 3612)Dana Jansens
If the gradient has height 1, then y1sz is 0. We don't want to use the first color and move the data pointer, since this will move it past the end of the array.
2013-08-11We use congfigure.ac not configure.amDana Jansens
2013-08-11Fix some compiler warningsDana Jansens
Void function should actually be declared void. Not-reached switch condition should still return something.
2013-08-11Update line numbers in po filesDana Jansens
2013-08-11Change "plain" to "exact" for If's <title>Mikael Magnusson
2013-08-11Update CHANGELOGMikael Magnusson
2013-08-11Add matching which monitor the client is on in the If action (Bug 5426)Mikael Magnusson
2013-08-11Use enum value for monitor in MoveToCenterMikael Magnusson
2013-08-11Let the If action match window titles with GRegexMikael Magnusson
2013-08-11Use a helper function to make if.c a bit shorterMikael Magnusson
2013-08-11Add activedesktop to IfMikael Magnusson
2013-08-11Dock used showDelay for both hiding and showing (Bug 5811)Lefteris Chatzimparmpas
2013-08-11Allow specifying only one of width and height in per-app settings sizeMikael Magnusson
Fixes bug 5819.
2013-08-11Fix use after free in error messageMikael Magnusson
2013-08-11Add some comments in MoveResizeTo codeMikael Magnusson
2013-08-11Remove fuzzy and outdated translations, add plural expressions.Dana Jansens
Clean up the .po files for this release. Plural expressions are needed in all files that have plurals. And replace fuzzy (incorrect) translations with empty ones instead.
2013-08-11Make nplurals=2 in Turkish translation since there are plurals translationsDana Jansens
The plural should be a c expression that says if n is plural or not.
2013-08-11Remove po_PL from LINGUAS as that doesn't exist, should have be pl.poDana Jansens
2013-08-11Fix format specifications in Interlingua translationDana Jansens
2013-08-113.5.1 changelogDana Jansens
2013-08-11New Polish translation was an update to existing one.Dana Jansens
Move the po_PL.po file to pl.po as it should have been named.
2013-08-11Remove Imlib2 mention from po filesDana Jansens
2013-08-10Remove deprecated and unneeded g_type_init call.Dana Jansens
2013-08-10Remove unneeded obrender/button.hDana Jansens
2013-08-10Update version to 3.5.1.Dana Jansens
obrender broke backward compatibility by changing the layout of the theme structure. obt broke backward compatibility by changing the method signature of some keyboard methods. Both libraries added some new methods as well.
2013-08-10Move shortcuts to latin characters in Greek translationDana Jansens
The _ keyboard shortcut in menus only works on latin characters.
2013-08-10Move shortcuts to latin characters in Hebrew translationDana Jansens
The _ keyboard shortcut in menus only works on latin characters.
2013-08-10Updated Italian translationDavide Truffa
2013-08-10Updated Serbian translationJay A. Fleming
2013-08-10Updated Spanish translationGerardo Seguin
2013-08-10Updated Czech translationDavid Kolibáč
2013-08-10Update Hungarian translationLaszlo Dvornik
2013-08-10Add Afrikaans translationNicolaas van der Merwe
2013-08-10Add Romanian translationremotedot@gmail.com
2013-08-10Updated Turkish translationMuhammet Kara
2013-08-10Updated German translationVolker Ribbert
2013-08-10Updated Arabic translationKarim Oulad Chalha
2013-08-10Add Belarusian translationMikalai Udodau
2013-08-10Add Interlingua translationNik Kalach
2013-08-10Add Hebrew translationkhazarian@fastmail.in
2013-08-10Updated Dutch translationPjotr
2013-08-10Add Polish translationPiotr Strebski
2013-08-10Add Greek translationEfstathios Iosifidis
2013-08-10Sort po/LINGUAS alphabeticallyDana Jansens