Commit graph

58 commits

Author SHA1 Message Date
Tilman Sauerbeck
110131bd40 Added object files to .gitignore. 2007-05-12 22:42:08 +02:00
Tilman Sauerbeck
3c5d4f591c Store the cursor names in one large string.
This means the compiler doesn't need to place the array in the
read-write sections of the DSO, which means less relocations
when the library is loaded and a smaller memory footprint.
2007-05-12 22:41:27 +02:00
Adam Jackson
8b73dc0411 Bump to 1.1.8 2006-10-13 16:01:17 -04:00
Alan Coopersmith
9df9640643 Fix many sparse warnings: Using plain integer as NULL pointer 2006-10-10 14:57:16 -07:00
Alan Coopersmith
b6b9f58855 Fix lint warning: deallocating a pointer that could be NULL: library.c(266) 2006-10-10 13:46:17 -07:00
Alan Coopersmith
d0e12a9784 Add XORG_WITH_LINT to allow checking code with lint/sparse/etc. 2006-10-10 13:33:33 -07:00
Alan Coopersmith
932965298c Use $prefix & $ICONDIR settings from configure for default path in manpage
(Stop hardcoding /usr/X11R6 & /usr/share in the paths shown.)
2006-10-06 16:44:37 -07:00
Alan Coopersmith
f591196271 Xcursor.man formatting cleanups 2006-10-06 16:22:52 -07:00
Bart Massey
3c5f5860d6 Added missing dependency 2006-09-12 09:02:54 -07:00
Alan Coopersmith
c7d048dacf Use version number from configure.ac in Xcursor.man instead of "Version 1.0" 2006-08-24 19:21:47 -07:00
Alan Coopersmith
8c73ee7260 Add *~ to .gitignore to skip over emacs droppings 2006-08-24 18:42:36 -07:00
Alan Coopersmith
c7886900f1 Man page typo fixes (pimaps, directorys) 2006-08-24 18:42:03 -07:00
Chris Wilson
e0a501e91c fix leak in header destruction
Fix a couple of if (!foo) free(foo); tests.
2006-08-12 19:55:44 +03:00
Alan Coopersmith
2f08984396 renamed: .cvsignore -> .gitignore 2006-07-13 14:58:50 -07:00
Daniel Stone
c6f65af419 Bug #5268: Fix small memory leak. (Matthias Clasen). Change some return 0s
to NULL. Bump to 1.1.7.
2006-06-03 10:23:57 +00:00
Eric Anholt
8adc6fe181 Look for cursors in datadir, not always /usr/share. 2006-04-27 17:26:28 +00:00
Adam Jackson
3c69a6ef12 Bump to 1.1.6 2006-04-27 00:04:48 +00:00
Adam Jackson
f9bc007d71 Coverity #159: Prevent a possible NULL chase. 2006-04-07 00:58:59 +00:00
Daniel Stone
1f862e619f Bug #4439: Include Xlib.h. 2006-03-04 21:00:40 +00:00
Kevin E Martin
461b3c5c0e Update package version number for final X11R7 release candidate. 2005-12-15 00:24:29 +00:00
Kevin E Martin
aed42762a9 Add icondir to xcursor.pc to be used when installing cursors. 2005-12-09 19:28:41 +00:00
Kevin E Martin
189c967226 Add configure options to allow hard-coded paths to be changed. 2005-12-08 17:55:19 +00:00
Kevin E Martin
b8c92a26d0 Allow hard-coded paths to be configurable. 2005-12-08 17:54:40 +00:00
Kevin E Martin
af09e8d8ed Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 2005-12-06 22:48:42 +00:00
Kevin E Martin
47043f5e93 Update package version number for X11R7 RC3 release. 2005-12-03 05:49:43 +00:00
Alan Coopersmith
a3ddd7c6aa Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-28 22:03:05 +00:00
Kevin E Martin
328e88110f Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
    with separate build roots.
2005-11-19 07:15:41 +00:00
Alan Coopersmith
54d9a60a18 Use $(LIB_MAN_SUFFIX) instead of forcing man page into section 3. 2005-11-13 17:59:28 +00:00
Kevin E Martin
f0dfdfc7b4 Bump version numbers for X11R6.9/X11R7 RC2. 2005-11-09 21:31:19 +00:00
Kevin E Martin
c0773eea4b Update package version number for X11R7 RC2 release. 2005-11-09 21:19:12 +00:00
Kevin E Martin
345cf36920 Update pkgcheck dependencies to work with separate build roots. 2005-11-01 15:11:51 +00:00
Adam Jackson
7c7bdccde9 Bug #4244: Make XcursorSetTheme(dpy, NULL) restore the default theme.
(Frederico Mena-Quintero)
2005-10-19 22:26:55 +00:00
Kevin E Martin
4d4de72c69 Update package version number for RC1 release. 2005-10-19 02:48:09 +00:00
Alan Coopersmith
b1bc7d7328 Use troff macros to prevent cpp eating C comments & #defines that are
supposed to appear in man page output.
2005-10-13 02:22:47 +00:00
Alan Coopersmith
08ccddfa98 Define HAVE_XFIXES 2005-10-11 01:37:44 +00:00
Adam Jackson
7a5e360179 Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
a global configure cache don't get confused.
2005-08-03 03:28:01 +00:00
Kevin E Martin
af4b88bba2 Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
2005-07-29 21:22:51 +00:00
Daniel Stone
b34368c667 Change soversion to 1.0.2 with -version-number. 2005-07-16 06:35:32 +00:00
Keith Packard
9ffefcd641 Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory 2005-07-09 06:13:36 +00:00
Keith Packard
b5a724c201 Make sure XFIXES appears in LIBS line, fix up other pkg-config usage. 2005-07-08 05:02:01 +00:00
Daniel Stone
45b0f06f13 Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
    source files in the xserver/xorg tree, predicated on defines of
    HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
    <X11/fonts/foo.h>.
2005-07-03 07:00:56 +00:00
Eric Anholt
c010a3f076 There are no manpages in this directory, so don't try to include them in
EXTRA_DIST. Should fix the build.
Reported by: tinderbox
2005-07-03 00:02:27 +00:00
Kevin E Martin
0881bb3ce0 Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems 2005-07-02 06:35:03 +00:00
Daniel Stone
caa910e492 Import Xcursor 1.1.4 from freedesktop.org xlibs tree. 2005-06-29 18:46:53 +00:00
Daniel Stone
e67de73f5c Bug #1043: Fix leak when creating animated cursors. 2005-06-13 16:44:53 +00:00
Søren Sandmann Pedersen
89e52cde6e Remove experiment with calling the man page file 4x 2005-06-08 20:51:37 +00:00
Søren Sandmann Pedersen
5589b4f6a3 Remove all the not found with pkgconfig stuff 2005-06-08 20:44:18 +00:00
Søren Sandmann Pedersen
4070c0af6c - Add Xcursor build system 2005-06-08 19:15:43 +00:00
Markus Kuhn
50911b052c Encoding of numerous files changed to UTF-8 2004-12-04 00:42:47 +00:00
Egbert Eich
cbcf471d91 Merging XORG-CURRENT into trunk 2004-04-23 18:43:40 +00:00