darcs patch: haskell-x11: export Cursor in Xlib.hs
Andres Salomon
dilinger at collabora.co.uk
Tue Sep 15 12:31:43 EDT 2009
Tue Sep 15 12:23:18 EDT 2009 Andres Salomon <dilinger at collabora.co.uk>
* haskell-x11: export Cursor in Xlib.hs
Whoops, I forgot to export the cursors along w/ the rest of Xlib.
New patches:
[haskell-x11: export Cursor in Xlib.hs
Andres Salomon <dilinger at collabora.co.uk>**20090915162318
Ignore-this: 77e1afa7994d1d0a3396dac2f7b37d27
Whoops, I forgot to export the cursors along w/ the rest of Xlib.
] {
hunk ./Graphics/X11/Xlib.hs 40
module Graphics.X11.Xlib.Window,
module Graphics.X11.Xlib.Context,
module Graphics.X11.Xlib.Color,
+ module Graphics.X11.Xlib.Cursor,
module Graphics.X11.Xlib.Font,
module Graphics.X11.Xlib.Atom,
module Graphics.X11.Xlib.Region,
hunk ./Graphics/X11/Xlib.hs 57
import Graphics.X11.Xlib.Window
import Graphics.X11.Xlib.Context
import Graphics.X11.Xlib.Color
+import Graphics.X11.Xlib.Cursor
import Graphics.X11.Xlib.Font
import Graphics.X11.Xlib.Atom
import Graphics.X11.Xlib.Region
}
Context:
[Some extra fields, bump the version.
Don Stewart <dons at galois.com>**20090915161044]
[haskell-x11: add and export the list of cursors
Andres Salomon <dilinger at collabora.co.uk>**20090915155708
Ignore-this: 995cede8cdd8830a2c0bb6c63b8229b9
Pulled in from X11/cursorfont.h, export things like xC_X_cursor and
xC_left_ptr for things like createFontCursor to use.
]
[TAG 1.4.5
Spencer Janssen <spencerjanssen at gmail.com>**20081203050348
Ignore-this: d8112e4ff25ec56fe5ac2cdc9fa1ead
]
[Bump version to 1.4.5
Spencer Janssen <spencerjanssen at gmail.com>**20081203050251
Ignore-this: 665f8093d82bef9e6b13bf1e4db74e1d
]
[Bump configure.ac to 1.4.4 as well
Spencer Janssen <spencerjanssen at gmail.com>**20081203050154
Ignore-this: ef3fabf26fc7dbfdb6dfaa92073e3c9e
]
[Fix memory leak in getWMHints
Spencer Janssen <spencerjanssen at gmail.com>**20081125221512
Ignore-this: dacc19acbb60e13d945509cde0551bc8
]
[more precise X11 deps
Don Stewart <dons at galois.com>**20081011211930]
[TAG 1.4.3
Spencer Janssen <spencerjanssen at gmail.com>**20080921082528]
[Bump version to 1.4.3
Spencer Janssen <spencerjanssen at gmail.com>**20080921054954]
[getCommand
Marco Túlio Gontijo e Silva <marcot at riseup.net>**20080712154521]
[X implementation dependent keysyms from X.org
zythmer at gmail.com**20080528004224
Added all of the X keysyms from X.org except the groups XK_MISCELLANY and
XK_LATIN1 as well as skipped XK_VoidSymbol since it is not in any group.
The above groups and symbol are already in Graphics.X11.Types
]
[Make sure both --with-xinerama and --without-xinerama works
Lennart Kolmodin <kolmodin at gentoo.org>**20080524112224
Use the builtin variable with_xinerama instead of our want_xinerama.
This gives us ability to use both --with-xinerama and --without-xinerama.
]
[Use -auto-all when profiling
Don Stewart <dons at galois.com>**20080413112039]
[Update configure.ac with new version number
Lennart Kolmodin <kolmodin at gentoo.org>**20080331184021]
[Add setKeyEvent to Graphics.X11.Xlib.Extras
Jérémy Bobbio <lunar at debian.org>**20080328214753]
[TAG 1.4.2
Spencer Janssen <sjanssen at cse.unl.edu>**20080327193813]
[Bump version number to 1.4.2
Spencer Janssen <sjanssen at cse.unl.edu>**20080327193755]
[Handle a NULL retrun from XGetWMHints correctly, fixes a segfault bug
Spencer Janssen <sjanssen at cse.unl.edu>**20080327192702]
[update version info
Don Stewart <dons at galois.com>**20080307190921]
[comments
Don Stewart <dons at galois.com>**20080307190910]
[Remove -O2 from ghc-options
Spencer Janssen <sjanssen at cse.unl.edu>**20071216001612]
[TAG 1.4.1
Spencer Janssen <sjanssen at cse.unl.edu>**20071211042441]
[Bump version to 1.4.1
Spencer Janssen <sjanssen at cse.unl.edu>**20071211042430]
[Check the return value of XGetWindowProperty, this fixes crash bugs when the requested Window/Property does not exist
Spencer Janssen <sjanssen at cse.unl.edu>**20071211041940]
[Update installation instructions to use newer Cabal's --configure-option
Alec Berryman <alec at thened.net>**20071120214634]
[Remove obsolete INSTALL file; installation instructions are in README
Alec Berryman <alec at thened.net>**20071120203353]
[Remove redundant XIconifyWindow binding
Spencer Janssen <sjanssen at cse.unl.edu>**20071208084849]
[Added haddock docs to setErrorHandler; added XIconifyWindow and XMapRaised bindings
hoelz at wisc.edu**20071202043806]
[use a working header file for XSetErrorHandler
Lukas Mai <l.mai at web.de>**20071129174529]
[Implemented a full binding to XSetErrorHandler
hoelz at wisc.edu**20071127011847]
[TAG 1.4.0
Don Stewart <dons at galois.com>**20071125032528]
[bump X11 version to 1.4.0
Don Stewart <dons at galois.com>**20071125032135]
[add copyright info and year for Graphics/X11/Xlib/Extras.hsc
Don Stewart <dons at galois.com>**20071121024752]
[bump to snapshot tag
Don Stewart <dons at galois.com>**20071111200531]
[Fix bug in the type of functions dealing with properties
Mats Jansborg <mats at jansb.org>**20071101190154
The documentation for XGetWindowProperty and XChangeProperty states
that the data must be represented as an array of char, short and long
for a format of 8, 16 and 32 respectively. Previously Word8, Word16
and Word32 were used, resulting in bugs on platforms where char is not
8 bits, short 16 bits and long 32 bits wide.
]
[home instead of $USER
Don Stewart <dons at galois.com>**20071101212016]
[space in CPPFLAGS will break .buildinfo file
Don Stewart <dons at galois.com>**20071031172720]
[add CPPFLAGS and LDFLAGS to buildinfo file
Don Stewart <dons at galois.com>**20071031172436]
[formatting
Don Stewart <dons at galois.com>**20071031171257]
[license header for Xinerama
Don Stewart <dons at galois.com>**20071031165900]
[untabify
Don Stewart <dons at galois.com>**20071031165743]
[#!-able Setup.lhs
Don Stewart <dons at galois.com>*-20071030173235]
[bump version
Don Stewart <dons at galois.com>**20071030213949]
[Bump version number
Ian Lynagh <igloo at earth.li>**20071027124814]
[#!-able Setup.lhs
Don Stewart <dons at galois.com>**20071030173235]
[TAG X11-1.3.0
Don Stewart <dons at galois.com>**20071030172832]
[wall police
Don Stewart <dons at galois.com>**20071030171430]
[cabal tweaks
Don Stewart <dons at galois.com>**20071030171341]
[wall police
Don Stewart <dons at galois.com>**20071029205511]
[Bug fix: not storing height in XSizeHints.resize_inc
Don Stewart <dons at galois.com>**20071029202844]
[-Wall police
Don Stewart <dons at galois.com>**20071029202542]
[clean up warnings
Don Stewart <dons at galois.com>**20071029201214]
[wrong header included, hidden by -fasm
Don Stewart <dons at galois.com>**20071029184208]
[no .lhs Setup script
Don Stewart <dons at galois.com>**20071029183618]
[Xutils.h -> Xutil.hs
Don Stewart <dons at galois.com>**20071029183435]
[more info in readme
Don Stewart <dons at galois.com>**20071029182528]
[more typos in the merged .cabal file
Don Stewart <dons at galois.com>**20071029182349]
[duplicate line in .cabal file
Don Stewart <dons at galois.com>**20071029181942]
[Merge in X11-extras package, bump to 1.3.0. Adds Xinerama and X event support.
Don Stewart <dons at galois.com>**20071029175855]
[TAG 1.2.3
Don Stewart <dons at galois.com>**20071012181748]
Patch bundle hash:
c591b42158e6bb75fd901ba0b250c12d49093b88
More information about the Libraries
mailing list