Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-25 | Fix icon alignment on multiple pages | Nikias Bassen | 1 | -1/+1 | |
2009-12-25 | Fix indentation of device type mapping array | Nikias Bassen | 1 | -6/+7 | |
2009-12-25 | Fix indentation/coding style | Nikias Bassen | 1 | -539/+564 | |
2009-12-25 | Add command line argument handling | Martin Szulecki | 1 | -3/+51 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-25 | Limit maximum number of icons in dock | Nikias Bassen | 1 | -1/+1 | |
2009-12-25 | Fix parsing of iPod Touch device type | Nikias Bassen | 1 | -1/+1 | |
2009-12-25 | Show device name in window title and device type in top left corner | Nikias Bassen | 1 | -13/+32 | |
2009-12-24 | Write device name in top left corner instead of 'SBManager' | Nikias Bassen | 1 | -0/+35 | |
2009-12-24 | Removed 'SBManager' from background image | Nikias Bassen | 1 | -0/+0 | |
2009-12-24 | Implement showing real device battery level within icon area | Martin Szulecki | 1 | -0/+97 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-24 | Make battery level transparent in background image | Martin Szulecki | 1 | -0/+0 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-23 | Make icon exchange actually work (with some issues for sb area) | Nikias Bassen | 1 | -11/+36 | |
2009-12-23 | Make the icon align functions set the current positions only | Nikias Bassen | 1 | -64/+12 | |
The repositioning will be done by another function, so let these align functions do what they where meant for, just align the icons in the current icon list. | |||||
2009-12-23 | Added sb_align_icons() to align the icons in the sb area | Nikias Bassen | 1 | -12/+101 | |
2009-12-23 | memory leak fix | Nikias Bassen | 1 | -0/+3 | |
2009-12-22 | Added missing declaration for sel_item | Nikias Bassen | 1 | -0/+1 | |
2009-12-22 | Removed buggy dock alignment code | Nikias Bassen | 1 | -20/+29 | |
2009-12-22 | Attempt to quickly fix springboard and dock icon exchange | Martin Szulecki | 1 | -0/+3 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-21 | Fix icon movement for multiple pages | Martin Szulecki | 1 | -3/+3 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-21 | Fix wrong signature of dock align function | Martin Szulecki | 1 | -1/+1 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-21 | Made check for motion in dock_area only y-axis dependant. | Nikias Bassen | 1 | -2/+2 | |
This prevents icons being detected 'outside the dock' when they are moved across the left, right, or bottom margin of the dock area. | |||||
2009-12-20 | Added some animation to dock_align_icons | Nikias Bassen | 1 | -5/+9 | |
2009-12-20 | Yes, page switch animation! | Nikias Bassen | 1 | -3/+1 | |
2009-12-20 | Several fixes plus page switching now working. | Nikias Bassen | 1 | -36/+75 | |
This one also adds groups for dock and non-dock icons to better distinguish between them. | |||||
2009-12-19 | Make page indicator dots reactive, but icon drawing needs some rework | Nikias Bassen | 1 | -2/+3 | |
2009-12-18 | Added page indicator dots | Nikias Bassen | 4 | -8/+70 | |
Somehow, they don't react on the button-press-event so page switching does not yet work. | |||||
2009-12-17 | Do not call redraw_icons inside form_map. | Nikias Bassen | 1 | -4/+0 | |
2009-12-17 | Added Martin to Copyright notice | Nikias Bassen | 1 | -0/+1 | |
2009-12-17 | Support for writing icon state back to device | Nikias Bassen | 1 | -0/+132 | |
The reordering of the icons is not yet implemented, but the function is definitely working ;) | |||||
2009-12-17 | Use defines to set stage width and height where appropriate | Martin Szulecki | 1 | -3/+7 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-17 | Added AUTHORS. | Nikias Bassen | 1 | -0/+2 | |
2009-12-17 | Refactor clock update logic to avoid jumping clock position | Martin Szulecki | 1 | -11/+16 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-17 | Retrieve icons in idle loop instead of blocking the UI at startup | Martin Szulecki | 1 | -6/+15 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-17 | Name saved icon filenames by bundle and load textures asynchronously | Martin Szulecki | 1 | -3/+10 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-17 | Only peform realignment of dock items when an item is selected | Nikias Bassen | 1 | -9/+9 | |
2009-12-17 | Removed multiple selected state variables and improved dock item alignment | Nikias Bassen | 1 | -20/+46 | |
2009-12-17 | Better support for 5-icon-dock when using 4 icons or less | Nikias Bassen | 1 | -6/+8 | |
2009-12-17 | New dock icon aligment function and dock icon motion detection | Nikias Bassen | 1 | -5/+54 | |
2009-12-17 | Revert "add a dock group for easier centering of the icons in the dock" | Nikias Bassen | 1 | -21/+4 | |
This reverts commit efaeb6ac047303fdae102c59256366feeeb8c7fb. | |||||
2009-12-17 | Revert "Added dock icon alignment function and dock icon motion detection" | Nikias Bassen | 1 | -52/+13 | |
This reverts commit b25ee6c596280fed211d8c2550c61865c91f9816. | |||||
2009-12-16 | Added dock icon alignment function and dock icon motion detection | Nikias Bassen | 1 | -13/+52 | |
2009-12-16 | add a dock group for easier centering of the icons in the dock | Nikias Bassen | 1 | -4/+21 | |
2009-12-16 | Set text colors in redraw_icon instead of directly after creation | Nikias Bassen | 1 | -4/+12 | |
2009-12-16 | changed font to FreeSans and font sizes using px | Nikias Bassen | 1 | -5/+5 | |
2009-12-16 | Replaced dock.png with a full screen background.png | Nikias Bassen | 8 | -4/+17 | |
Also included the picture in the autofoo stuff. | |||||
2009-12-15 | Initial commit. | Nikias Bassen | 10 | -0/+1083 | |