gnumeric r15905 - in trunk: . component plugins/excel plugins/fn-info plugins/html plugins/python-loader src src/dialogs src/widgets tools tools/win32
- From: jody svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r15905 - in trunk: . component plugins/excel plugins/fn-info plugins/html plugins/python-loader src src/dialogs src/widgets tools tools/win32
- Date: Mon, 24 Sep 2007 22:23:10 +0100 (BST)
Author: jody
Date: 2007-09-24 22:23:06 +0100 (Mon, 24 Sep 2007)
New Revision: 15905
ViewCVS link: http://svn.gnome.org/viewcvs/gnumeric?rev=15905&view=rev
Added:
trunk/tools/win32/
trunk/tools/win32/gnumeric.nsi.in
trunk/tools/win32/gpl.txt
trunk/tools/win32/jhbuildrc
trunk/tools/win32/moduleset
Modified:
trunk/BUGS
trunk/ChangeLog
trunk/NEWS
trunk/component/gnumeric.c
trunk/libspreadsheet-1.7.pc.in
trunk/plugins/excel/ChangeLog
trunk/plugins/excel/ms-chart.c
trunk/plugins/excel/xlsx-read.c
trunk/plugins/fn-info/functions.c
trunk/plugins/html/html.c
trunk/plugins/html/latex.c
trunk/plugins/python-loader/py-gnumeric.c
trunk/src/Makefile.am
trunk/src/application.c
trunk/src/cellspan.c
trunk/src/cmd-edit.c
trunk/src/commands.c
trunk/src/dialogs/ChangeLog
trunk/src/dialogs/dialog-printer-setup.c
trunk/src/gnm-pane.c
trunk/src/gnumeric-gconf.h
trunk/src/gutils.c
trunk/src/gutils.h
trunk/src/io-context-gtk.c
trunk/src/item-edit.c
trunk/src/libgnumeric.c
trunk/src/libgnumeric.h
trunk/src/main-application.c
trunk/src/mstyle.c
trunk/src/numbers.h
trunk/src/parse-util.h
trunk/src/print-cell.h
trunk/src/print.c
trunk/src/print.h
trunk/src/rendered-value.c
trunk/src/sheet-style.c
trunk/src/sheet.c
trunk/src/ssconvert.c
trunk/src/ssindex.c
trunk/src/style-color.c
trunk/src/style-color.h
trunk/src/style-font.h
trunk/src/style.c
trunk/src/style.h
trunk/src/test-pango.c
trunk/src/value.c
trunk/src/wbc-gtk-actions.c
trunk/src/wbc-gtk-impl.h
trunk/src/wbc-gtk.c
trunk/src/wbc-gtk.h
trunk/src/widgets/ChangeLog
trunk/src/widgets/gnm-cell-combo-foo-view.c
trunk/src/widgets/gnm-cell-combo-foo-view.h
Log:
2007-09-24 Jody Goldberg <jody gnome org>
* ms-chart.c (BC_R(end)) : Don't leak a style when faced with an empty
label.
2007-09-24 Jody Goldberg <jody gnome org>
Merge in the win32 cleanup work
* src/Makefile.am : Add a libspreadsheet CFLAG -DGNUMERIC_INTERNAL to
control dllimport/dllexport for win32. Required some adjustment of
built-sources.
* src/libgnumeric.h : Add 'GNM_VAR_DECL' and use it for extern data
that will be publicly visible.
* src/libgnumeric.c : re-order and handle some of the renaming
style_init -> gnm_font_init, and gnumeric_color -> gnm_color.
(gnm_get_option_group) : move the shared cmd line arg parsing in here
rather than duplicating the handlers in all the client apps.
* src/main-application.c (gnumeric_arg_parse) : eg from here.
Rather than using global variables, pass the arguments as
parameters to clean things up.
* src/ssconvert.c (main) : Use it here.
* src/ssindex.c (main) : and here.
* src/print-cell.h : just include the necessary gtk headers. Even
this breaks WITH_GTK work. Why isn't this ins glib ?
* src/print.h : Move the renamed internal (not dllexported)
gnm_print_debug flag here
* src/style.c : s/StyleFont/GnmFont/ and clean up the associated
method names. Then move things into style-font.h for now.
This clarifies how much we'll need to move to GOFont.
* src/print-cell.h : just include the necessary gtk headers. Even
this breaks WITH_GTK work. Why isn't this ins glib ?
* src/print.h : Move the renamed internal (not dllexported)
gnm_print_debug flag here
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]