Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-01 | Stop putting files in /tmp | Bastien Nocera | 1 | -3/+10 | |
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-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-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 | Add support for new iconstate format and displaying folder icons | Nikias Bassen | 1 | -50/+164 | |
2010-07-11 | Compile with stable libimobiledevice release without 1.1.0 API requirement | Martin Szulecki | 1 | -1/+4 | |
2010-07-09 | Only try to load wallpaper for iOS 4.0+ | Nikias Bassen | 1 | -4/+7 | |
2010-07-09 | Display home screen wallpaper if available | Nikias Bassen | 1 | -0/+30 | |
2010-07-09 | Fix icon scaling for newer devices | Nikias Bassen | 1 | -0/+1 | |
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 | 1 | -2/+0 | |
2010-01-28 | Split up code into more separate files | Nikias Bassen | 1 | -0/+1361 | |