- 15 Jul, 1998 3 commits
-
-
Arturo Espinosa authored
-
Federico Mena Quintero authored
1998-07-14 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/item-bar.c (item_bar_realize): Set the item_bar->gc's foreground color to black (it is by default initialized to pixel value 0, which is not black on all default colormaps). (bar_draw_cell): Center the cell's text correctly.
-
Arturo Espinosa authored
-
- 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.
-
- 12 Jul, 1998 2 commits
-
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-07-12 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-bar.c (item_bar_event): Do world->canvas cordinate conversion to get zoomed resizng working). * src/sheet.c (sheet_row_set_height): Silly mistake, add the newly created rowinfo to the row array, not the column array.
-
- 11 Jul, 1998 3 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
Lots of stuff. Mouse resizing columns and rows is fully working. Other random internal goodies, the engine is nicer, the code is nicer, the stuff is starting to make sense, etc. It is nice to `see' what it does right now. Miguel.
-
Miguel de Icaza authored
1998-07-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/style.c: New file. Implement the style manager for the spreadsheet.
-
- 09 Jul, 1998 2 commits
-
-
Miguel de Icaza authored
1998-07-09 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/*: Dropped the ColInfo and RowInfo structures, they are now unified into a single ColRowInfo structure, they were really the same thing. Thanks to Federico for the suggestion.
-
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.
-
- 07 Jul, 1998 3 commits
-
-
Vincent Renardias authored
* sync with CVS the remaining bits.
-
Arturo Espinosa authored
-
Chris Toshok authored
-
- 06 Jul, 1998 6 commits
-
-
Raja R Harinath authored
-
Raja R Harinath authored
* configure.in: Remove duplicated AM_GNU_GETTEXT.
-
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
-
Vincent Renardias authored
* POTFILES.in: Added src/format.c & src/workbook.c
-
Vincent Renardias authored
* fr.po (New)
-
Chris Toshok authored
-
- 05 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 04 Jul, 1998 3 commits
-
-
Manish Singh authored
-Yosh
-
Chris Lahey authored
-
Arturo Espinosa authored
-
- 03 Jul, 1998 1 commit
-
-
Chris Lahey authored
-
- 02 Jul, 1998 11 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
This is a strtegic cut and paste from the Help menu. This is the spec to follow for the number formating routine. Migeexcel
-
Arturo Espinosa authored
-