witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

218 Commits

Author SHA1 Message Date
Dan Helfman 9a284e7b76 Fixed an Internet Explorer 8 bug in which the toolbar was positioned incorrectly. 2009-07-12 14:04:24 -07:00
Dan Helfman a75e4f48aa No longer charging for Luminotes Desktop or offering subscription signups. 2009-07-04 23:36:27 -07:00
Dan Helfman 5fd918898d Added a dynamic preview of your current color selections to the color picker. Made the color picker stay open after a color is selected. 2009-05-20 17:46:24 -07:00
Dan Helfman 1b42644b81 More cursor: pointer. 2009-05-18 16:23:52 -07:00
Dan Helfman cf6195e2a9 Added cursor: pointer to several button elements. 2009-05-18 16:22:31 -07:00
Dan Helfman d82b3ff8de Changed color box hover border to 1px from 2px. 2009-05-18 14:53:39 -07:00
Dan Helfman 5f47ae3187 Fixed hiding of table border in color pulldown in IE. Tweak light/dark threshold. Added :hover border on color boxes. 2009-05-18 14:48:24 -07:00
Dan Helfman c7d7d6f58c Several IE color fixes. 2009-05-15 16:03:51 -07:00
Dan Helfman 4e21547da6 Added a toolbar color button for setting text and background colors. Still needs more testing/fixing in IE and WebKit. 2009-05-14 16:20:43 -07:00
Dan Helfman d0c5491400 Fixed a Firefox bug in which copying and pasting text between notes inserted line breaks in the pasted text. 2009-04-27 19:01:26 -07:00
Dan Helfman 882ccbc808 Fixed a bug in which discussion forum bylines ("Posted by...") were sometimes duplicated several times on a given post. Now bylines are displayed below each post rather than within it. 2009-04-27 16:24:31 -07:00
Dan Helfman 84f6da7c27 Got toolbar buttons aligned correctly in various browsers (especially WebKit). 2009-04-24 15:02:42 -07:00
Dan Helfman 12ca44e512 Removing broken image. 2009-04-24 14:45:02 -07:00
Dan Helfman b1d3ebe2f9 Replace "+" buttons in left and right areas with textual buttons that should be a little clearer. 2009-04-24 13:42:13 -07:00
Dan Helfman 0c9c3844bd Got toolbar resizing working again. 2009-04-23 17:46:06 -07:00
Dan Helfman 6b0a87e097 Moved themes into its own directory under static/. That way, each theme directory can containing everything it needs: images, CSS, etc. 2009-04-22 15:36:58 -07:00
Dan Helfman 00b5a8ad81 Discovered that WebKit CSS border radius can be set on individual corners. 2009-03-29 12:24:26 -07:00
Dan Helfman f46e2a8fec Refactored toolbar code and images. Now buttons come from a single composite / sprited image.
Remaining things to complete:
  * In WebKit, the button images are offset +5 pixels down. They shouldn't be.
  * Small "+" buttons under notebooks and the note tree are broken.
  * Toolbar resizing doesn't work anymore (TODO comment).
2009-03-29 12:23:55 -07:00
Dan Helfman e35f566609 Better spacing around file upload instructions. 2009-03-20 14:07:58 -07:00
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
Dan Helfman 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