- 10 Feb, 2000 3 commits
-
-
Jody Goldberg authored
2000-02-10 Jody Goldberg <jgoldberg@home.com> * src/sheet.h : Remove inclusion of cell.h. Adjust includes to loosen things a bit more. * src/colrow.h : Remove margin_a_pt margin_b_pt. Margins are NOT scaled by resolution or zoom. Rename units -> size_pts and store as float rather than double. Rename pixels-> size_pixels hard_size -> use gboolean rather than a 1 element bitfield * src/style.h : Move the typedefs from here. * src/gnumeric.h : to here. *.[ch] : Catch up with the renames and include changes.
-
Miguel de Icaza authored
Pile of work on the graphics component. Works, displays in more modes, actually the graph is now managed by the layout, need to add more decorative components to the graphic now. Miguel.
-
Jody Goldberg authored
We will need to tweak this to get things to match properly. 2000-02-09 Jody Goldberg <jgoldberg@home.com> * src/workbook.c (change_displayed_zoom_cb) : Add a '%' at the end of the zoom specification. (workbook_create_standard_toobar) : Adjust the list of zoom labels. * src/style.c (font_init) : Add comment explaining that the default fonts are not scaled by resolution, and that we depend on that. * src/sheet.c (sheet_init_default_styles) : Set the default sizes based on the size of the default font not on pixels. * src/sheet-view.c (new_canvas_bar) : Don't set the size or scroll region here. (sheet_view_construct) : Call sheet_view_set_zoom_factor with a factor of 1 to set sizes and scroll regions. (sheet_view_set_zoom_factor) : Do not hard code the sizes of the free dimensions. Set them based on the font used for the headers.
-
- 09 Feb, 2000 2 commits
-
-
Michael Meeks authored
Make sheet objects set seet->modified.
-
JP Rosevear authored
application worksheet sheet chart
-
- 07 Feb, 2000 6 commits
-
-
Kjartan Maraas authored
2000-02-07 Kjartan Maraas <kmaraas@online.no> * no.po: Updated Norwegian translation.
-
Jukka-Pekka Iivonen authored
2000-02-06 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/mathfunc.[ch], src/functions/fn-math.c: Moved mdeterm, mmult and minverse to mathfunc.c.
-
Kjartan Maraas authored
-
Miguel de Icaza authored
2000-02-07 Miguel de Icaza <miguel@gnu.org> * src/dialogs/Makefile.am (glade_msgs): Add new glade.h files * src/dialogs/*.glade.h: Touch up glade files that did not generate the corresponding .glade.h file.
-
Miguel de Icaza authored
2000-02-07 Miguel de Icaza <miguel@gnu.org> * src/solver-lp.c: Tag strings for internationalization. * src/analysis-tools.c: ditto. * src/workbook.c (dialog_autosave_callback): Moved autosave code here. (workbook_autosave_cancel): Cancels autosaving. (workbook_autosave_set):
-
Miguel de Icaza authored
2000-02-07 Miguel de Icaza <miguel@gnu.org> * src/dialogs/dialog-autosave.c (dialog_autosave): Change the order here. (dialog_autosave): Correct. Help button does not mean OK. Hook up help. * src/dialogs/auto-save.glade: Beautify.
-
- 06 Feb, 2000 1 commit
-
-
ERDI Gergo authored
2000-02-01 ERDI Gergo <cactus@cactus.rulez.org> * src/about.c (dialog_about): Added myself to the contributors list * src/widgets/gtk-combo-box.c (gtk_combo_box_popup_hide): explicitly cast function pointers to avoid a warning * src/solver-lp.c (simplex_step_three): Default value for `min' to eliminate a warning * src/dialogs/dialog-advanced-filter.c: Included ranges.h (removing an `implicit declaration' warning) * src/commands.c: Included `dialogs.h' * src/workbook.c (workbook_standard_toolbar_orient): Hide the zoom combo box on vertical toolbars * src/widgets/gtk-combo-text.[ch]: New widget: easy-to-use combo box 2000-01-28 ERDI Gergo <cactus@cactus.rulez.org> * src/workbook.c (workbook_create_standard_toobar): Added a zoom button to the toolbar as requested
-
- 04 Feb, 2000 5 commits
-
-
JP Rosevear authored
2000-02-05 JP Rosevear <jpr@arcavia.com> * src/commands.h : Fix typo
-
JP Rosevear authored
2000-02-05 JP Rosevear <jpr@arcavia.com> * doc/pref-attributes.txt : Start sorting excel attributes into application, workbook and sheet categories.
-
Jody Goldberg authored
- Implement an initial version of paste_cut undo. 2000-02-05 Jody Goldberg <jgoldberg@home.com> * src/sheet.[ch] (sheet_row_info_set_{height, width}) : Make static. * src/cell.c (cell_calc_dimensions) : The size is already scaled. * src/item-bar.c (item_bar_event) : Only scale by the zoom. The item-grid canvas is zoomed by the zoom factor, not by the resolution adjustment. (item_bar_start_resize) : Ditto. * src/selection.c (sheet_selection_paste) : Use cmd_paste_cut. * src/commands.c (cmd_paste_cut) : Implement. 2000-02-04 Jody Goldberg <jgoldberg@home.com> * src/widgets/widget-font-selector.c (font_selector_set_points) : new function. * src/dialogs/dialog-cell-format.c (fmt_dialog_init_font_page) : Use it.
-
Jody Goldberg authored
zooming based on the screen display resolution (eg 110 dpi). No GUI currently available. 2000-02-04 Jody Goldberg <jgoldberg@home.com> * src/widgets/widget-font-selector.c (font_selector_set_points) : new function. * src/dialogs/dialog-cell-format.c (fmt_dialog_init_font_page) : Use it. 2000-02-04 Jody Goldberg <jgoldberg@home.com> * src/sheet.c (sheet_col_set_internal_width) : Scale by the axis resolution adjment. (sheet_row_set_internal_height) : Ditto. (colrow_set_units) : Ditto. (sheet_compute_col_row_new_size) : Ditto. * src/item-bar.c (item_bar_fonts_init) : Scale by resolution. (item_bar_start_resize) : Ditto. (item_bar_event) : Ditto. * src/cell.c (cell_calc_dimensions) : Adjust interface to take the cell. Scale the height test by the vertical resolution adjustment. * src/cell-draw.c (sheet_view_get_style_font) : rename from sheet_get_style_font in preparation for view split. Scale the font by the average of the resolutions.
-
Arturo Espinosa authored
-
- 03 Feb, 2000 3 commits
-
-
Michael Meeks authored
Constify function registering API, Make a dire warning look less frightening.
-
Yuri Syrota authored
-
Jody Goldberg authored
2000-02-03 Jody Goldberg <jgoldberg@home.com> * src/xml-io.c (xml_{read,write}_selection_info) : New functions. (xml_{read,write}_range) : New functions. (xml_write_style_region) : Use xml_write_range. (DOH!) (xml_read_style_region) : Use xml_read_range. (xml_sheet_read) : Use xml_read_selection_info. (xml_sheet_write) : Use xml_write_selection_info.
-
- 02 Feb, 2000 4 commits
-
-
Michael Meeks authored
-
Yuri Syrota authored
-
Jukka-Pekka Iivonen authored
2000-02-03 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/solver-lp.c (solver_simplex): Bug fix. Convert RHS values to non-negative. * src/solver-lp.c: Implemented `Sensitivity Report' for Solver tool. Not complete though.
-
Jody Goldberg authored
2000-02-02 Jody Goldberg <jgoldberg@home.com> * src/cell.c (cell_set_text) : Fix thinko. We are assigning to the entered_text so we should unref that. Always print the assigning empty warning. * src/str.c (string_unref_ptr) : Delete unused function. * src/clipboard.c (do_clipboard_paste_cell_region) : Use the correct clear flags for sheet_clear_region. (x_selection_handler) : Ditto. * src/workbook.c (workbook_expr_relocate) : We need to unref the new expression because the cell refs it itself. * src/format.c (format_remove_decimal) : Correctly remove the last decimal. bug 5836.
-
- 01 Feb, 2000 5 commits
-
-
Jukka-Pekka Iivonen authored
2000-02-02 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/dialogs/dialog-solver.c, src/dialogs/solver.glade: Implemented the results and reports dialog for the Solver tool. * src/solver-lp.c, src/solver.h: Implemented `Answer' report generation for Solver.
-
Jukka-Pekka Iivonen authored
2000-02-02 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/dialogs/dialog-autocorrect.c: Killed bug #5719.
-
Jody Goldberg authored
- Add hooks for correct scroll wheel support. Will not be possible until there is a workbook-view.
-
Yukihiro Nakai authored
-
JP Rosevear authored
-
- 31 Jan, 2000 10 commits
-
-
Jason Leach authored
2000-02-01 Jason Leach <leach@wam.umd.edu> * dialog-stf-format-page.c (format_page_set_col_formatting): kill bug #5718: a C++ comment changed to a C style comment for compatability with non-gcc compilers.
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
Upgraded to new Bonobo names; Work, do not crash Miguel.
-
Jukka-Pekka Iivonen authored
2000-01-31 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/dialogs/dialog-solver.c, src/dialogs/solver.glade, src/dialogs/Makefile.am: Gladefied the Solver tool. Implemented `Change' (constraint) button. * src/functions/fn-math.c: Added RandExp(), RandPoisson(), RandBinom(), RandNegBinom(), and RandBernoulli() functions. * src/functions/fn-math.c, src/mathfunc.[ch]: Moved gcd to mathfunc.c.
-
Jody Goldberg authored
2000-01-31 Jody Goldberg <jgoldberg@home.com> * src/worksheet.h : Move more of the pure view elements into WorkbookPrivate. * src/sheet.h : Remove include of workbook.h * *.c : manually include workbook.h only where we need it. * src/ranges.c (parse_range) : Move here from dialog-analysis-tools.c to avoid warnings. * src/corba-workbook.c (Workbook_save_to) : Adjust to new calling convention. * src/corba-workbook-factory.c (WorkbookFactory_read) : Ditto. * src/parser.y : Support interbook references. * src/item-bar.c : Ignore scroll-wheel events. Eventually the app will handle these rather than the grid.
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
2000-01-31 Jody Goldberg <jgoldberg@home.com> * src/corba-workbook.c (Workbook_save_to) : Adjust to new calling convention.
-
Morten Welinder authored
-
- 30 Jan, 2000 1 commit
-
-
Matthias Warkus authored
-