| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-04 | Fixes #112: /?debug=1 gives you back debugging helpers | Alon Levy | |
| 2014-12-04 | make autocomplete menu items at least visible | Alon Levy | |
| The fact you can't see most is by their design, need to fix that (regression I think) | |||
| 2014-12-04 | svgInput modularized, works mostly | Alon Levy | |
| missing correct width (setting it on the input instead of the FO) plus only chrome looks ok for link, FF still misplaced. | |||
| 2014-12-04 | improved input bar styling and animation | Ofer Lehr | |
| 2014-12-04 | fixes #165 - Input box segment obscures graph view | Ofer Lehr | |
| 2014-12-04 | enable back pointer-events for links | Alon Levy | |
| 2014-12-04 | better CSS for alert - moved button img out of the HTML | Ofer Lehr | |
| 2014-12-04 | moved organization logo to css instead of inline HTML | Ofer Lehr | |
| 2014-12-04 | fixed search bar positioning, scroll bug and moved export button to search bar | Ofer Lehr | |
| 2014-12-04 | css: remove pointer-events:none from selected elements | Alon Levy | |
| 2014-12-03 | Fixed search bar positioning inconsistencies | garbash | |
| 2014-12-03 | assume logged-in user, rm userBus | LV-426 | |
| 2014-12-02 | Changed text colour for nodes and edges | garbash | |
| 2014-12-01 | rerun sass after rebase of last ofer commit | Alon Levy | |
| 2014-12-01 | changed position css and input bar | Ofer Lehr | |
| 2014-12-01 | use localStorage to show intro-task only until clicked | Alon Levy | |
| Also fix miscased scss filename. | |||
| 2014-12-01 | Removed "powered by" | garbash | |
| 2014-12-01 | fixed broken fonts, div positioning and search bar drop shadow | Ofer Lehr | |
| 2014-12-01 | fixed sass variable colors and polished top bar css | Ofer Lehr | |
| 2014-11-30 | box-shadow to search-bar | garbash | |
| 2014-11-30 | Made powered by nicer+removed debug interface | garbash | |
| 2014-11-30 | Input bar styling - submit button not working | garbash | |
| 2014-11-30 | Task-alert styling - button not-working | garbash | |
| 2014-11-30 | Styled search-bar | garbash | |
| 2014-11-30 | Added top-bar + removed deprecated elements and classes | garbash | |
| 2014-11-28 | Add compiled style.css+map | garbash | |
| 2014-11-28 | Implemented stylesheet structure+font change | garbash | |
| 2014-11-28 | Changed node types names resolving #162 | garbash | |
| 2014-11-28 | introduce sass - only changes are whitespace and curly after last rule (sassism) | Alon Levy | |
| No method to automaticall run sass once scss file changes right now. Should probably use grunt, I think it does it. (or have an inotify based make background task). Tested with sass 3.4.9 (latest) but since I'm not using sass yet (the scss file is our former css file) it should work with other versions too. | |||
| 2014-11-28 | Replaced existing fort family to source-sans-pro | garbash | |
| 2014-11-24 | style: group link selectors | Alon Levy | |
| 2014-11-24 | add search ui | Alon Levy | |
| make search+input boxes share a fixed div, use floats for nice(er) responsiveness to width changes. | |||
| 2014-11-24 | style.css: fix typo in debug ui | Alon Levy | |
| 2014-11-24 | style.css: filter is experimental and not supported by IE | Alon Levy | |
| https://developer.mozilla.org/en-US/docs/Web/CSS/filter?redirectlocale=en-US&redirectslug=CSS%2Ffilter#Browser_compatibility | |||
| 2014-11-24 | style.css: firefox 35 complains about slash comment in style property | Alon Levy | |
| 2014-11-19 | Extreme opacity for the unselected | garbash | |
| 2014-11-19 | notselected & selected classes added; only used when a selection is in progress | Alon Levy | |
| 2014-11-18 | rz_core: move styling to css for easy skinning | Alon Levy | |
| So now you can change for instance: $('.perm').each(function(i,x) { x.style.opacity=0.1; }) | |||
| 2014-11-11 | Fix highlight of node and edge | Alon Levy | |
| TODO 1: This is a bit magic. The problem is that I'm not sure exactly if the nodes/edges given to the click callback are updated correctly when we just do renames. So the code is a bit protective - it compares names instead of comparing objects. This might work or not later with multiple edges. But I really need to fix it so we never have callbacks with stale data. TODO 2: Plus I'm not using classes correctly, instead setting attributes in the d3 update function (update). This is already done but is a bad smell, makes it harder to change properties easily. Used for stroke-width here and for nodes, for color. | |||
| 2014-11-11 | bug fix: subtitle text+ghost edge size | garbash | |
| 2014-11-11 | rename load/save file; Fixes #111 | Alon Levy | |
| The browse button still needs to be fixed. Maybe this: http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom | |||
| 2014-11-11 | add ghostlink for easier edge selection (Fixes #131) | Alon Levy | |
| This changes our current svg. We already had a <g id="link-group"> and under it <path class="link graph"> elements (class changes for selection). Now we have <g class="link graph"> elements containing two paths: one for display, one for selection. the display has stroke-width of 2 (defined in res/css/style.css) and the selection has stroke-width of 5 and stroke not defined to make it invisible plus a higher z-index to catch the click. | |||
| 2014-11-11 | Add edge_info tab; implements edge deletion | Alon Levy | |
| 2014-11-11 | mv css, font resources to res/font/, res/css/ | LV-426 | |
