summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* xc/nls/Compose/pt_BR.UTF-8XORG-6_8_1_904XORG-6_8-branchRoland Mainz2005-02-012-54/+54
| | | | //bugs.freedesktop.org/show_bug.cgi?id=2400) attachment #1762 (https://bugs.freedesktop.org/attachment.cgi?id=1762): Fix build bustage caused by broken patch for brazillian locale support (see Bugzilla #1896). Patch by Kevin E. Martin <kem@freedesktop.org>. Approved in the 2005-01-31 Xorg release-wranglers phone call.
* xc/nls/compose.dirXORG-6_8_1_903Roland Mainz2005-01-255-21/+5694
| | | | | | | | | | | xc/nls/locale.dir xc/nls/Compose/Imakefile xc/nls/Compose/pt_BR.UTF-8 xc/nls/XI18N_OBJS/Imakefile xc/nls/XI18N_OBJS/pt_BR.UTF-8 xc/nls/XLC_LOCALE/Imakefile xc/nls/XLC_LOCALE/pt_BR.UTF-8 //bugs.freedesktop.org/show_bug.cgi?id=1896) attachment #1675 (https://bugs.freedesktop.org/attachment.cgi?id=1675): Add support for pt_BR.UTF-8 locale. Patch by Gustavo Noronha Silva, Branden Robinson, Julien Lafon.
* //bugs.freedesktop.org/show_bug.cgi?id=2056) attachment #1515 ↵XORG-6_8_1_902Roland Mainz2004-12-150-0/+0
| | | | (https://bugs.freedesktop.org/attachment.cgi?id=1515): Fix the missing XChangeProperty() prototype in man page's synopsis section. Patch by Matthieu Herrb <matthieu.herrb@laas.fr>
* //bugs.freedesktop.org/show_bug.cgi?id=1842) attachment #1389 ↵Roland Mainz2004-12-130-0/+0
| | | | (https://bugs.freedesktop.org/attachment.cgi?id=1298): Move iso10646 last so the "fallback" fonts will actually be used if they are better matches.
* //bugs.freedesktop.org/show_bug.cgi?id=1459) attachment #966 ↵Roland Mainz2004-12-130-0/+0
| | | | (https://bugs.freedesktop.org/attachment.cgi?id=966): Fix |bzero()| size argument so it doesn't trash the stack. Patch by Mike A. Harris <mharris@www.linux.org.uk>.
* //bugs.freedesktop.org/show_bug.cgi?id=1864) attachment #1434 ↵Roland Mainz2004-12-131-1/+1
| | | | (https://bugs.freedesktop.org/attachment.cgi?id=1434): Fix random crashes because |bufp| variable is not initialized in |_XopenFile| (later the pointer is checked for |NULL| and freed otherwise. If the file was not found the pointer is uninitialized and rando memory is freed). Patch by Alexander Gottwald <ago@freedesktop.org>.
* //bugs.freedesktop.org/show_bug.cgi?id=1864) attachment #1310 ↵Roland Mainz2004-12-131-27/+1
| | | | (https://bugs.freedesktop.org/attachment.cgi?id=1310): Fix random crashes because |pbuf| variable is not initialized in |_XFopenFile| (later the pointer is checked for |NULL| and freed otherwise. If the file was not found the pointer is uninitialized and rando memory is freed). Patch by Alexander Gottwald <ago@freedesktop.org>
* //bugs.freedesktop.org/show_bug.cgi?id=1926) attachment #1482 ↵Roland Mainz2004-12-131-12/+0
| | | | (https://bugs.freedesktop.org/attachment.cgi?id=1482): Unregistering events in XSelectInput() when unregistering IM filter callbacks via |_XimUnRegisterIMInstantiateCallback| may be a bad idea as others may be interested in this event. Removed the call to XSelectInput() altogether as we are in root window anyway. Patch by Lubos Lunak and and Egbert Eich <eich@freedesktop.org>.
* Fix missing XChangeProperty() prototype missing in synopsis section.Matthieu Herrb2004-12-121-0/+1
|
* Bugzilla #1980 (https://bugs.freedesktop.org/show_bug.cgi?id=1980) Handle ↵Alexander Gottwald2004-12-081-0/+4
| | | | XERRORDB only on WIN32 platform
* fix comment to indicate additional possible mode. i bug 1756 reported by ↵Jim Gettys2004-12-021-2/+3
| | | | Owen Taylor.
* Bugzilla #1980, https://bugs.freedesktop.org/show_bug.cgi?id=1980 Make ↵Alexander Gottwald2004-12-011-1/+5
| | | | location of XErrorDB configurable
* Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 ↵Alexander Gottwald2004-12-011-1/+1
| | | | Initialize pointer to NULL to avoid freeing random memory
* Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added ↵Alexander Gottwald2004-11-155-6/+73
| | | | mingw (Win32) port
* Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 ↵Alexander Gottwald2004-11-151-1/+1
| | | | Initialize pointer to NULL to avoid freeing random memory
* Fix #1818Kristian Høgsberg2004-11-111-1/+1
|
* xc/nls/compose.dirRoland Mainz2004-11-093-2/+7
| | | | | | xc/nls/locale.alias xc/nls/locale.dir //freedesktop.org/bugzilla/show_bug.cgi?id=1544): Adding support for the si_LK (si, sinhala, si_LK, si_LK.UTF-8) locale. Patch by Anuradha Ratnaweera <gnu.slash.linux@gmail.com>.
* xc/nls/compose.dirRoland Mainz2004-11-053-2/+14
| | | | | | xc/nls/locale.alias xc/nls/locale.dir Adding some of the major indic locales (bn_IN.UTF-8, bn_IN.utf8, gu_IN.UTF-8, gu_IN.utf8, pa_IN.UTF-8, pa_IN.utf8) to X. Patch by Leon Ho <llch@redhat.com>.
* Correcting font encodings for GB18030, GBK and BIG5-HKSCS. Adding nls ↵Egbert Eich2004-10-1815-205/+293
| | | | support for those encodings (Bugzilla 1573, James Su).
* Made handling of DevelDrivers for x86-64 more conformant to other platforms.Egbert Eich2004-10-184-6/+11
| | | | | | | | | | | | | | | | | | | Compress all font encodings (Stefan Dirsch). Fixed warnings. Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su). Added another compose key combination for the Euro symbol (Stefan Dirsch). Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). This is the encoding that is also used by glibc. We may break other libcs - lets see who complains. Added explanation for DESTDIR to install to a different directory than /. Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11. XV support doesn't depend on 2D acceleration any more. This patch removes this limitation from the NSC driver. This is a patch that I have committed to XFree86 a while ago but never ported over to X.Org. Matthieu Herrb contributed some build fixes. Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate timer. This takes advantage of the fact that TimerSet() with a timeout argument 0 behaves like TimerCanel(). Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). Create missing links for backward compatibility to XFree86 (Stefan Dirsch). Changed comment to mention xorg. Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If you don't like it we can change it back (original author unkown). Added 'pic' to the man page rendering command pipeline (Werner Fink). Added missing return value (Stefan Dirsch, Roland Mainz)
* Use attributes instead of pragmas for weak symbols on gcc 2.95 as well. ↵Eric Anholt2004-10-131-1/+1
| | | | Using pragmas may result in the symbols being undefined with big -O. (FreeBSD ports/69708, Masakazu HIGAKI <higamasa@dream.com>)
* Fri Oct 8 18:53:11 2004 Soeren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2004-10-081-22/+21
| | | | Move iso10646 last so the "fallback" fonts will actually be used if they are better matches.
* bug fix for previous patchMarkus Kuhn2004-09-261-3/+3
|
* The big keysym cleanup, to bring implementation in line with the recent ↵Markus Kuhn2004-09-264-137/+42
| | | | revision of Appendix A of the protocol spec. (Markus Kuhn)
* Unregistering events in XSelectInput() when unregistering IM filter ↵Egbert Eich2004-09-151-0/+10
| | | | | | callbacks may be a bad idea as others may be interested in this event. Removed the call to XSelectInput() altogether as we are in root window anyway (Lubos Lunak). Fix size of a variable that gets assigned the value of SmartScheduleTime (long) to long. This should help to prevent smart scheduler lockup on 64 bit systems due to overruns (Andreas Schwab).
* Fixed some lockups in XIM code when the application is running with multi ↵XORG-6_8_1Egbert Eich2004-08-315-19/+47
| | | | thread support. These lockups occur deep down in XFilterEvents() which itself locks when another Xlib function gets called that also locks. This fixes two instances by separating those Xlib functions into an internal (non-locking) call and a locking wrapper that is used as an external function. There may be several other such instances therefore another more general patch is eventually required (Bugzilla #1182).
* Fix header file to #ifdef the XKB keysyms when they are used. This fixes the ↵XORG-6_7_99_903Kevin E Martin2004-08-191-0/+7
| | | | X test suite build failure.
* Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 ↵XORG-6_7_99_902Keith Packard2004-08-141-0/+6
| | | | | | | | visuals. Necessary to keep Flash from crashing. Must call ValidateGC/ValidatePicture on "real" GC/Picture to ensure pCompositeClip is set correctly. Need to take the composite clip from the "real" GC/Picture and turn it into the clientClip for the backing version. Adjust pixmap screen origin to account for drawable->x/y Change debugging output a bit (disabled by default)
* Set most significant bit to be a one. (Bug #1024, Kensuke Matsuzaki)Alexander Gottwald2004-08-132-0/+83
| | | | Fix conversion from sjis and euc. (Bug #1024, Toshio Takabe)
* Bug #372: Prevent a crash in XPolygonRegion when called with a bogus point ↵XORG-6_7_99_2Adam Jackson2004-08-111-0/+2
| | | | count. Reported by Andreas Luik.
* Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, ↵XORG-6_7_99_1Kevin E Martin2004-08-091-1/+6
| | | | | | | | | | | | | | | | | | Harold L. Hunt II, Alexander Gottwald). Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao, David Dawes). Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson). HP-PA build fix (Bug #828, Guy Martin, Paul Anderson). Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine). Fix attempt to read video ROM before enabling it (Bug #843, Ivan Kokshaysky, Mike A. Harris). Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A. Harris). Clarify xset man page description of how to use the keyboard repeat rate settings (Bug #846, Mike A. Harris). Fix problem where print-screen key would get remapped to sys-req in certain keymaps, which broke GNOME printscreen functionality (Bug #847, Owen Taylor). Fix several render problems: - MMIO mode support - Hang on IGP chips - VT switching hang - 3D render corruption (Bug #922, Hui Yu).
* - remove remaining AMOEBA references.Matthieu Herrb2004-07-271-7/+1
| | | | - remove unused file.
* Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk>Søren Sandmann Pedersen2004-07-201-0/+1
| | | | | | Set font_data->xlfd_data to NULL after XFree(). (#837, patch from Bastien Nocera). Tue Jul 20 18:23:32 2004 Soeren Sandmann <sandmann@daimi.au.dk> Use /dev/urandom on Linux.(#761).
* Forced commit to note repocopy from xc/lib/XThrStub, will be connected to ↵Eric Anholt2004-05-280-0/+0
| | | | the build after this.
* Improve 'uniqueness' of authorization cookie sent by client for ↵Egbert Eich2004-05-241-5/+10
| | | | XDM-AUTHORIZATION-1. Old 'uniquness' consisted of the PID of the client, a time stamp (in seconds) and a number obtained by starting to count down from 0xffff. When a client did an XOpenDisplay() then execv'ed a child and did XOpenDisplay() again within the same second, the cookie was identical to the previous one (as the PID did not change but the static 'count down' variable was reinitialized) and thus refused by the server.
* Bugzilla #658: XStringToKeysym fails for Greek_IOTAdiaeresis (Fixes VSW5 ↵Alan Coopersmith2004-05-221-10/+27
| | | | testcase XStringToKeysym-7 failure)
* XOpenDisplay should try tcp connection if local connections fail (aka Sun ↵XACE-SELINUX-MERGEAlan Coopersmith2004-04-241-15/+20
| | | | | | | | bug id #4624183). Also includes fix from NetBSD Problem Report #25098 (Michael van Elst) (Xlib segfaults with IPv6 if compiled with HASXDMAUTH). xc/config/cf/sunLib.tmpl xc/lib/FS/Imakefile Add missing shared library dependencies for Solaris
* Merging XORG-CURRENT into trunkEgbert Eich2004-04-23705-24745/+26150
|
* Initial revisionKaleb Keithley2003-11-258-0/+429
|
* Initial revisionKaleb Keithley2003-11-14155-0/+31291
|
* R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley2003-11-14658-0/+181892