summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Merge tag 'upstream/1.3.8'Aaron M. Ucko2021-12-28
|\ | | | | | | Upstream version 1.3.8.
| * New upstream version 1.3.8Aaron M. Ucko2021-12-28
| |
* | Merge tag 'upstream/1.3.5'Aaron M. Ucko2020-06-19
|\| | | | | | | | | Upstream version 1.3.5. Retain .gitignore (complete with full original content and Debian additions).
| * New upstream version 1.3.5Aaron M. Ucko2020-06-18
| |
* | Merge tag 'upstream/1.3.4'Aaron M. Ucko2017-01-12
|\| | | | | | | Merge upstream version 1.3.4; start changelog entry for -1.
| * New upstream version 1.3.4Aaron M. Ucko2017-01-12
| |
* | Tidy up unnecessary changes, with the help of -Wl,--as-needed.Aaron M. Ucko2015-07-11
| | | | | | | | | | | | | | | | | | | | * debian/rules: - Link with -Wl,--as-needed to avoid the need to trim library lists explicitly. - Stop trimming CAIROLIBS. * Revert upstream changes (mostly to library lists) that have become superfluous; this package now has no changes to actual C++ files, and only a few to other files.
* | Merge tag 'upstream/1.3.3' (Closes: #791346.)Aaron M. Ucko2015-07-07
|\| | | | | | | Upstream version 1.3.3
| * Imported Upstream version 1.3.3Aaron M. Ucko2015-07-06
| |
* | Ensure compatibility with Clang 3.3, Debian's current default version thereof.Aaron M. Ucko2014-01-19
| | | | | | | | | | | | | | * debian/*.symbols*: Move more symbols (mostly destructor variants) Clang 3.3 doesn't emit into libfltk*1.3.symbols.no-clang; tag them as optional. * src/Fl_x.cxx (Fl_X::make_xid): Use Fl_Window::fullscreen_active rather than relying on a flag value Clang now (rightly) marks as inaccessible.
* | Merge Gecko DnD fix from 1.3.0-9. (Closes: #699860.)Aaron M. Ucko2013-02-21
|\ \ | | | | | | | | | | | | | | | * src/Fl_x.cxx: fix drag and drop of selections from Mozilla Gecko apps (iceape/icedove/iceweasel in Debian). (Closes: #699860.) * debian/libfltk1.3.symbols: account for the new symbol that fix added.
| * | Fix drag and drop from Mozilla Gecko apps. (Closes: #699860.)Aaron M. Ucko2013-02-21
| | | | | | | | | | | | | | | | | | * src/Fl_x.cxx: fix drag and drop of selections from Mozilla Gecko apps (iceape/icedove/iceweasel in Debian). (Closes: #699860.) * debian/libfltk1.3.symbols: account for the new symbol that fix added.
* | | Merge tag 'upstream/1.3.2'Aaron M. Ucko2013-02-06
|\ \ \ | | |/ | |/| | | | Upstream version 1.3.2
| * | Imported Upstream version 1.3.2Aaron M. Ucko2013-02-06
| | |
* | | Merge tag 'upstream/1.3.1'Aaron M. Ucko2012-11-07
|\| | | |/ |/| | | Upstream version 1.3.1
| * Imported Upstream version 1.3.1Aaron M. Ucko2012-11-07
| |
* | Enable full hardening, but contrive to stick with -fPIC for libs.Aaron M. Ucko2012-03-15
| | | | | | | | | | * debian/rules: enable full hardening. * {cairo,src}/Makefile: substitute -fPIC for -fPIE in C(XX)FLAGS.
* | Accommodate (experimental!) builds with clang.Aaron M. Ucko2012-03-07
| | | | | | | | | | | | | | | | | | * debian/libfltk1.3.symbols(.gcc46): split symbols clang 3.0 doesn't emit into a .no-clang file, and make them optional. * debian/libfltk1.3-{forms,gl,images}.symbols: likewise make .symbols.gcc46 contents optional everywhere. (The lists exactly match.) * src/Fl_x.cxx: apply upstream's clang compatibility patch (r9192, per http://www.fltk.org/str.php?L2779).
* | Merge commit 'upstream/1.3.0'Aaron M. Ucko2011-06-21
|\|
| * Imported Upstream version 1.3.0Aaron M. Ucko2011-06-21
| |
* | src/fl_font_xft.cxx: revert XFT->core name mapping, now implemented upstreamAaron M. Ucko2010-12-24
| | | | | | | | ... albeit in a slightly different fashion (so there was no formal conflict).
* | Merge commit 'upstream/1.3_r8114'Aaron M. Ucko2010-12-24
|\|
| * Imported Upstream version 1.3~r8114Aaron M. Ucko2010-12-24
| |
* | Merge in new upstream snapshot (1.3~r8048).Aaron M. Ucko2010-12-23
|\|
| * Imported Upstream version 1.3~r8048Aaron M. Ucko2010-12-23
| |
* | load_xfont_for_xft2: per STR 2215, use more typical core font names.Aaron M. Ucko2010-11-10
| | | | | | | | | | | | src/fl_font_xft.cxx (load_xfont_for_xft2): map the usual XFT aliases to corresponding typical core font family names, as proposed in http://www.fltk.org/str.php?L2215.
* | Merge commit 'upstream/1.3_r7794'Aaron M. Ucko2010-11-10
|\|
| * Imported Upstream version 1.3~r7794Aaron M. Ucko2010-11-10
| |
* | Merge commit 'upstream/1.3_r7725'Aaron M. Ucko2010-10-25
|\|
| * Imported Upstream version 1.3~r7725Aaron M. Ucko2010-10-25
| |
* | Merge commit 'upstream/1.3_r7710'Aaron M. Ucko2010-10-12
|\|
| * Imported Upstream version 1.3~r7710Aaron M. Ucko2010-10-12
| |
* | Merge in new upstream source base (1.3~r7709), featuring UTF-8 support.Aaron M. Ucko2010-10-06
|\|
| * Imported Upstream version 1.3~r7709Aaron M. Ucko2010-10-06
| |
| * Imported Upstream version 1.3~r7704Aaron M. Ucko2010-09-27
| |
* | src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid nowAaron M. Ucko2010-01-07
| | | | | | | | | | | | otherwise fails to link on the Hurd (with complaints that libfltk.so.1 contains undefined references to pthread_mutexattr_*).
* | Merge final 1.1.10 release into trunk.Aaron M. Ucko2009-12-30
|\|
| * [svn-upgrade] Integrating new upstream version, fltk1.1 (1.1.10)Aaron M. Ucko2009-12-30
| |
* | Merge new upstream release candidate (1.1.10~rc3) into trunk.Aaron M. Ucko2009-11-02
|\|
| * [svn-upgrade] Integrating new upstream version, fltk1.1 (1.1.10~rc3)Aaron M. Ucko2009-11-02
| |
* | Merge new upstream release candidate (1.1.10~rc2) into trunk.Aaron M. Ucko2009-10-01
|\|
| * [svn-upgrade] Integrating new upstream version, fltk1.1 (1.1.10~rc2)Aaron M. Ucko2009-10-01
| |
* | Fl_Choice's post-1.1.7 policy of insisting on a white background inAaron M. Ucko2008-06-10
| | | | | | | | | | | | | | the default scheme doesn't work so well when the user has requested a white (or nearly white) foreground; revert to honoring the user's background choice as well in such cases. (Closes: #484660.)
* | Tweak fl_xfont emulation to map generic font names (sans, etc.) toAaron M. Ucko2008-05-15
| | | | | | | | | | customary equivalents (such as helvetica). (Closes: #481026.)
* | Merge new bugfix-only upstream release (1.1.9) into trunk.Aaron M. Ucko2008-05-09
|\|
| * [svn-upgrade] Integrating new upstream version, fltk1.1 (1.1.9)Aaron M. Ucko2008-05-09
| |
* | Revert whitespace changes to resync with upstream.Aaron M. Ucko2008-03-11
| |
* | Merge new upstream release candidate (1.1.8~rc2) into trunk.Aaron M. Ucko2008-03-10
|\|
| * [svn-upgrade] Integrating new upstream version, fltk1.1 (1.1.8~rc2)Aaron M. Ucko2008-03-10
| |
* | Fix upstream fl_read_image() regression in dealing withAaron M. Ucko2008-03-04
| | | | | | | | | | double-buffered windows. (Closes: #469089.)