- 15 Apr, 2018 1 commit
-
-
Morten Welinder authored
-
- 21 Sep, 2016 1 commit
-
-
http://savannah.gnu.org/bugs/?46756Marek Černocký authored
Workarround for http://savannah.gnu.org/bugs/?46756 (discussion https://mail.gnome.org/archives/gnumeric-list/2015-December/msg00026.html)
-
- 02 Mar, 2015 2 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
- 28 Feb, 2015 1 commit
-
-
Morten Welinder authored
-
- 20 Jan, 2015 1 commit
-
-
Morten Welinder authored
-
- 02 Jan, 2015 1 commit
-
-
Morten Welinder authored
-
- 27 Dec, 2014 1 commit
-
-
Morten Welinder authored
This installs a bunch of icons via gresource. In the process we rename the icons to something consistent. Not everything is done yet. And we want to keep installing our application icons.
-
- 06 Dec, 2014 1 commit
-
-
Morten Welinder authored
-
- 26 Oct, 2014 1 commit
-
-
Morten Welinder authored
There are three standards compliant ways of getting the tag field for a union like GnmValue. 1. Via the subtype struct that the value has. That only works (and is utterly pointless) when we already know the value type. 2. Via another union member that is a structure having one or more initial members matching the actual struct type. The silly thing is that this rule only applies to structs; I guess that is an oversight, but a fat lot of good that does us now. In practice this means we should use ->v_any.type for that. 3. Using the pointer-to-first-struct-member rule. To simplify matters, define VALUE_IS_ARRAY and VALUE_IS_CELLRANGE macros.
-
- 15 May, 2014 1 commit
-
-
Morten Welinder authored
-
- 05 May, 2014 1 commit
-
-
Morten Welinder authored
Eliminate some hacking workarounds.
-
- 03 Aug, 2013 1 commit
-
-
Morten Welinder authored
-
- 13 May, 2013 1 commit
-
-
Morten Welinder authored
That way we don't ask translators to deal with them. We aren't going to show them, so there is no point in confusing translators and giving them extra work.
-
- 24 Apr, 2013 1 commit
-
-
Morten Welinder authored
Use link-color instead of a hardcoded blue.
-
- 05 Apr, 2013 1 commit
-
-
Morten Welinder authored
-
- 28 Mar, 2013 1 commit
-
-
Morten Welinder authored
-
- 26 Mar, 2013 2 commits
-
-
Morten Welinder authored
Evidently introspection is picky.
-
Morten Welinder authored
-
- 10 Jan, 2013 1 commit
-
-
Morten Welinder authored
We were unconditionally looking of untranslated function name for the purpose of displaying help texts.
-
- 09 Jan, 2013 1 commit
-
-
Morten Welinder authored
This isn't ready for prime time yet. When turned on, function names ought to be translated in the gui. That, of course, requires that translators have translated the function names. The place to do that is in the help text. For example: msgid "PRODUCT:product of the given values" msgstr "PRODUKT:produktet af de givne værdier" (Does that really have two spaces?)
-
- 02 Jan, 2013 1 commit
-
-
Morten Welinder authored
-
- 29 Dec, 2012 1 commit
-
-
- 12 Aug, 2012 1 commit
-
-
Jean Bréfort authored
-
- 30 Jul, 2012 1 commit
-
-
Andreas J. Guelzow authored
2012-07-29 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnm_expr_entry_colour_ranges: don't miscolour a range in the current workbook that is really in an external workbook.
-
- 26 Jul, 2012 1 commit
-
-
Jean Bréfort authored
-
- 11 May, 2012 1 commit
-
-
Andreas J. Guelzow authored
2012-05-11 Andreas J. Guelzow <aguelzow@pyrshep.ca> * src/gui-util.c (gnm_load_pango_attributes_into_buffer_filter): deleted (gnm_load_pango_attributes_into_buffer_named_filter): deleted (gnm_create_std_tags_for_buffer): deleted (gnm_load_pango_byte_to_char): deleted (gnm_load_pango_attributes_into_buffer): use go_load_pango_attributes_into_buffer * src/gui-util.h (gnm_create_std_tags_for_buffer): delete * src/sheet-control-gui.c (scg_comment_display): use go_create_std_tags_for_buffer instead of gnm_create_std_tags_for_buffer 2012-05-11 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnumeric-expr-entry.c (gee_create_tooltip): use go_create_std_tags_for_buffer instead of gnm_create_std_tags_for_buffer * gnumeric-text-view.c (gtv_init): ditto
-
- 22 Feb, 2012 1 commit
-
-
Andreas J. Guelzow authored
2012-02-21 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnumeric-expr-entry.c (gee_delete_tooltip): return info on tooltip visibility, clear appearance timer (cb_show_tooltip): new (gee_create_tooltip): don't show tooltip (gee_set_tooltip): show tooltip (gee_set_tooltip_completion): delay first tooltip
-
- 28 Jan, 2012 1 commit
-
-
Jean Bréfort authored
-
- 27 Jan, 2012 2 commits
-
-
Morten Welinder authored
Now default to relative instead of previous.
-
Andreas J. Guelzow authored
2012-01-26 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnumeric-expr-entry.c (gee_create_tooltip): use a text view (gee_set_tooltip_completion): format the info in a nicer way 2012-01-26 Andreas J. Guelzow <aguelzow@pyrshep.ca> * src/gui-util.c (gnumeric_create_tooltip_text_view_widget): new (gnumeric_convert_to_tooltip): new (gnumeric_create_tooltip): use gnumeric_convert_to_tooltip * src/gui-util.h (gnumeric_create_tooltip_text_view_widget): new (gnumeric_convert_to_tooltip): new
-
- 25 Jan, 2012 2 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
We ended up with the wrong parse position.
-
- 30 Nov, 2011 2 commits
-
-
Andreas J. Guelzow authored
2011-11-30 Andreas J. Guelzow <aguelzow@pyrshep.ca> * dead-kittens.h: add G_VALUE_INIT 2011-11-30 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnumeric-expr-entry.c (cb_icon_clicked): use G_VALUE_INIT; 2011-11-30 Andreas J. Guelzow <aguelzow@pyrshep.ca> * plugin-gda.c: add dead-kittens.h (gnm_value_new_from_gda): use G_VALUE_INIT; 2011-11-30 Andreas J. Guelzow <aguelzow@pyrshep.ca> * dialog-doc-metadata.c: add dead-kittens.h (dialog_doc_metadata_set_gsf_prop_val): use G_VALUE_INIT;
-
Andreas J. Guelzow authored
2011-11-28 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnumeric-expr-entry.c (cb_icon_clicked): initialize GVALUE before calling g_value_init
-
- 28 Nov, 2011 2 commits
-
-
Andreas J. Guelzow authored
2011-11-28 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnumeric-expr-entry.c (gnm_expr_entry_colour_ranges): add arg and only create cursor if required (gee_scan_for_range): ensure to use the same colour for duplicate ranges
-
Andreas J. Guelzow authored
2011-11-28 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnumeric-expr-entry.c (gnm_expr_entry_colour_ranges): add arg and use the attached attribute list rather than the list from the entry (gee_scan_for_range): attach an attribute list as data to the entry 2011-11-28 Andreas J. Guelzow <aguelzow@pyrshep.ca> * src/item-edit.c (item_edit_draw): use the attr list attached as data
-
- 27 Nov, 2011 1 commit
-
-
Andreas J. Guelzow authored
2011-11-26 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnumeric-expr-entry.c (gnm_expr_entry_colour_ranges): also add cursors to other sheets of the same workbook (gee_destroy_feedback_range): remove from all sheets
-
- 26 Nov, 2011 1 commit
-
-
Andreas J. Guelzow authored
2011-11-25 Andreas J. Guelzow <aguelzow@pyrshep.ca> * src/gnm-pane.h (gnm_pane_expr_cursor_bound_set): change argument of gnm_pane_expr_cursor_bound_set * src/gnm-pane.c (gnm_pane_expr_cursor_bound_set): change argument of gnm_pane_expr_cursor_bound_set, receive the colour to use. (gnm_pane_rangesel_stop): do not enable highlights (gnm_pane_rangesel_start): do not disable highlights 2011-11-25 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnumeric-expr-entry.c (gnm_expr_entry_colour_ranges): new (gee_scan_for_range): use gnm_expr_entry_colour_ranges
-
- 24 Nov, 2011 1 commit
-
-
Andreas J. Guelzow authored
2011-11-24 Andreas J. Guelzow <aguelzow@pyrshep.ca> * gnumeric-expr-entry.c (gee_scan_for_range): use the lexer items if the expression is incomplete.
-