summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2003-08-27Changes:adam9-49/+59
* gcc 2.96 fix build * MS Visual C++ .Net 2003 support * Gdx::Display fix * documentation update
2003-08-27Update to 2.2.3, provided by Juan RP in PR 22605.wiz4-24/+35
Overview of Changes in GTK+ 2.2.3 ================================= * GdkPixbuf [Matthias Clasen] - Fix some problems with overflows when scaling down - Many GIF bug fixes [Matthias, Federico Mena Quintero] - Prefer 32-bpp ICOs, fix bugs with them - Fix problem with absolute filenames and gdk-pixbuf-query-loaders [Jens Elker] - Make gdk-pixbuf-csource include alignment magic [Brian Cameron] * Win32 [Tor Lillqvist] - Add multiple monitor support - Major event and key handling rewrite, including IME fixes - Fix handling of toplevel window positions - Add support for all window geometry hints (gridded geometry, etc.) - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs] - Fix GdkImage memory leak [J. Ali Harlow] - Remove leftover OwnerGrabButtonMask emulation (fixes lots) - Misc bug fixes [Many from Hans Breuer, Tim Evans] - Build fixes and improvements [Peter Zelezny] * X11 - Fix extremely common crash where we interpreted the timestamp field of a XKB event as a window ID and found a pixmap that matched. [Owen Taylor, with essential backtrace from Kjartan Maraas] - Fix CapsLock and NumLock for non-XKB [Robert Basch] - Fix problems with, eg. Ctrl-Alt-Backspace hiding Cntrl-Backspace [Owen] - Workaround Xinerama servers reporting wrong depths [Owen] * GtkTreeView [Kristian Rietveld] - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen] - Don't get confused by the Control key when handling selection from an accelerator like <Control>B [Michael Natterer] - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard, Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder] * Input methods - Handle input methods exiting and starting while the app is running [Hidetoshi Tajima] - Fix infinite loop when closing input methods [Owen, Takuro Ashie, Hidetoshi] - Add a 'cedilla' input method with c+acute => cedilla and use as the default for languages that use cedilla. [Gustavo De Nardin, Owen, Fco. Javier F. Serrador] - Fix status window for multihead [Owen, James Su] - Remember imcontext attributes when switching methods [Owen, Botond Botyanszki] * GtkFileSelection [Owen] - Fix selection of "UntitledN" on initial map [Mark Finlay] - Fix an annoying bug with cursor positioning on failed completion - Misc Fixes [Owen, Tor] * Other widgets - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian] - Fix problem with spinbuttons not getting enough space [Morten Welinder, Kristian] - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat] - Don't include menu labels in gtk_notebook_forall [Owen] - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing focus [Owen] - Accept color drops with wrong format from KDE [Matthias] * Fix problem from gnome-theme-manager playing tricks and making event->window a pixmap. [Anders Carlsson] * Ignore Caps-lock when matching accelerators * Fix 5-year-old bug where toplevels didn't fully refresh properly on theme change [Owen, Rajkumar Siva] * Don't require precompiled gdk-pixbuf-csource when cross-compiling from a tarball [Owen] * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, Morten Welinder] * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery, Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher, Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, Luis Villa] * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it, ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN) While here, fix engines-dir problem in PLIST.
2003-08-26Fix PLIST.recht1-2/+1
This fixes hubertf's bulk build.
2003-08-25Update to 1.99.18.recht3-6/+7
Changes: * Fix up a duplicate symbol bug in the atk module, that was causing build problems on MacOS X (hopefully the last such problem). * add gtk.glade.set_custom_handler() API, that provides more info to the custom widget callback. Deprecate set_custom_widget_callbacks(). * some other bug fixes.
2003-08-25for libtool, use a full path to the .la file to link a not-installeddrochner2-4/+4
library. -lxxx sometimes fails for strange reasons
2003-08-25Also support Python 2.3.recht4-8/+8
OK'ed by drochner@
2003-08-25Add KTERM_USE_WALLPAPER related distfiles.taca1-1/+5
2003-08-24update kame patch; enables scroll wheel (btn4/5).itojun2-5/+5
2003-08-23Add pseudo-category 'java'.jschauma1-2/+2
2003-08-23update to 3.8drochner17-76/+72
"The main changes are the addition of many operators to existing classes (thanks to Torsten Marek) and full support for Qt v3.2.0."
2003-08-23update to 1.2drochner3-10/+10
changes: Merged Scintilla v1.54
2003-08-21The ressource class for xlock is XLock, not Xlock.hubertf1-2/+2
Noted by krille via /msg on IRC.
2003-08-20Add kmessage.markd1-1/+2
2003-08-20Initial import of kmessage 0.1markd4-0/+56
KMessage is an xmessage clone: it displays a message (specified as a parameter, read from a file or piped to standard input) and group of buttons in a dialog and returns a value based on the selected button.
2003-08-20install LessTif.tmpl where imake and motif.buildlink2.mk expects.markd4-11/+18
bump PKGREVISION.
2003-08-19On all of these create symlinks from the libraries installed under PYSITELIBjmc12-18/+101
to QTDIR/lib as qmake builds libtool archives that reference themselves as coming from QTDIR/lib. XXX - This really should be fixed in qmake.conf or something and not in each package but for now it fixes 5 broken packages (these + devel/eric3)
2003-08-17Allow also Python 2.3 to be used.recht2-4/+4
2003-08-15Trivially USE_BUILDLINK2 to pick the right compiler.salo1-1/+2
Fixes build (at least) with gcc-3.x from pkgsrc.
2003-08-15Make sure RPATH for libpng gets to final binaryjmc1-1/+4
2003-08-14Patch ksysguardd so it works on post SA merged NetBSD (p_priority isn't injmc2-1/+59
struct proc anymore so pull it from kinfo_proc2 instead)
2003-08-13update KAME patch (use cfsetispeed/ospeed, from more recent kterm).itojun4-50/+6
bump PKGREVISION to 4.
2003-08-12Provide buildlink2.mk.seb1-0/+40
2003-08-11Require native threads since this isn't pth aware and uses SDL which is pthjmc1-1/+2
aware. This means SDL_Init tries to pth_init() which fails since pthread calls from paragui have already implicitly called pth_init(). XXX - pth probably needs to handle this better by not returning -1 on multiple init calls.
2003-08-09Update to 1.99.17.recht3-31/+29
changes include: * Threading support is compiled in by default now. It is necessary to call gtk.threads_init() in order to make use of threading though. There have been a number of fixes to the threading support too. * Fix up some problems with multiple definitions of global variables in gobject module, that was causing problems on Mac OS X. * Wrappers for many new APIs (John Finlay, Naofumi Yasufuku, Johan Dahlin and others). * Improvements to the code generator to give better error messages. * Some fixes to property APIs to work correctly on 64 bit systems, and to handle ATOM type properties. * Fix copyright headers on source files.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb3-6/+3
2003-08-09Don't invoke screen locking program with standard output or standard errortron3-8/+34
closed. Bump package revision to reflect this change.
2003-08-08Fix the render_root.cpp backport botch.skrll3-3/+26
date: 2003/08/02 21:28:49; author: mueller; state: Exp; lines: +2 -2 grr, automatic backporting patch made it automatically wrong :( CCMAIL: 61730-done@bugs.kde.org
2003-08-08Update to 0.5.2. Changes: move to GNU autoconf, and a few bugfixes.hubertf4-52/+13
No new features.
2003-08-08COMMENT tweak.grant1-2/+2
2003-08-08improve COMMENT.grant1-2/+2
2003-08-07Properly handle info files. Remove now unnecessary patch file.seb4-19/+5
2003-08-07whitespacegrant1-2/+2
2003-08-06fix BUILDLINK_PREFIX defaults to build w/o xpkgwedgedrochner2-4/+4
2003-08-05Undo last. That's not how REPLACE_PERL works. D'oh.skrll1-2/+2
2003-08-05Fix location of preparetips in REPLACE_PERLskrll1-2/+2
2003-08-05update for revision bumpsdrochner2-4/+4
2003-08-05bump revision after qt3/kde prefix changedrochner15-15/+30
2003-08-05bump revision after qt3/kde prefix changedrochner33-33/+66
2003-08-05Another LOCALBASE fixup.markd1-2/+2
2003-08-04some more X11BASE->LOCALBASE changesdrochner2-4/+4
2003-08-04We have to bump PKGREVISIONs due to the qt3 PREFIX change anyway, sodrochner1-2/+1
remove the USE_X11BASE thing from kde3* too.
2003-08-04Make QT3DIR depend on the install location of qt3-docs, not qt3 (as it's notjmc1-2/+2
a package so this otherwise defaults to X11PREFIX which is wrong).
2003-08-04Add py-qt3-sip.jmc1-1/+2
2003-08-03Regen.tron1-4/+4
2003-08-02Update checksum - previous was for a prerelease version of kdelibs.markd1-3/+3
2003-08-02build with GCC3.3.1mrg11-1/+152
2003-08-02remove a patch that is in the latest versionmrg2-18/+1
2003-08-02fix one error with building with gcc3.3 (not complete)mrg2-1/+18
2003-08-02use USE_GNU_TOOLS+= so we can co-exist with a user's setting.grant1-2/+2
2003-08-02USE_GNU_TOOLS=awkgrant1-1/+3