| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-03-12 | remove the group option for the restacking commands in rc.xml, cuz groups ↵ | Dana Jansens | |
| are clever now | |||
| 2007-03-05 | scary commit..but here goes. | Dana Jansens | |
| YOUR THEMES ARE NOW OFFICIALLY BROKEN. Openbox has just moved it's theme format to an XML based one. The details of this format can be found in data/themerc.xsd (and http://openbox.org/themerc.xsd ALSO! This is very good and important and stuff! In the tools directory you will find THEMETOXML ! This tool takes a themerc on stdin, and spits out the same theme in theme.xml format. So this is all you need to do to update your themes. PLEASE NOTE: This themetoxml does _not_ install itself anywhere. It simply builds and then lives out in its tools/themetoxml directory, and that's it. So if you want to use it, that is where to find it. In moving to the new XML format, a number of additions/changes to the theme engine have been made. Themetoxml takes these into account and will set all the new things appropriately to make your theme look the same as it always has. New additions include.. * padding now has an horizontal and vertical component, instead of being one number * menus can have different borders than windows (color and size) * menu offset can now be negative. it's a little weird, but someone will want it no doubt * fonts are no longer controled by the theme at all, however font shadowing is, and on that note.. * font shadows are now any color you want, not just black and white * you can now set the shadow anywhere you can set the text's color, so you have more control, i.e. you can set shadow on active menu items but not inactive, or disabled, etc. * every color now has an alpha channel. at the moment they don't do anything, besides the font shadow one, but it leaves room for future explorations. it is REALLY HIGHLY RECOMMENDED that you set the alpha to 255 all the time, until such time as it could be useful. otherwise one day your theme may turn awful for people. * font colors are in the range 0-255, in case you were wondering, and they have to be specified in decimal * if you'd like to change you font's you can do so in your configuration file. this is how it is going to stay. changing the font in the theme assumes too much about peoples eye sight and locality and stuff. it doesn't belong there, sorry. the system-wide default rc.xml includes the new font settings for your viewing pleasure, and ill drop an example of it below. * shadows can now be positioned in any direction, they have both an x and a y offset which can be negative and positive. and offset of 0,0 will disable the shadow This isn't a release or anything. If someone had some good ideas about the xml theme format, I'd like to hear them. But I don't think it will be changing much right now beyond where it is. I don't even know how the new functionality will play out for themers, so we'll see. Whew.. I guess that's it. I'm not sure if I mentioned every little change or not, but oh well. Mileage may vary.. Please send any feedback. Here's the font configuration example. Hopefully ObConf will let you set this real soon. <theme> ... <font place="ActiveWindow"> <name>arial,sans</name> <size>7</size> <weight>bold</weight> <slant>normal</slant> </font> <font place="InactiveWindow"> <name>arial,sans</name> <size>7</size> <weight>bold</weight> <slant>normal</slant> </font> <font place="MenuTitle"> <name>arial,sans</name> <size>8</size> <weight>bold</weight> <slant>normal</slant> </font> <font place="MenuItem"> <name>arial,sans</name> <size>8</size> <weight>bold</weight> <slant>normal</slant> </font> </theme> | |||
| 2006-11-15 | 80 cols | Mikael Magnusson | |
| 2006-08-22 | update copyright step 1 | Mikael Magnusson | |
| 2006-06-23 | dont make popup windows saveunder after all, they move around | Mikael Magnusson | |
| 2006-06-16 | make popup windows saveunder | Mikael Magnusson | |
| 2006-03-17 | fix the minipager for exotic orientations | Mikael Magnusson | |
| 2005-02-08 | <group> option for raise/lower related actions. hi floam. | Mikael Magnusson | |
| 2004-03-28 | allow the coordspopup to move to all xinerama screens | Mikael Magnusson | |
| 2004-03-21 | update copyright notices | Mikael Magnusson | |
| 2004-03-21 | limit the size popup to the screen, maybe this doesnt work with xinerama though? | Mikael Magnusson | |
| 2003-09-28 | halfway through client changes but... | Dana Jansens | |
| should fix crashes irt actions in the action queue for clients that have been destroyed. now those actions are skipped or performed without a client as possible. | |||
| 2003-09-17 | no tabs | Dana Jansens | |
| 2003-09-17 | add copyright headers, adjust --version output to include copyright, and ↵ | Dana Jansens | |
| --help output to not include version output. | |||
| 2003-09-15 | remove debug prints | Dana Jansens | |
| 2003-09-14 | fix mem leak | Dana Jansens | |
| 2003-09-12 | new popups with subclasses, added an ObIconPopup for popups with icons, and ↵ | Dana Jansens | |
| ObPagerPopup, for a popup with a pager on it. better logic also for the desktop layout code figuring out how many rows and columns there are. | |||
| 2003-09-12 | 80 cols | Dana Jansens | |
| 2003-09-08 | bigtime theme changes. bigtime. | Dana Jansens | |
| 2003-09-03 | use the provided margins to layout the popup better | Dana Jansens | |
| 2003-09-01 | rename back the app_selected appearances to app_hilite | Dana Jansens | |
| 2003-09-01 | couple more xrdb theme format cleanups: | Dana Jansens | |
| window.focus.font -> window.label.focus.font window.unfocus.font -> window.label.unfocus.font window.justify -> window.label.justify menu.frame.* -> menu.items.* menu.hilite.* -> menu.selected.* *.picColor -> *.imageColor | |||
| 2003-08-28 | half way through the changes to new menu code/design. hot shit. static menus ↵ | Dana Jansens | |
| work, on to plugins next. | |||
| 2003-08-09 | changes to the timer api, pass the timer to the callback function. | Dana Jansens | |
| add a desktop-switch popup with the desktop's name | |||
| 2003-07-10 | remove the ob_root var, its redundant of what Xlib already provides | Dana Jansens | |
| 2003-07-10 | prefixing for the Popup->ObPopup struct | Dana Jansens | |
| 2003-07-10 | prefixing and capitalization for the Frame->ObFrame struct and the ↵ | Dana Jansens | |
| Context->ObFrameContext enum and its constants. | |||
| 2003-07-10 | rename the Client struct to ObClient | Dana Jansens | |
| 2003-06-29 | create the popup's window before adding it to the stacking list, so that it ↵ | Dana Jansens | |
| is stacked properly and doesnt wreck everything | |||
| 2003-06-28 | dont need to raise after adding | Dana Jansens | |
| 2003-06-21 | put the render theme into a struct | Dana Jansens | |
| 2003-06-21 | fixed to accomodate the changes to the render/ API. | Dana Jansens | |
| 2003-06-20 | simply the render interface by not requiring the setting of all the areas. ↵ | Dana Jansens | |
| only take a w and h in paint(). best font layout ever. | |||
| 2003-06-20 | remove non-planar surfaces | Dana Jansens | |
| 2003-05-28 | proper centering of the text in popups without icons | Dana Jansens | |
| 2003-05-16 | add anotehr stacking_add function. | Dana Jansens | |
| make stacking_add take care of raising also. make new windows that dont get focus also not raise above the focused window. | |||
| 2003-05-11 | add internal popups n shit to the stacking list. | Dana Jansens | |
| some cleanups for the stacking order hint. add non-opaque move/resize. cant toggle it yet. | |||
| 2003-05-09 | add shit that i made in the last week! | Dana Jansens | |
