- 28 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 27 Jul, 1998 2 commits
-
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-07-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/main.c (main): Rename currentWorkbook to current_workbook, so that it follows the style of the rest of my code ;-) * src/item-cursor.c (item_cursor_init): Add a timeout handler for drawing the anted animation. (item_cursor_set_bounds): Setup the Canvas Item bounding box when the bounds of the cursor change. * src/gnumeric-sheet.c (start_cell_selection): Create the selection cursor at the same position the regular cursor is. (gnumeric_sheet_init): Share colors between items and the canvas.
-
- 25 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
Weee! Regular strings are now treated as values (so they can be used in cell expressions). This means you can actually start typing expressions and they will actually make sense (note that no recalc is yet supported). The code to do interactive selections is there, but for some reason the cursor is not paying much attention to me. This feature lets you select a cell for an expression if you type in a formula in the spreadsheet (just type '=' and use the arrow keys to see my buggy code).
-
- 24 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
More work.
-
- 20 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
Lots of work: parser, symbol management, cell storage, finally some cell content rendering, currently it is in debug mode, so you wont see much. Miguel
-
- 19 Jul, 1998 1 commit
-
-
Federico Mena Quintero authored
1998-07-19 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/gnumeric-sheet.c src/item-bar.c src/sheet.c: Removed the canvas parameter from calls to gnome_canvas_item_new().
-
- 18 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 17 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
More work. Miguel.
-
- 16 Jul, 1998 3 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
Today: 1. First pass at selections (multiple selections are allowed). 2. Cursor selection works. Do not try to drag outside the window though, there is a little bug to be fixed and it will keep a pointer grab. 3. Started to add destructors all over the place, better to keep an eye on those memory leaks since the beginning. Miguel.
-
- 14 Jul, 1998 4 commits
-
-
Arturo Espinosa authored
Typing text into cells feels almost like Excel (modulo the fact that my input line is not as cute). No Cell manager yet, so everthing yuo type is gratiously dropped. Very baboon like. Also, some notes from one hour figuring Excel.
-
Federico Mena Quintero authored
1998-07-14 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/gnumeric-sheet.c (gnumeric_sheet_create): Use gnome_canvas_construct() to initialize the canvas. * src/item-bar.c (get_col_name): Fixed generation of column names. (get_row_name): Rows are numbered from 1, not 0. Also, assert that the row number is less than 65536. (item_bar_event): Grab/ungrab the mouse on button press/release. (item_bar_event): On motion_notify, only call set_cursor() if we are not resizing. (item_bar_event): Only take care of enter_notify events if we are not resizing. * po/es.po configure.in: Added Spanish translation.
-
Nat Friedman authored
Casts to make it compile without warnings.
-
Arturo Espinosa authored
Editing of cell contents Canvas Item Type + getting the main GUI ready. Miguel.
-
- 09 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
Total excitement! (take two, as the previous ChangeLog message was discarded because someone commited before me). Cool stuff today: we got the columns and rows displayed, with nice cursor change working; New canvas paint item strategy works very nicely (much better than the previous stuff); got a region-cursor working with various of selection modes (still have to figure out how to draw selected stuff though); basic cursor movement works for now; sample demo of the toy is included. Miguel.
-
- 08 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
Ok, the fact that life sucks manifests itself in various ways. First of all GDK_INVERT and GDK_XOR gc functions do not do what you want them to do, but what they are supposed to do, so my cursor instead of being a nice black and firm box, is just a pinkie thingie on my Indy. Second, I got all of the grid draw logic wrong. That is not the way Excel does it, so tomorrow, I rewrite it. Miguel.
-
- 06 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
More work. It displays the Grid Item now. Exposes are hossed on the Canvas, need Federico to fix it. Next step: style allocator. MigeeArgp
-
- 05 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 04 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 02 Jul, 1998 3 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-