Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-13 | Fix debug output string | Martin Szulecki | 1 | -1/+1 | |
2010-01-13 | Port to changes in libiphone 0.9.6 API | Martin Szulecki | 1 | -6/+5 | |
2010-01-05 | Updated Copyright notice | Nikias Bassen | 1 | -2/+2 | |
2010-01-03 | Prevent double clicks on icons to avoid flying icons | Martin Szulecki | 1 | -0/+10 | |
2010-01-03 | Rather update page icons on any gui_set_current_page call | Martin Szulecki | 1 | -4/+3 | |
2010-01-03 | Make sure to unlink a GList before modifing it or it gets cleared | Martin Szulecki | 1 | -0/+2 | |
2010-01-03 | Make sure to align icons on page switch, too | Martin Szulecki | 1 | -0/+4 | |
2010-01-02 | Add pages on dnd start and remove empty pages after dropping item | Martin Szulecki | 1 | -6/+52 | |
2010-01-02 | Remove some debug output | Martin Szulecki | 1 | -9/+0 | |
2010-01-02 | Better 5 icon dock alignment | Nikias Bassen | 1 | -8/+14 | |
2010-01-02 | Use macro for calculating coordinate offsets for pages | Martin Szulecki | 1 | -7/+8 | |
2010-01-02 | Fix jumping icon movement in last column on drag and drop | Martin Szulecki | 1 | -20/+30 | |
Due to using the actor coordinates, icons have shown a jumping behaviour in the last column. By using fixed coordinates the calculation does no longer get confused. | |||||
2010-01-02 | Move align functions out of loop to avoid unnecessary calls | Martin Szulecki | 1 | -2/+2 | |
2009-12-31 | Refactor and normalize all code where possible and add more debug output | Martin Szulecki | 1 | -691/+769 | |
2009-12-31 | Introduce sbitem helper to get display_name from item | Martin Szulecki | 1 | -0/+10 | |
2009-12-30 | Beautify copyright source file header | Martin Szulecki | 1 | -20/+23 | |
2009-12-30 | Remove data header generation and pass datadir directly to sources | Martin Szulecki | 2 | -7/+24 | |
2009-12-29 | Fix typo | Nikias Bassen | 1 | -1/+1 | |
2009-12-29 | Allow switching pages using left and right arrow keys | Martin Szulecki | 1 | -4/+45 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-12-28 | Allow page switch by dragging an icon to the left or right margin | Nikias Bassen | 1 | -0/+48 | |
2009-12-27 | Allow adding items to empty icon lists | Nikias Bassen | 1 | -2/+6 | |
2009-12-27 | Fix icon alignment for pages with less than 16 items | Nikias Bassen | 1 | -10/+10 | |
This removes the skip_empty parameter from get_icon_for_node as empty nodes are always skipped now. This also makes alignment easier. | |||||
2009-12-27 | New command line parameter -D for application debug messages | Nikias Bassen | 1 | -12/+29 | |
2009-12-26 | Some way better multirow icon aligment | Nikias Bassen | 1 | -6/+8 | |
2009-12-26 | Add a threshold for left-right movement in icon alignment | Nikias Bassen | 1 | -3/+18 | |
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 | Implement showing real device battery level within icon area | Martin Szulecki | 1 | -0/+97 | |
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 | 1 | -7/+68 | |
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 | |