Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-18 | Add all device models known up to now | Martin Szulecki | 1 | -4/+13 | |
2012-03-18 | Make label and shadow calculations also dynamic | Martin Szulecki | 1 | -5/+5 | |
2012-03-18 | Dump generated device_info for debugging | Martin Szulecki | 1 | -0/+26 | |
2012-03-18 | Also set uuid in device_get_info() | Martin Szulecki | 1 | -2/+7 | |
2012-03-18 | First pass of changing hardcoded drawing calculations into dynamic ones | Martin Szulecki | 1 | -76/+78 | |
This is mostly for general drawing, interaction still needs to be converted to not use hardcoded values but those read from the device. | |||||
2012-03-18 | Update the screen layout after updating device information | Martin Szulecki | 1 | -0/+68 | |
After reading the device specific settings like number of columns and rows of icons, we need to adjust the screen layout aswell. | |||||
2012-03-18 | Add gui_folder prefix for function only used for folders | Martin Szulecki | 1 | -6/+6 | |
2012-03-18 | Set default values for home screen and icon folders in device_info_new() | Martin Szulecki | 1 | -1/+14 | |
2012-03-18 | Read home screen and icon folder configuration from device | Martin Szulecki | 2 | -4/+57 | |
2012-03-18 | Do not poll all device info again, just the battery capacity | Martin Szulecki | 3 | -2/+46 | |
2012-03-18 | Add device_connect() to remove duplicated device connection code | Martin Szulecki | 1 | -17/+24 | |
2012-03-18 | Add iPod Touch 4G to device list | Martin Szulecki | 1 | -3/+4 | |
2011-01-05 | Show label, label shadow and icon shadow AFTER icon texture has been loaded | Nikias Bassen | 1 | -7/+19 | |
2011-01-04 | Split up folderview_close_cb | Nikias Bassen | 1 | -10/+15 | |
This allows us to close a folderview without having to invoke the callback function. | |||||
2010-12-31 | Add icon shadow and label shadow if a wallpaper is available | Nikias Bassen | 3 | -3/+113 | |
2010-12-30 | Use SBItem texture/label members instead of g_list_nth_data | Nikias Bassen | 1 | -16/+4 | |
2010-12-19 | Better handle jumpy icons | Nikias Bassen | 3 | -3/+35 | |
2010-12-01 | Stop putting files in /tmp | Bastien Nocera | 4 | -16/+57 | |
Whether the wallpaper or the icons themselves, save them in $XDG_CACHE_DIR, and simplify saving. | |||||
2010-11-05 | Add CLUTTER_VBLANK=none to fix certain graphics card related issues | Nikias Bassen | 1 | -0/+1 | |
Some graphics drivers like the intel one have problems with redrawing when using clutter-gtk. Using CLUTTER_VBLANK=none it works again. Since other graphics card configurations do no show any disadvantages we set CLUTTER_VBLANK=none as default. Setting CLUTTER_VBLANK manually will still override the default 'none' setting. | |||||
2010-09-21 | Load wallpaper on iOS 3.2+ and only use iconstate format 2 on iOS 4+ | Martin Szulecki | 1 | -1/+4 | |
This allows to show the wallpaper on a iPad devices. | |||||
2010-07-23 | Make the folder label edit box look more like a real edit box | Nikias Bassen | 1 | -3/+11 | |
2010-07-23 | Update mini-icons when re-ordering folder items | Nikias Bassen | 1 | -0/+60 | |
2010-07-23 | Use groups for upper and lower folder animation areas | Nikias Bassen | 1 | -6/+10 | |
2010-07-23 | Added Mario Polino to the list of translators | Nikias Bassen | 1 | -0/+1 | |
2010-07-18 | Make folder item re-ordering work | Nikias Bassen | 1 | -5/+88 | |
2010-07-18 | Put mini icons in their own ClutterGroup | Nikias Bassen | 1 | -1/+4 | |
2010-07-18 | Add selected_folder state variable and close folderview on reload | Nikias Bassen | 1 | -0/+10 | |
2010-07-15 | Fix iconstate v2 change detection (folder item change was not detected) | Nikias Bassen | 1 | -2/+2 | |
2010-07-14 | Make opening folders possible, manipulating still to come | Nikias Bassen | 1 | -3/+361 | |
2010-07-14 | Adjust label transparency if a wallpaper is used | Nikias Bassen | 1 | -0/+2 | |
2010-07-14 | Create full sub-items with labels and use texture clones for mini-icons | Nikias Bassen | 1 | -1/+17 | |
2010-07-12 | Fix prototype of gui_get_iconstate, it was missing a parameter | Martin Szulecki | 1 | -1/+1 | |
2010-07-12 | Add support for new iconstate format and displaying folder icons | Nikias Bassen | 6 | -76/+316 | |
2010-07-11 | Compile with stable libimobiledevice release without 1.1.0 API requirement | Martin Szulecki | 2 | -1/+6 | |
2010-07-09 | Only try to load wallpaper for iOS 4.0+ | Nikias Bassen | 4 | -7/+27 | |
2010-07-09 | Display home screen wallpaper if available | Nikias Bassen | 3 | -0/+53 | |
2010-07-09 | Fix icon scaling for newer devices | Nikias Bassen | 1 | -0/+1 | |
2010-07-09 | Show "iPhone 4" if an iPhone 4 is connected | Nikias Bassen | 1 | -1/+2 | |
2010-06-06 | Added Japanese translation | Koichi Akabe | 1 | -0/+1 | |
2010-05-27 | Updated translators in contributors dialog | Nikias Bassen | 1 | -1/+4 | |
2010-04-07 | Show "iPad" if an iPad is connected | Nikias Bassen | 1 | -2/+3 | |
2010-02-03 | Only upload iconstate to device if changes have been made | Nikias Bassen | 1 | -1/+77 | |
2010-02-03 | Use current_uuid on load/save icon data instead of match_uuid | Nikias Bassen | 1 | -4/+4 | |
2010-02-03 | Use state variables to init global stuff only once | Nikias Bassen | 1 | -5/+16 | |
2010-02-03 | Cleanly exit battery updater thread after gui_deinit | Nikias Bassen | 1 | -0/+7 | |
2010-02-01 | Fix segfault on gui init with newer clutter version | Nikias Bassen | 1 | -1/+1 | |
2010-02-01 | Updated to make use of new libimobiledevice | Nikias Bassen | 5 | -30/+28 | |
2010-01-28 | Split up code into more separate files | Nikias Bassen | 10 | -344/+759 | |
2010-01-28 | Split out debugging and helper function to utility.c | Nikias Bassen | 4 | -38/+116 | |
2010-01-26 | Show error dialog if connecting to sbservices fails with an error | Martin Szulecki | 1 | -0/+26 | |
This for instance shows the note that sbservices is only supported in devices with OS 3.1+. |