summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-11-23Moved to sourceforge.wiz1-3/+5
2004-11-22Changes 0.93.97:adam3-10/+9
* unknown
2004-11-22Disable XRender on Solaris. Workaround for graphics corruption problemsgavan1-1/+3
experienced on Solaris 10.
2004-11-21Update descriptions a little.augustss2-5/+16
2004-11-20Add wxhaskell, a package with Haskell bindings for wxGTK.augustss5-0/+114
Not quite ready for general use yet.
2004-11-20Remove xbindkeys-config; the site holding the program has disappeared, andjmmv7-126/+1
it will be of little use with the new syntax of xbindkeysrc files (though it's only optional).
2004-11-20Update xbindkeys{,-tk} to 1.7.1. Changes since 1.6.5:jmmv4-8/+9
1.7.1: Verbose mode is not started as daemon by default. Check rc file before starting as daemon (so warning about configuration files are visible). 1.7.0: Add guile/scheme configurtion file style (Many thanks to Marcello Mathias Herreshoff).
2004-11-20Add and enable xdesktopwaves.jmmv1-1/+2
2004-11-20Initial import of xdesktopwaves, version 1.0:jmmv4-0/+42
xdesktopwaves is a cellular automata setting the background of your X Windows desktop under water. Windows and mouse are like ships on the sea. Each movement of these ends up in moving water waves. You can even have rain and/or storm stirring up the water.
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv3-6/+6
1.8.17nb3).
2004-11-19Let the reboot and halt options appear in GNOME's "Log Out" dialog andjmmv3-2/+59
make they use /sbin/shutdown under *BSD, instead of the poweroff and reboot commands. The patch is a hack (not to be submitted back to the upstream developers without modification), but is the simplest thing we can do to avoid ugly and hard to maintain patches. I'll submit a better, but more complex one, to GNOME's Bugzilla when I have more time. Bump PKGREVISION to 1.
2004-11-19Remove an unneeded include which only exists on XFree86/Xorg.sketch2-1/+14
2004-11-19Changes 0.2.3:adam4-30/+27
* Add stealth modus * Add transparent background * Add mode cli opions * Bug fixes
2004-11-18More duplicate dirrm cleanup.markd3-7/+12
2004-11-17There is no more "native" BDB_TYPE. It's just "db1" now.jlam1-2/+2
2004-11-16Add dependency on freetype2/Xft2.rh2-9/+13
Bump PKGREVISION. This closes PR pkg/28114 by Francois Briere, thanks!
2004-11-15Fix PLIST on NetBSD/amd64.hira2-16/+22
2004-11-15Make this build on NetBSD/amd64. Patch provided by Nicolas Jolyhira11-23/+306
on port-amd64@. OK'd by xtraeme@.
2004-11-15Update kkbswitch to 1.4.2 from maintainer Ian Zagorskih.markd4-13/+14
This maintenance release adds the Hebrew translation contributed previously, as well as a manpage to comply with Debian standards.
2004-11-15Update devilspie to 0.7.snj2-6/+5
Changes: * Fix the fullscreen action * Set the Motif hint when setting the decoration hint (Vaclav Lorenc)
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam9-45/+11
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-11-11Backout previous, the root cause has been fixed via pkgtools/x11-links. Theresketch1-7/+1
were going to be far too many packages requiring small tweaks like this one.
2004-11-11Turn on ANSI when compiling with SunPro to work around certain revisions ofsketch1-1/+7
OpenWindows headers which incorrectly check __STDC__ and lead to macro concatenation breakage with the SunPro compiler.
2004-11-11Remove incomplete (and apparently ineffective) patch I added to work aroundsketch2-24/+1
certain versions of OpenWindows headers which incorrectly check __STDC__. There are cleaner ways of fixing this if deemed necessary.
2004-11-10Use ${VARBASE} instead of hardcoding /var.sketch4-8/+15
2004-11-08Make dependency on Xrandr and xcursor explicit rather than trying to notemarkd3-26/+20
which bits wouldn't get built if you didn't have them.
2004-11-08Allow distinguishing the version of Xrandr that came with XFree86 4.2markd2-5/+6
from that of XFree86 4.3.
2004-11-08SunOS PLIST that got left off yesterday.markd1-0/+121
2004-11-08Remove patch-ai, which is the same file than DragonFly.cf in ${FILESDIR},xtraeme2-285/+1
noted by hira@ in private email.
2004-11-07Add support for building XFree86 packages on Solaris.markd6-14/+69
Claim to be using gcc always and assume that the wrapper framework will deal with the differences for other compilers (rather than getting imake to try and do it).
2004-11-06No need to include bsd.prefs.mk; should have been removed when vte wasminskim1-3/+1
updated to 0.11.11.
2004-11-06Explicitly include buildlink3 files of packages directly used.minskim2-2/+9
2004-11-06Add patch from jmmv that fixes scrollkeeper core dumps during installation.wiz2-1/+29
2004-11-06gnome2-control-center shouldn't be here; found by dmcmahill@.jmmv1-3/+1
scrollkeeper doesn't have to either.
2004-11-05Fix CONF_FILES in xorg-clients, the 'xdm' subdir already was set byxtraeme1-10/+11
EGDIR! (hi reed!)
2004-11-04Changes 2.4.7:adam3-11/+43
* TreeModelFitler: - Really fix the constructor. - Warn when calling set_value() on the filter mdoel instead of the child model. - set_modify_func(): Make this work - don't ignore the value. * TreeView: add_column_editable() operates on the child model if the model is a TreeModelFiler. * Documentation: - Updated popup menu section and example, to use UIManager. - Added 2 TreeModelFilter examples. (Murray Cumming) Changes 2.4.6: * TreeModelFilter: Correct the constructor implementation, so that this is usable. * gtkmm.h: #include filechooserwidget.h. (Arjan Timmerman) * Gdk::Screen::get_default(): Correct the reference counting, to avoid a crash. (Jonathan Brandmeyer) * Windows platform: - Added MSVC++ project files, which might work. (Timothy Shead) - Build fix for cygwin. (Roger Leigh) * Documentation, book: - Slightly improved UIManager explanation and ported the menu and toolbar examples to UIManager. - Added custom containers section. (Murray Cumming) - Add FileChooser section, though it needs more detail. (Gene Ruebsamen) - Updated the windows installation appendix. (Gene Ruebsamen) Changes 2.4.5: * Gtk::Settings::get_default(): Correct reference-count error. (Murray Cumming) * Gtk::ActionGroup, EntryCompletion, UIManager: Make constructors protected instead of private (Christopher Palm). * Examples: TreeView: - Added popup example, from gtkmm 2.2. - drag_and_drop: Correct vfuncs. * Documentation: - libglademm memory management. - Tell people to check pkg-config for 2.4, not 2.2. - Gtk::TreeSortable: Document sort function return value. (Murray Cumming)
2004-11-03Remove some useless C99-isms that cause the build to fail with GCC 2.95.jmmv3-1/+45
Should fix the problem exposed by kristerw@'s NetBSD 1.6.2 bulk build.
2004-11-01Make this build/work on DragonFlyBSD. Patches were submitted byxtraeme5-2/+595
Todd Willey via tech-pkg@.
2004-11-01Workaround for compilation problems on Solaris/gcc.gavan23-14/+304
2004-11-01Use GNU awk.gavan1-1/+2
2004-10-30Add and enable p5-X11-Protocol.minskim1-1/+2
2004-10-30Import p5-X11-Protocol from pkgsrc-wip. Packaged by Roland Illig.minskim4-0/+28
X11::Protocol and the related modules in this distribution are a rough equivalent of Xlib (libX11.a, with a bit of Xau and Xext mixed in) used for drawing windows on and otherwise manipulating X11 window servers.
2004-10-30remove patch backup files in mkspecs/ so they don't get mistakenlygrant1-1/+2
installed.