New commits:
http://git.directfb.org/?p=ports/FLTK.git;a=commit;h=bc6740e0dbb0915f91d653a6c4c65b1634ee03ea
commit bc6740e0dbb0915f91d653a6c4c65b1634ee03ea
Author: Nikita Egorov <[email protected]>
Date:   Fri Jan 15 15:11:21 2010 +0300

    added missed definition of XErrorEvent

 FL/xutils.h |   10 ++++++++++
 README.dfb  |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=ports/FLTK.git;a=commit;h=f2d180d2379d08e030287aef8145fe96026a80e1
commit f2d180d2379d08e030287aef8145fe96026a80e1
Author: Nikita Egorov <[email protected]>
Date:   Fri Jan 15 12:55:16 2010 +0300

    upgrade to 1.1.10 version

 ANNOUNCEMENT                      |  918 ++---------------------------------
 CHANGES                           |   57 +++
 CMakeLists.txt                    |    2 +-
 FL/Enumerations.H                 |    8 +-
 FL/Fl.H                           |    6 +-
 FL/Fl_Group.H                     |   12 +-
 Makefile                          |    6 +-
 README                            |    6 +-
 README.win32                      |   31 +-
 configh.in                        |    8 +-
 configure                         |  853 ++++++++++++++++++++++++++++++---
 configure.in                      |  205 ++++++--
 documentation/Fl.html             |   19 +-
 documentation/Fl_Gl_Window.html   |    2 +
 documentation/Fl_Menu_Item.html   |    2 +-
 documentation/Fl_Preferences.html |    2 +-
 documentation/Fl_Progress.html    |    5 +
 documentation/Fl_Scroll.html      |   14 +-
 documentation/Fl_Valuator.html    |    2 +-
 documentation/Fl_Window.html      |   12 +-
 documentation/basics.html         |    3 +-
 documentation/common.html         |    8 +-
 documentation/drawing.html        |    4 +-
 documentation/events.html         |    4 +-
 documentation/examples.html       |   38 +-
 documentation/fluid.html          |    2 +-
 documentation/functions.html      |   67 ++-
 documentation/index.html          |    8 +-
 documentation/intro.html          |    9 +-
 documentation/preface.html        |   10 +-
 documentation/subclassing.html    |    4 +-
 fltk-config.in                    |    7 +-
 fltk.spec                         |    4 +-
 fluid/Fl_Widget_Type.cxx          |   13 +-
 fluid/Makefile                    |    8 +-
 fluid/about_panel.cxx             |   12 +-
 fluid/about_panel.fl              |   10 +-
 fluid/about_panel.h               |    8 +-
 fluid/alignment_panel.cxx         |    7 +-
 fluid/alignment_panel.h           |    6 +-
 fluid/fluid.cxx                   |   12 +-
 fluid/function_panel.cxx          |    6 +-
 fluid/function_panel.h            |    6 +-
 fluid/print_panel.cxx             |  283 ++++++------
 fluid/print_panel.h               |    4 +-
 fluid/template_panel.cxx          |   80 ++--
 fluid/template_panel.h            |    3 +-
 fluid/widget_panel.cxx            |    6 +-
 fluid/widget_panel.h              |    6 +-
 makeinclude.in                    |    9 +-
 png/ANNOUNCE                      |   69 ++--
 png/CHANGES                       |  422 ++++++++++++++++-
 png/INSTALL                       |   16 +-
 png/KNOWNBUG                      |    2 +-
 png/LICENSE                       |    8 +-
 png/Makefile                      |    6 +-
 png/README                        |   27 +-
 png/TODO                          |    1 +
 png/Y2KINFO                       |    4 +-
 png/libpng.3                      |  886 +++++++++++++++++++++++++++++++---
 png/libpng.txt                    |  379 ++++++++++++---
 png/libpngpf.3                    |  522 ++++++++++++++++++++-
 png/png.5                         |    4 +-
 png/png.c                         |  572 ++++++++++++++---------
 png/png.h                         |  441 ++++++++++++-----
 png/pngconf.h                     |  143 ++++---
 png/pngerror.c                    |  107 +++--
 png/pngget.c                      |  214 +++++----
 png/pngmem.c                      |  128 +++---
 png/pngpread.c                    |  344 +++++++++----
 png/pngread.c                     |  372 +++++++--------
 png/pngrio.c                      |   68 ++--
 png/pngrtran.c                    |  642 ++++++++++++++-----------
 png/pngrutil.c                    |  870 ++++++++++++++++++---------------
 png/pngset.c                      |  822 +++++++++++++++++---------------
 png/pngtrans.c                    |  111 +++--
 png/pngwio.c                      |  129 +++--
 png/pngwrite.c                    |  393 ++++++++-------
 png/pngwtran.c                    |   39 +-
 png/pngwutil.c                    |  959 +++++++++++++++++++------------------
 src/Fl.cxx                        |    8 +-
 src/Fl_Button.cxx                 |   10 +-
 src/Fl_Choice.cxx                 |   13 +-
 src/Fl_File_Input.cxx             |   19 +-
 src/Fl_Gl_Choice.cxx              |   23 +-
 src/Fl_Gl_Window.cxx              |    6 +-
 src/Fl_Group.cxx                  |   29 +-
 src/Fl_Help_View.cxx              |   91 +++-
 src/Fl_Image.cxx                  |    6 +-
 src/Fl_Input.cxx                  |   19 +-
 src/Fl_Menu.cxx                   |    6 +-
 src/Fl_Pack.cxx                   |    4 +-
 src/Fl_Scroll.cxx                 |   13 +-
 src/Fl_Widget.cxx                 |   44 ++-
 src/Fl_mac.cxx                    |   36 +-
 src/Fl_win32.cxx                  |   73 +++-
 src/Makefile                      |   24 +-
 src/filename_absolute.cxx         |    6 +-
 src/filename_list.cxx             |    8 +-
 src/fl_ask.cxx                    |   35 ++-
 src/fl_draw_image_win32.cxx       |   24 +-
 src/fl_encoding_latin1.cxx        |   16 +-
 src/fl_encoding_mac_roman.cxx     |   16 +-
 src/fl_font_xft.cxx               |   24 +-
 src/fl_read_image.cxx             |   22 +-
 src/fl_round_box.cxx              |    8 +-
 src/fl_set_fonts_xft.cxx          |   10 +-
 src/fl_shortcut.cxx               |    8 +-
 src/fl_show_colormap.cxx          |    7 +-
 src/forms_timer.cxx               |    5 +-
 test/Makefile                     |   16 +-
 test/mandelbrot.cxx               |   10 +-
 test/menubar.cxx                  |   42 ++-
 test/subwindow.cxx                |   57 +--
 test/sudoku.cxx                   |    6 +-
 115 files changed, 7673 insertions(+), 4588 deletions(-)

http://git.directfb.org/?p=ports/FLTK.git;a=commit;h=6b527506e43fc8dd1c0e99b54672fef5287c99d7
commit 6b527506e43fc8dd1c0e99b54672fef5287c99d7
Author: Nikita Egorov <[email protected]>
Date:   Fri Jan 15 12:51:35 2010 +0300

    deleted needless flags (double and videoonly)

 src/Fl_directfb.cxx |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to