Archived
1
0
Commit Graph

199 Commits

Author SHA1 Message Date
Dan Helfman
23b3884e83 Rewrote upload code to do progress bar updating from the UI via polling, rather than streaming the progress bar ticks from the server.
Still to do: Rewrite import code to do something similar, and refactor unit tests accordingly.
2009-03-19 16:52:53 -07:00
42c5c91e5d Add whitespace pre-wrap CSS to note frames, which improves copying and pasting newlines. 2009-03-18 22:19:42 -07:00
Dan Helfman
fe99862dde Luminotes Discussion forums now change the discussion thread link color based on whether there are any new posts since you last visited the thread. 2009-03-16 17:09:31 -07:00
Dan Helfman
74b197aa90 Showing "print" link on printable version of notebook/note, since Google Chrome doesn't print on page load. 2009-03-03 00:14:19 -08:00
Dan Helfman
50cc2ff19b Fixed spacing around titles. 2009-03-02 19:37:35 -08:00
Dan Helfman
c282570539 You can now print your entire notebook. 2009-03-02 16:39:08 -08:00
Dan Helfman
e27cb4dcd1 Eliminating spacing around product buttons. 2009-02-23 00:31:42 -08:00
Dan Helfman
81388ed36b There is now a downloadable free trial for Luminotes Desktop. Also made export plugins work on Windows. 2009-02-23 00:11:48 -08:00
Dan Helfman
600be458cd Fixed two cursor focusing bugs by removing -moz-user-select and -webkit-user-select. 2009-02-12 02:52:15 -08:00
Dan Helfman
3c1e6f540d Made note drop targets show up with less vertical spacing in IE. 2009-02-11 01:09:50 -08:00
Dan Helfman
68e31f38be Got note drag-and-drop working in WebKit. 2009-02-11 00:46:37 -08:00
Dan Helfman
de60f7a852 Making grabber rounded in WebKit too. 2009-02-10 22:01:51 -08:00
Dan Helfman
ec377a644a Now highlighting the hovered drop target and highlighting/focusing the dropped editor. 2009-02-09 17:09:37 -08:00
Dan Helfman
11b4af7568 Changed drop targets from boxes to just lines so as not to screw up drag positioning. Also added drop target before first note. 2009-02-09 15:01:44 -08:00
Dan Helfman
1cb6b87047 Now showing dashed-border drop targets between each note during a drag. 2009-02-09 14:35:52 -08:00
Dan Helfman
de8daa4892 Change dragging editor from "position: absolute" to "position fixed" and got drag-scrolling to work. 2009-02-06 23:56:36 -08:00
Dan Helfman
c8a9b98599 The drop part of drag and drop works. Now I just need to add additional drop targets for actually moving the note. 2009-02-06 14:54:02 -08:00
Dan Helfman
e3e3fa93d5 Got note dragging working. Now I just need to imlement drop! 2009-02-06 14:01:44 -08:00
Dan Helfman
3e8ae2dc23 Added grippy-surface area to the right of focused note for drag-and-drop of notes for reordering. Drag-and-drop still unimplemented. 2009-02-04 17:09:54 -08:00
Dan Helfman
9906dda1ca Fixed a visual bug in which titles in a note after the first one had insufficient vertical spacing above them. 2009-01-30 12:37:52 -08:00
Dan Helfman
9152f7b986 Preventing IE7 from incorrectly displaying a blank spot after external links. 2009-01-27 12:55:59 -08:00
Dan Helfman
545e083d59 Download CSS border now matches standard CSS border. 2009-01-24 23:51:04 -08:00
Dan Helfman
58827c4ebd More work on the reusable iframe. Now visually appears seamless. 2009-01-22 12:08:20 -08:00
Dan Helfman
a05081166a Refactored Editor to use a reusable iframe for all notes. Also got cursor positioning working in Firefox.
Still needs more cleanup/bugfixing.
2009-01-21 13:33:11 -08:00
Dan Helfman
4871d96f84 Fixing the padding within iframes within various browsers. 2009-01-13 16:12:34 -08:00
Dan Helfman
0291cd67fb focused_note_frame was defined twice. 2009-01-13 14:39:25 -08:00
Dan Helfman
9f43399947 Tweaking the static div margin spacing slightly. 2009-01-13 13:49:05 -08:00
Dan Helfman
e007af22a9 Making buttons within static notes have rounded corners. 2009-01-12 17:02:51 -08:00
Dan Helfman
a5c68158f7 Fixing spacing around forms in static note divs. 2009-01-12 16:30:46 -08:00
Dan Helfman
f2230377c8 Removing note.css. It's no longer used! Unfortunately, the CSS is now duplicated in style.css and Editor.js. 2009-01-09 16:46:42 -08:00
Dan Helfman
d546d70419 Fixing bottom margin. 2009-01-09 12:34:36 -08:00
Dan Helfman
7442f46de2 The transition from a static note div to a design-mode-enabled iframe now appears visually seamless. 2009-01-09 12:27:00 -08:00
Dan Helfman
5773efc884 Rounding corners on the stub note. 2009-01-08 12:35:05 -08:00
Dan Helfman
b0202e785b More padding at the top of each frame/div. 2009-01-07 12:43:16 -08:00
Dan Helfman
55362cd4b1 Now properly stripping off / adding "static_note_contents" span when switching between iframe/div. 2009-01-07 12:39:48 -08:00
Dan Helfman
087723ebdd Improved iframe initialization code. 2009-01-06 16:20:04 -08:00
Dan Helfman
d058f779ae Making rounded corners of static note divs and note iframes equivalent. 2009-01-03 16:11:51 -08:00
Dan Helfman
35b1e8e96f Making font size of static note divs and note iframes equivalent. 2009-01-03 16:10:20 -08:00
Dan Helfman
e043cf1e0c Pulled in and merged most recent revision with iframes-on-demand changes. 2009-01-03 15:56:54 -08:00
Dan Helfman
c07794377d Work towards iframes-on-demand. 2009-01-03 15:52:12 -08:00
Dan Helfman
5a5331d0de Adding missing "cursor: pointer;" to CSS. 2008-12-30 22:16:00 -08:00
Dan Helfman
2301bbff15 Fixing some spacing. Adding "Best value" text. 2008-12-30 21:55:40 -08:00
Dan Helfman
a2d68acedf Colored the 60-day guarantee text on the download page. 2008-12-30 16:34:46 -08:00
Dan Helfman
afe17fd340 Revamped pricing and download pages to make plan layout more visually appealing. 2008-12-30 16:31:57 -08:00
Dan Helfman
1146cb7244 Mentioning 30-day free trial on the product page. 2008-12-30 12:40:03 -08:00
Dan Helfman
12bd7b2640 Centering the font pulldown selected mark dot is difficult, so instead just vertically align it to the top. 2008-12-27 00:32:37 -08:00
Dan Helfman
4d7b08ef32 Fixed broken font selection in IE. Now using a button tag instead of a <label> to make IE happy. 2008-12-26 19:32:12 -08:00
Dan Helfman
712a2dee6b Dropped support for Internet Explorer version 6.0! Time to break out the champagne. 2008-12-23 19:31:08 -08:00
Dan Helfman
ef6b013342 Making link area items a little closer together to save vertical page real estate. 2008-12-14 23:35:47 -08:00
Dan Helfman
070b55848d With the new smaller note text font size, the smalll text within the note was even smaller (and too small). Now it's just a little smaller. 2008-12-12 23:49:35 -08:00