summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix keyboard nav redraw when treeview height decreases as a result of keypres...Michael Drake2013-08-171-36/+39
* | Move drops over selection target top of selected run.Michael Drake2013-08-171-1/+15
* | Propagate selection to visible descendant nodes when a move drag is started w...Michael Drake2013-08-171-13/+65
* | Optimise drop indicator redraw area.Michael Drake2013-08-171-32/+56
* | Remove unused structure member.Michael Drake2013-08-161-2/+0
* | Do indicator redraw after everything else is done, to simplify things.Michael Drake2013-08-161-37/+41
* | Group the move details, for clarity.Michael Drake2013-08-161-18/+23
* | Start optimising drop indicator redraw.Michael Drake2013-08-161-21/+37
* | Begin move handling. Currently only moves the drop target indicator during d...Michael Drake2013-08-161-8/+175
* | Make treeview test parasite convert move drag enum type.Michael Drake2013-08-161-0/+5
* | Add move drag type.Michael Drake2013-08-161-1/+2
* | Set appropriate treeview flags.Michael Drake2013-08-161-1/+1
* | Slight refactor of drag end handling, for future handling of more types of drag.Michael Drake2013-08-161-9/+18
* | Add comment.Michael Drake2013-08-161-0/+1
* | Rename "section" to "part".Michael Drake2013-08-161-24/+23
* | Fix treeview code's inconsistant application of the plot origin. (Fixes vari...Michael Drake2013-08-161-7/+7
* | Remove pointless clipping. Move some calculations out of function call param...Michael Drake2013-08-161-11/+6
* | Make the no_font_blending toggle.Michael Drake2013-08-161-0/+1
* | Avoid background blending overhead for treeview text.Michael Drake2013-08-163-2/+11
* | Inform front end when drag starts below nodes too.Michael Drake2013-08-161-0/+4
* | Add selection to enum.Michael Drake2013-08-161-0/+1
* | Flag a TODO.Michael Drake2013-08-161-0/+1
* | Pass mouse coords to treeview during drag. Note, we now get a warning when m...Michael Drake2013-08-161-0/+2
* | Use abstracted folder creation.Michael Drake2013-08-161-17/+6
* | Update messages for default hotlist entries.Michael Drake2013-08-161-20/+15
* | Add generator for default hotlist.Michael Drake2013-08-161-7/+103
* | Set built=false after destruction.Michael Drake2013-08-161-2/+1
* | Implement simplisitic hotlist_add function. Need to improve where new entrie...Michael Drake2013-08-161-9/+6
* | Move urldb data acquisition so it doesn't need to be duplicated when there ar...Michael Drake2013-08-161-48/+48
* | Tidy some comments.Michael Drake2013-08-161-4/+2
* | Slight simplification.Michael Drake2013-08-161-9/+5
* | Minor tweaking.Michael Drake2013-08-161-3/+2
* | Allow the other front ends to use the hotlist test too.Michael Drake2013-08-164-2/+4
* | Beginnings of new hotlist module, implemented with new treeview.Michael Drake2013-08-166-2/+992
* | Make dom node children iterator return nserror.Michael Drake2013-08-163-15/+20
* | Fix several comments about return type.Michael Drake2013-08-161-3/+3
* | Add treeview folder label for hotlist.Michael Drake2013-08-161-0/+6
|/
* Correct pathChris Young2013-08-152-2/+3
* Add missing icons to packageChris Young2013-08-151-1/+1
* Non-working AISS icon redirectChris Young2013-08-151-0/+4
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-08-136-140/+132
|\
| * Revert nsfont_split back to how it was before I started meddling with it.Chris Young2013-08-032-4/+3
| * Ensure we get the correct Messages filesChris Young2013-07-271-1/+2
| * Remove rogue incChris Young2013-07-271-1/+0
| * Make some RISC OS menu+shortcut strings RISC OS specific, as I believe they a...Chris Young2013-07-271-112/+112
| * Show iconified windows when quitting (horrible flickery workaround for a reco...Chris Young2013-07-272-2/+2
| * Localise the description, mark it Amiga-onlyChris Young2013-07-272-2/+7
| * Remove any AppIcons on quitChris Young2013-07-271-1/+2
| * When receiving a "To Front" message, don't open a window if none are active.Chris Young2013-07-271-18/+0
| * Missed an ellipsis removal. Split this one out as RISC OS uses it.Chris Young2013-07-272-2/+7