summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-12-14Part of fix of Konqueror Window Injection Vulnerability.markd6-5/+67
From http://www.kde.org/info/security/advisory-20041213-1.txt. Bump PKGREVISION.
2004-12-14On pkg_delete MAKE_DIRS wont remove directories that on package creationmarkd1-40/+43
some other step already created before it tried to, so explicitly dirrm them.
2004-12-14Make this package build on the NetBSD platforms which have no APM.hira1-3/+5
Check whether /usr/include/machine/apmvar.h exists. OK'd by uebayasi@.
2004-12-11I missed this file in my update yesterday.markd1-2/+2
2004-12-10locale files moved to under ${PKGLOCALEDIR}/locale/...markd2-7/+8
Bump PKGREVISION.
2004-12-10Add kde3-i18n-{af,gl}markd1-1/+3
2004-12-10Update to kde 3.3.2.markd108-23566/+25060
2004-12-10Update to kde 3.3.2.markd3-62/+57
2004-12-10Update to kde 3.3.2markd6-801/+839
Changes: * kcontrol: fix setting mouse buttons to left-handed for mice with many buttons * kcontrol: activate mouse cursor moving with keyboard if enabled * kcontrol-usbview: USB revision number and level was given in decimal instead of hex * kdesu: do not cause several seconds delay during logout * khotkeys: work around a bug in Qt keyboard compression breaking simulated keyboard input * klipper: fix mouse selection sometimes not being recorded * klipper: work around a problem in OpenOffice.org causing it to stop updating selection * klipper: do not record partial selections when created using the keyboard * klipper: reduce heavy load caused by clipboard selected in Acrobat Reader * klipper: protect against heavy load caused by broken clipboard handling in Lyx * kwin: avoid window description dialog for special window settings and try to guess the information automatically * kwin: various small improvements for special window settings * kwin: don't keep splashscreens above dialog windows * kwin: apply window-specific force settings immediatelly * kwin: keep active desktop borders working after resolution change * kwin: fix a case when a window was not activated due to incorrect focus stealing prevention * kwin: show dialogs also when minimized in the window list * kwin: when moving a window to another virtual desktop, move also its dialogs
2004-12-10Update to kde 3.3.2markd6-273/+388
Changes: * kdecore: recognize known names for the MacRoman charset * khtml: only disallow fixed positioning on body, not relative/absolute * khtml: added Javascript-support for HTMLDocument.compatMode * khtml: fixed textarea manipulation by DOM * khtml: paged media support (page-break-before and -after) * khtml: correctly handle text-transform on first-letter * khtml: fixed display: block on pseudo-elements * khtml: return Undefined instead of Null for out-of-range indices * khtml: fixed stopPropagation when called from the target node itself * khtml: fixed htmlCompat mode for documents served as text/html * khtml: fixed display: compact * khtml: support z-order for text areas and list boxes * khtml: don't set assume <select> got items when we calculate a height for items * khtml: changed default horizontal margins for H1-H6 from auto to 0 * khtml: escape otherwise unencodable characters in form submits * khtml: merged min,max-height fixes * khtml: merged handling of event handlers * khtml: implemented CSS 2.1 compliant parsing of background-position * khtml: fixed m_value vs ATTR_VALUE problem which didn't allow sending mail on gmail * khtml: make use of the suggested filename for images * khtml: tons of bidi fixes * khtml: enable strict CSS parsing also for transitional doctypes * khtml: ignore height element for input elements that are not image * khtml: form widget fixes for plastik (and others) * khtml: make sure we are layouted before scrolling if we are still loading * khtml: add compensated font scale from Todd Fahrner's "Toward a standard font size interval system" * khtml: avoid triggering full repaints of the view before the first layout is done * khtml: implement CSS3 property box-sizing to match MacIE, Opera and Mozilla * khtml: fix globeandmail.com famlily of crashes * khtml: floats and flowing around floats improvements * khtml: fix textarea scrolling positions * khtml: tons of fixes for tables * khtml: remove hidden widgets from the painting * khtml: avoid crashes on XML documents * khtml: ignore relative positioning on table sections * khtml: fix static position calculation for positioned elements * khtml: support insertAdjacentHTML * khtml: fix crash in sites manipulating frames * khtml: async kwallet support * khtml: fix selectorText() when no namespace is specified * khtml: update the layout before fetching the computed values * khtml: color 'http://foo' links as visited if 'http://foo/' is in history * khtml: corrected ref-counting error leading to segfault/invalid memory usage * khtml: fixed some memory corruptions with garbage HTML * khtml: account for scrollbar height when sizing variable overflow:scroll/auto boxes
2004-12-08Go back to version 0.1.0martti3-7/+10
2004-12-08Fix compile error on NetBSD 1.6.2, making it compile with gcc-2.95.taca2-1/+18
2004-12-07Make sure that xft-config picked up by configure is from theminskim1-1/+2
buildlinked Xft2 package.
2004-12-05Remove interix dir on deinstall (hi todd!).wiz1-1/+2
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam3-3/+6
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-12-04Update to 2.4.14:jmmv4-6/+22
* GtkFileChooser - Improve keybindings [Federico Mena Quintero] - Speed up loading of large directories [Federico] - Move "Browse for other folders" expander up [Federico] - Support DND from the path bar [Federico] * GtkUIManager - Speed up [Dave Neary, Michael Natterer, Sven Neumann, Soeren Sandmann] * GtkTreeView - Fix resizing artifacts in empty, focused treeviews [Billy Biggs, Vincent Noel] * GtkSettings - Handle changes to gtk-menu-images and gtk-button-images much more efficiently [Matthias Clasen] * GDK - Allow to set wm hints on leader windows [Sebastien Bacher] * Win32 - Implement resize grips [Robert Ögren] - Bug fixes [Robert, Tor Lillqvist] * Bug fixes [Morten Welinder, William Jon McCann, Anders Carlsson, Philip Langdale, Christian Persch, John Finlay, Carlos Garnacho Parro, Tim Janik, Gavin Romig-Koch, Jonathan Blandford, Billy Biggs, Federico, Christian Neumair, Kristian Høgsberg, Sven, Dennis Cranston] * Updated translations (ca,id,nb,no,nso,pa,zh_CN)
2004-12-04Add and enable lablgtk2.jmmv1-1/+2
2004-12-04Initial import of lablgtk2, version 2.4.0:jmmv5-0/+149
LablGTK is an Objective Caml interface to GTK+. This version, LablGTK2, has support for GTK+ from 2.0 to 2.6. It uses the rich type system of Objective Caml 3 to provide a strongly typed, yet very comfortable, object-oriented interface to GTK+. This is not that easy if you know the dynamic typing approach taken by GTK+.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca6-12/+12
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz13-26/+26
Suggested by Roland Illig, ok'd by various.
2004-12-02Correct PLIST substitution for NetBSD/amd64.hira1-3/+3
2004-12-02Changes 2.4.8:adam3-15/+16
* Fixed several reference-counting problems in rarely-used methods. (Murray Cumming) * Some MSVC++ .Net 2003 fixes. However, a compiler bug stops this from working properly. (Timothy Shead, Cedric Gustin) * Some SUN Forte fixes. (Murray Cumming) * Documentation: book/menus_and_toolbars/: Show how to use a non-stock icon. (Fredrik Arnerup)
2004-12-01"the the" -> "the"wiz2-2/+2
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz13-31/+26
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30Update to 1.1.xtraeme2-5/+5
Changes: Version 1.1 * The intensity of rain and storm is configurable now. New options: -rain <0-10> and -storm <0-10> (the old yes-or-no variants are deprecated). * The viscosity of the fluid is no longer a constant (without any speed loss). New option: -viscosity <1-5> * The rain feature no longer prevents from the idle mode: just obscure by other windows, but don't give -nww. * Bugfix: On 64-bit x86, xdesktopwaves now even compiles with gcc 3.4. * Bugfix: Fixed arithmetic exception on systems with a small RAND_MAX. * Bugfix: If -stippled, clear window at initialization. * Optimization/Bugfix: The color palette is reduced to have only different colors. This can spare about 10% of the rectangles sent to the server, if the display depth is 16-bit. * Optimization: Treatment of minimum range of out-of-date canvas rows. This spares up to 50% client CPU cycles when there are just very few waves (shortly before entering idle mode).
2004-11-30This needs PTHREAD_AUTO_VARS=yes, fixes bulk build problem.xtraeme1-2/+4
2004-11-29Add and enable numlockx.wiz1-1/+2
2004-11-29Initial import of numlockx-1.0 from Leonard Schmidt in PR 28460:wiz5-0/+45
This little thingy allows you to start X with NumLock turned on (which is a feature that a lot of people seem to miss and nobody really knew how to achieve this).
2004-11-29Post-patch removed, since there is no mkLinks script any moreadam1-16/+1
2004-11-29Update to 1.1.1, patch provided by Robert Lillack PR pkg/28455.xtraeme2-18/+6
This version support manual tweaking of the shadow appearance.
2004-11-28Remove pre-buildlink and post-buildlink as part of getting pkgsrc readyjlam2-4/+4
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
2004-11-28Add rubyforge.org site to MASTER_SITES.taca1-3/+3
2004-11-28Updated xfce4-taskbar-plugin 0.2.2martti3-10/+7
* Bug fixes
2004-11-28Fix a mistake of REPLACE_RUBY_DIRS usage.taca1-2/+2
2004-11-28Migrate ruby-gtk to use new framework for Ruby packages.taca4-37/+24
2004-11-28Update ruby-fox package to 1.0.29 migrating to use new frameworktaca3-71/+24
for Ruby packages. 1.0.29 is the latest 1.0 seriese release.
2004-11-27Add and enable ruby16-tcltk and ruby16-tk package.taca1-1/+3
2004-11-27Re-import previous ruby-tk package as ruby16-tk package for supportingtaca5-0/+86
Ruby 1.6.8.
2004-11-27Re-import previous ruby-tcltk package as ruby16-tcltk package for supportingtaca3-0/+62
Ruby 1.6.8.
2004-11-27Update ruby-tk pacakge to 1.8.1 with new framework for Ruby packages.taca4-38/+233
2004-11-27Update ruby-tcltk pacakge to 1.8.1 with new framework for Ruby packages.taca3-44/+37
2004-11-27Update xlockmore and xlockmore-lite to 5.14.1.hubertf8-29/+42
Changes: 5.14.1 Fixed PAM goof. 5.14 fadeplot,laser: do not clear so much with erase modes (void *) for (caddr_t *) in argtype to get rid of most gcc warnings. g++ cleanups for xglock, xmlock, flow, life, marqee, apollonian, pacman configure cleanups. Goof for random placement of labeling for life and life3d i.e. the S could burn in on those old monitors. flow mode improvements added thanks to Tim Auckland Replace 2D rendering of Periodic Attractors with a 3D 'interrupted' rendering. Replace "-/+allow2d" with "-/+periodic" Replace all ODE formulae with completely generic forms. Add '-search' option to perform background high-speed discovery for completely new attractors without impacting rendering performance. Use gaussian distribution for initial point positions and for parameter search. Add "+dbuf" option to allow Double-Buffering to be turned off on slow X servers. Remove redundant '-zoom' option. Now automatically zooms if both rotation and riding are permitted. Replace dynamic bounding box with static one pre-calculated during discovery phase. Simplify and fix bounding box clipping code. Should now be safe to run without double buffer on all XFree86 servers if desired. Sync'd up with xscreensaver version Orbital camera (-/+rotate) specify following bee (-/+ride) zoom between bee and orbit (-/+zoom) Bounding Box (-/+box) disable 2D Poincare' section flows (-/+allow2d). Also added basic double-buffering to avoid XFree86 'debris' problems when lines go out of bounds. A few more fixes from Eric Lassauge <lassauge AT users.sourceforge.net>. gtk2/gtk detection in configure, automatically does a make for xglock xglock now uses GTK2 genlauncher fix for noof (used by xglock). life1d repeating patterns have a better chance of being caught. compile dependencies for ImageMagick for VMS thanks to Jouk Jansen. NICE_ONLY build option added. --enable-nice-only or --enable-blank-only nice modes also reevaluated thanks to Tom Schmidt. config.sub and config.guess updated from GNU. Changed PAM to USE_PAM to be consistent with imake. loop is more random when run as a single mode. -langton option added if one just wants Langton's Loops. atunnels resync with xsreensaver for new textures thanks to Eric Lassauge <lassauge AT users.sourceforge.net>.
2004-11-26Update to 2.7. This version fixes problems interoperating with xscreensaver.snj2-6/+5
2004-11-26Update to 2.2.snj3-6/+38
Changes: - Added Bill and Big Penguins themes - New ToonCheckBlocked() function to avoid changing toons dying immediately - Added Brian Chu's superpenguin that can face in both directions - Action toons that move left or right no longer get stuck at walls - Use `--squish' to kill the toons with the mouse - Code uses _() around strings to allow future i10n - Desktops only: redraw icons by sending expose events to root window - Enabled multiple themes to be selected - Use the `--all' option to run all available themes simultaneously
2004-11-26Bump revisions of tiff and qt1 after changing the default USE_GIF valuejmmv1-2/+2
to 'yes'. (In behalf of jlam@, who can't commit this ATM.)
2004-11-26Changes 8.4.8:adam6-50/+41
* Fixed possible deadlock in Tcl_Finalize * Fixed thread IDs on 64-bit systems * Fixed [scan %ld] handling LP64 systems * Fixed [string map $samevar $samevar] crash * Fixed broken [namespace forget] logic * Fixed [namespace import] cycle prevention * Improved control over int <-> wideInt conversion * Fixed buffer overflow when there is a syntax error in [subst] * Fixed [file executable] result for case insensitivity on Windows * Fixed [expr {NaN == NaN}] result * Make [tcl_findLibrary] search $::auto_path as well * Fixed crash in [fconfigure -ttycontrol] in threaded build * [TIP 222] implementation of [wm attributes -alpha] on Windows * [TIP 159] implementation of [wm iconphoto] * Make Tk [load]-able on OS X/Aqua * Handle color/screen resolution changes on Windows * Fixed [wm resizable] for Solaris/CDE * Handle Windows native dialog double clicks that fall through * Fixed [place forget] memory leak * Recompute menu geometry on named font size change * Fixed X/IME IC focus after creation * Improved multiple display Tk dialog window placement * Fixed compound buttons for OS X/Aqua * Documentation improvements and test suite expansion
2004-11-25Add wxhaskell.wiz1-1/+2
2004-11-24Correct pasto.gavan1-2/+2
2004-11-23Make NOT_FOR_PLATFORM match comment.wiz1-3/+2
From Hiramatsu Yoshifumi in PR 28403.
2004-11-23Update to 4.50.99:wiz7-68/+96
Intermediate release 4.50.99 ------------------- * Changed the configuration file for the build. The auto(conf|make) people changed their API so we changed our build. * The string-to-pixel-table converter had gone missing; fixed. * Several resources were not getting treated in SetValues and GetValues. Some must have been disabled for a while, several others died because moving them into the per-cell structure had the side-effect that they weren't any regular widget resources any more. I'm afraid this was oversight on my behalf during the per-cell conversion. * Changed the functionality of drawCellCallback slightly: we're now initializing the callback structure with the cell contents. If the callback doesn't alter anything, something will still end up getting displayed. * New work from Tobias Oed : - setlabel.patch corrects the buggy logic of XbaeSetRowLabel (and ColumnLabel). - SCROLLBAR_TOP.patch introduces two simple macros to make things a bit more readable - clips.patch redraws the left/right/bottom/top clips in the same way the clipchild is redrawn. IMHO it makes things cleaner and avoids redrawing the partially fixed cells twice in some cases. Also fixes bugs when deleting a row/col makes the matrix scroll. - ClearCell.patch fixes a small bug I introduced in GetCellClip.patch (one of the draw examples crashes). - deadspace-clipmask.patch redraws the dead space similarly to the labels (they are both drawn on the matrix). This makes things cleaner as now everything gets redrawn the way clipped cells are or the way labels are. It also eliminates the need to redraw the last non fixed row/columns to get the dead space to be drawn. It kills calcVertfill/calcHorzfill and removes a bunch of unnecessary - xbaeSetClipMask calls and simplifies that function. It gets the shadow to span the dead space (when there are trailing attached rows/columns) and one of XmGRID_ROW_SHADOW etc are set. It simplifies the way a highlights are drawn and deprecates HighLightOther but these do not span the dead space yet. * Protect against passing gadgets as cell widgets for now, because we don't have the right support for them yet. * More work from Tobias : - refresh.patch adds stuff I missed in GetCellClip.patch that leads to this bug: start choice, add some (trailing)fixed columns, set cell margin heigtht to 10, scroll to the bottom of the matrix and then reduce the margin height. The fixed column don't get updated right. - left_column.patch. Do the same thing with the above patch applied. Everything gets updated correctly now, but the scrolling is somewhat erratic. This patch fixes this by making left_column/top_row 'fake' resources (like cells now is). It relies on the assumption that SetValuesHook gets called after SetValues. If someone has a better X doc than me, let me know if this is safe. - filletc.patch gets the fill(s)/trailing attached to work under all combinations of these options and shadow types according to spec (these are wierd). The approach I started to take in deadspace-clipmask.patch was a hopless nightmare and this is much simpler. It makes the fill part of the cell that preced it. To accomodate this, the size of the clips is changed. It removes the more obscure macros (Sir Silly Macro's) and introduces new ones VISIBLE_FIXED_*_{HEIGHT|WIDTH}. The new version of exaples/add lets you try the stuff out. - renamemacro.patch does the renaming I suggested. - rowlabelwidth.patch fixes the calculation of the row label width as it included cell_shadow_thickness twice when the labels were buttons. - labelClip.patch - This patch puts the scrollable parts of labels in their own clips. It adds two clips and two scrollMgrs but on the other hand kills 3 gcs and the matrix scrollMgr. Now everything that scrolls is treated the same way and we have as many scrollMgrs as clips. Time to put them in the clip. - This patch fixes a few more problems due to the per_cell change of arcad: Set/GetValuesHook were missing some items and SetValuesHook wasn't updating the display. I also changes the semantics of per_cell[][].shadow_type a bit: a value of 0 now means to use the default matrix.cell_shadow_type. Unfortunately there is no XmUNSPECIFIED_SHODOW so this may not work on all motif flaviours. On the other hand, the values currently used come from two different motif enums so it's either already broken or safe.This gets that part of examples/choice to work again. I modified examples/choice to get the Arm option to work again (You can't just fiddle with what GetValues returned for cellBackgrounds and cellShadowTypes and do a redisplay, you need to SetValues what you changed). I also fixed the memory leaks that every other third party app will suffer after a GetValues of these resources. That probably needs to be documented somewhere. - fifteen.patch gets the shadow to follow the empty cell again and fixes some memory leaks (same thing as my latest changes to choice.c, all other examples are OK) - labelClipfix.patch fixes a bug I introduced in labelClip.patch (very apparent when scrollbars are TOP and/or LEFT). I had to remove some XClearArea calls from resize() . I had doubts about them for a while: they were using outdated values. I also decided to have labels clear their 'cell' before redrawing and collapsed drawXmLlabel into drawLabel. - ClearArea breaks relayout out of resize and removes all calls to XClearArea from these functions, adding them to add/delete row/column. This hopefully gets all that working. It also eliminates private header dependence of some examples allowing to remove xbaeClearCell. - CopyPerCell.patch replaces calls to xbaeCopyPerCell by xbaeCreatePerCell where apropriate. After that there is a call to copypercell left in a dead piece of code and another one that is commented out. So I killed the dead code and the whloe xbaeCopyPerCell function. - userWidget.patch: (at least) since the new XbaeMatrixSetUserWidget apeared, user widgets can be treated just like the text widget and xbaeMoveUserWidget is not needed anymore. * Fixes from Michel Bardiaux : - allow build using an older gcc (still the official compiler in Debian) - fix a 'BadWindow' happening with the following sequence: XbaeCreateMatrix XtRealizeWidget(toplevel) create a widget as child of matrix XbaeMatrixSetCellWidget * Another one from Tobias : The first part makes the scroll managers part of the clips, and the second part isolates all the scrolling to the clips widgets. * Change the signature of XbaeMatrixGetCellPixmap so it has a return code. * Implement XbaeMatrixSortRows() as the same function as XbaeMatrixSort(). Maybe the latter should disappear. * Document the new interfaces from Arcad. * Include code for creating a DLL under the Exceed environment. Until we figure out how to auto-detect Exceed, a flag should be passed to configure to enable this. Intermediate release 4.50.97 ---------------------------- * A submission of code by Arcad Systemhaus for : - Added XbaeMatrixSort(Widget, void *proc); - Moved the cell string into the per_cell structure, to be able to sort. - Fixes for multiline text display in cells. - Added XbaeMatrixTrackCellCallback which fires everytime the cursor enters a new cell (something entercell/leavecell do differently). * Modified ("fixed" really) cell width calculation, as requested by Evgeny, to mimic the behaviour described in the Motif documentation. Test release 4.50.93 -------------------- * Lots of bugfixes and code cleanup by Tobias Oed, see ChangeLog. Test release 4.50.91 -------------------- * Lots of bugfixes and code cleanup by Tobias Oed, see ChangeLog. Release 4.50.5 -------------- * Fix for XmNautoFill in XbaeInput when the pattern begins with an optional literal, such as [-]d[d][d][d][d] . * Add the new resources introduced in the last months to the example Builder Xcessory integration file in examples/builderXcessory. * Bugfix for a clip window size problem that showed up when resizing the window (e.g. resize examples/traversal/traversal to smaller than the original and then bigger). Bug #702560. * Some source code cleanup. * Fixes by James Georgas for colour handling. * Fixes by Van to eliminate slider size warnings (see bugs #823041 and #823037). * Fixes by David Traill for both resize and scrollbar warnings. * Add XmNXmColumnLabel resource to handle XmString as column labels. * Fix a memory problem with row_heights. 4.50.3 was not an official release. It was a test version distributed to parties interested in it. Release 4.50.2 -------------- * A memory (double free) related bugfix. * Two new resources (XmNhorzFill, XmNvertFill) were added to allow for additional fill behaviour. This allows you to specify how the matrix treats highlighting of the last row or column. * The foreground and background resources are no longer being set on cell widgets, as this appears to be strange behaviour. * Bugfix related to incorrect refresh after deleting rows. * Remove some C++ style comments. * Fix some build problems. * Move some stuff in the share/ directory at installation. * Implement the XBAE_PRODUCTION symbol to compile Xbae with or without debugging code. * Improve resizing rows and columns. * Avoid X Errors when setting clip geometry to 0. * Implement showColumnArrows and showRowArrows resources. * Fix incorrect behaviour when rapidly clicking with two different mouse buttons. * Fix nested comments and a missing prototype. * Fix scrollbar warning problem. * Changed the column width measurement. Release 4.50 ------------ This is a stable release, basically equivalent to 4.9.13. Changes in 4.9.13 ----------------- * Fix the GROHTML build problem. * Bugfix : when resizing first of trailing fixed rows, the VSB slider was not updated and a blank area was visible between clip and bottomclip. * Changed useXbaeInput default value to False. Changes in 4.9.11 ----------------- * Sascha Göbel and Greg Shebert are now part of the Xbae development team. * Many bugfixes to the scrolling (smooth scrolling now), and to resizing row heights. * Received code from Sasha Göbel. Changes in 4.9.9 ---------------- * Bug fixes related to redrawing. * Enable dynamic row/column resizes again. * Include images in release files again - this makes for a large package. * Build HTML manual pages from their sources (the HTML is in doc/, but the sources are in src/*.3.in). Changes in 4.9.7 ---------------- * Sascha Göbel contributed substantial improvement to scrolling. * Bugfixes. Changes in 4.9.5 ---------------- * Improved internal debugging support (dmalloc, dbmalloc) * Fix pattern check in XbaeInput * Remove support for Motif <=1.1 * Bugfix by Phil Eccles to position cell widgets correctly when row/column headers are active.