summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-03-09Update to KDE 3.2.1.markd79-185/+2502
2004-03-09Update to KDE 3.2.1.markd3-7/+12
2004-03-09Update to KDE 3.2.1markd3-11/+15
Changes: Konqueror: fixed "Create Folder..." not available in sidebar dirtree when starting with a profile Konqueror: fixed crashes related to the "Find files" functionality Konqueror: fixed case-sensitive sorting, wasn't working for most locale settings Konqueror: make it possible to paste files using the mouse into listviews when no free area is left Konqueror: make different users in smb:/ not ask password for every dir change Konqueror: don't disable "Toggle selection" if no files are selected Konqueror: don't show 'link view' checkbox when there's only one view + sidebar, and other related fixes Konqueror: Fixed tab navigation for right-to-left locales Konqueror: Fixed synchronisation problem when tabs were moved Konqueror: Show newly fetched url images in tabs Konqueror: Added setting to let popups ignore "open in tab instead of window" ("[FMSettings] PopupsWithinTabs=false") Konqueror: "Go/Applications" now calls "programs:/" slave Konqueror: Linking checkbox did not redraw when unchecking kdeprintfax: fixed crash happening after sending the fax KWin: improved detection of windows belonging together, fixing some stacking and focus stealing prevention problems KWin: windows kept below others no longer affect smart placement KWin: obey requests to go fullscreen even from applications with maximum size set KWin: keeping windows in workarea is not so strict KWin: return focus to previously active window when hover unshaded window is shaded again Klipper: fixed problem with Klipper sometimes not reading new clipboard contents Kate: fixed problems with session restore (restoring the documents and windows now works correct) khelpcenter : improve startup time for systems with info pages Kicker: Don't start menu entry in K menu when right clicking it KControl: No default for possible destructive "Logout without Confirmation" shortcut KSplash: Updated locolor splash to KDE 3.2 version Konsole: Made sending of master input to added session working Konsole: Fixed dynamic toolbar hiding initialization Konsole: Handle schemas with absolute paths Konsole: Fixed crash with --noscrollbar Konsole: Settings/keyboard entries are now sorted Konsole: Ctrl-C killed konsole window, not processes running in shell KHotKeys: Included actions with Konqueror mouse gestures.
2004-03-09Update to KDE 3.2.1markd4-18/+23
Changes: Improve suggestions given when in the rename dialog shown when copying/moving files Progress dialog: large files (>4GB) fixes; make "keep open" work again Progress dialog (all in one): don't block logging out from KDE KIO: Preserve file premissions when copying from remote protocols that support listing KIO: Give again the choice to overwrite when moving/renaming files KIO: Make 'overwrite' ask only once for a given dir (when moving a directory with subdirs) KSystemTray: if the mainwindow is minimized or not on the current desktop, clicking will show it instead of hiding KLocale: fixing support for YY aka %y KDatePicker: fixing layout of close button KatePart: fixed broken "replace from cursor" KatePart: fixed some redraw problems (no artefacts while scrolling) Don't let knotify start aRts if aRts is disabled in its kcontrol module. kdeprint: Added check for print file names given by the rename dialog KHTML: fix crash in parsing weired pages KHTML: fixing support for clear:both KHTML: better support for DOM Test Suite KHTML: fix Heirmenus KHTML: fix animated GIFs not looping KHTML: don't recurse when printing KHTML: use content, not viewport coordinates for server side image maps KHTML: fixing overflow content KHTML: fix repainting logic to optimize for reduced X server load and minimum CPU KHTML: Reduce window. to forms, images and applets, like document. KHTML: restore KDE 3.1 behavior of <font size=-1> KHTML: update frame sizes before returning value for innerWidth/innerHeight, in case the window was just resized KHTML: return attribute names in lowercase in compatibility mode (DOM L2/L3) KHTML: fixing insertRow for tables without tbody KHTML: implementing TreeWalkerImp KHTML: fixing javascript events with frames KHTML: fixing attributes for repeated body elements KHTML: implement support for pageX/pageY. fix layerX/layerY KHTML: Activate merged alternate code path for inline boxes construction/painting KHTML: implementing incremental XML parsing KHTML: fix detection of the selector KHTML: implementing CSSStyleDeclarationImpl KHTML: skip pseudo styles when updating anonymous blocks'style KHTML: fixing pure punctuation/single letter text childs KHTML: fixing user-defined stylesheets KHTML: fixing mixed block/inline content KHTML: fixing relayouting of childs with floats KHTML: respect padding and borders on cnn.com KHTML: treat xhtml transitional that way KHTML: enhanced border drawing code for dotted and dashed lines KHTML: fixing handling of <nobr>
2004-03-08Fix PLIST after libtool update.wiz1-2/+1
Should fix bulk build problem.
2004-03-08Update Tcl/Tk to 8.4.6.minskim5-69/+31
* Tcl_Obj sharing fixed in [binary scan] * Updated errno usage for recent glibc * Fixed [file normalize ~unknownuser] error * Fixed two memory leaks in VFS code * Fixed possible infinite loop in TclFinalizeFilesystem * Updated HP-UX 11 build libraries setup * Unix std channels forced to exist at startup * Stopped broken [exec] quoting of '{' * Fixed memory leak with very long host names * Corrected level interpretation of Tcl_CreateTrace * Allow 64-bit configure on IRIX64-6.5* * Several OS X/Aqua native integration improvements (scrollbar, event generate, unicode clipboard, tk_messageBox, mousewheel event, alpha blending for partially transparent images) * Recognized native hand2/fleur cursors on Windows * Post menubuttons so they stay on screen better * Fixed crash during intra-image copy/resize * New msg catalogs for Esperanto and Polish * Corrections bold/italic font handling (width calculations) on Windows * Fixed shrinking grid geometry calculations
2004-03-08Update tk to 8.4.5. Too many changes since 8.3.4. Please seeminskim9-1251/+310
ChangeLog in the distfile.
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim14-27/+28
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Reimport tk-8.3.4 into x11/tk83 before updating Tk to 8.4.5, becauseminskim10-0/+1980
many packages still need 8.3. OK'ed by the maintainer (jwise@).
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim9-18/+18
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv37-85/+116
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-08Remove CXX=CC line in response to PR 24707 by Kouichirou Hiratsuka.wiz1-2/+1
Builds fine with 2.95.3 and 3.3.2.
2004-03-08Define two missing constants when sizeof(void*) == 8. It will fixminskim2-1/+15
build on 64bit architecture.
2004-03-08Get rid of the SPLASH_NAME variable, because SITES_${SPLASH_NAME} was notjmmv1-6/+5
beeing defined properly (causing a build failure). (I could have defined the variable at the very beginning of the Makefile, but this annoys pkglint.)
2004-03-08Nuke unnecessary LTCONFIG_OVERRIDE and CONFIGURE_ARGS.snj1-4/+1
2004-03-08bl3ify.snj2-5/+28
2004-03-08Add missing include files.kristerw1-1/+8
2004-03-07Use a custom splash screen that includes a note about pkgsrc and also showsjmmv3-4/+21
the current installed version of GNOME. Bump PKGREVISION to 4.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv11-21/+22
database.
2004-03-07Use bl3.snj1-5/+5
2004-03-07No longer used.minskim1-28/+0
2004-03-07No longer used.minskim2-57/+0
2004-03-07No longer used.minskim2-64/+0
2004-03-07Minor whitespace nits.jlam1-3/+3
2004-03-06No longer used.snj1-32/+0
2004-03-06Conform to template in revision 1.101 of bsd.buildlink3.mk.jlam1-10/+7
2004-03-06bl3ify.snj2-7/+31
2004-03-06Update blt to 2.4z, update MASTER_SITES and HOMEPAGE, bl3ify, andminskim9-237/+275
enable pkgviews installation. Many new features and bug fixes since 2.4.o. See NEWS in the distfile for the complete list.
2004-03-06Correct path to gkrellm1 bl2 include.cube1-2/+2
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam24-231/+195
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-04Update lablgtk to 1.2.6:wiz4-13/+39
* fixed a problem of SpinButton.get_value_as_int for the case of the value is minus' src/gtkEdit.ml (Jun Furuse) * ocamllex is abstracted by CAMLLEX in Makefiles (Jun Furuse) * more parametrizations in config.make.nt (Jun) * added the selection method to clist. (Jun) * Glib.Io.add_watch returns event source, so that we can remove it later (J) * added Glib.Io.read (J) * added a new module Gdk.Input (J) * various improvements to GtkText (Antoine Mine) * fix Glib.IO (Henri Dubois-Ferriere) * fixes in ml_gdk.c: win32 and ClientData * GtkThread.main switches GtkMain.Main.main to call GtkThread.thread_main * added GList.clist#get_row_state and GWindow.file_selection#file_list (by Francois Pessaux) * added META (by Stefano Zacchiroli) * fixed applications/camlirc (Tim Freeman) * add gdk_property_* * fix GdkPixbuf.create_pixmap * add GdkEventClient (requested by Didier le Botlan) * add Gdk.Window.get_pointer_location (Tim Freeman)
2004-03-03Add explicit dependency on pkgconfig.minskim1-1/+2
2004-03-01Uppercase first character of COMMENT. (Lost in revision 1.3,reed1-2/+2
but not documented so I assume was an accident.)
2004-03-01Needs qt3-docs while building so that configure will decide to usemarkd1-1/+2
doxygen.
2004-03-01I'm no longer maintaining these packages.junyoung1-2/+2
2004-02-29Add -R option in linking, so that scrollbar modules can be loadedminskim1-12/+14
dynamically. Noted by Naoki Fukaumi on tech-pkg-ja@jp.NetBSD.org. While here, replace sed/mv with SUBST_* and make them fix more files. Bump PKGREVISION.
2004-02-29Correct a subdirectory name in Makefile. The patch was sent to theminskim2-1/+15
author. Noted by Kouichirou Hiratsuka on tech-pkg-ja@jp.NetBSD.org.
2004-02-29Fix another instance of finding the path for ispell/aspell.markd3-10/+29
Bump PKGREVISION.
2004-02-29Use tab instead of spaces for indentation to make pkglint happy.recht1-2/+2
2004-02-27lib/gtk-2.0/2.2.0/engines is "owned" by gtk2. Bump PKGREVISION.snj4-7/+8
2004-02-27Clean up lib/gtk-2.0/2.2.0/engines at deinstall time. Bump PKGREVISION.snj2-3/+5
2004-02-26Update to 0.10.7:jmmv3-7/+7
2004-02-24 Bill Haneman <billh@gnome.org> * configure.in: Revved to 0.10.7. * magnifier/magnifier.c: (magnifier_init_window): Make the toplevel magnifier window GTK_TYPE_POPUP as it should be override-redirect and should never be occluded or decorated. 2004-02-10 Tomasz K³oczko <kloczek@pld.org.pl> * magnifier/Makefile.am: fix for paralel build (make -j<N>). * configure.in: Trivial cleanup: remove AC_SUBST(CFLAGS), AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are substed by default.
2004-02-26bl3ifyjmmv4-22/+40
2004-02-26Initial addition.jmmv1-0/+28
2004-02-26Avoid passing C89 options when calling the compiler, as they trigger somejmmv2-8/+26
errors that break the build.
2004-02-25bl3ifyminskim3-13/+13
2004-02-25Remove "USE_LANGUAGES= c c++". Now set in Makefile.kde.markd1-2/+1
2004-02-25Update mlterm to 2.8.0pl1. Patch provided by Kouichirou Hiratsuka inminskim3-15/+24
PR pkg/24534. Changes: * Added contrib/scrollbar/pixmap_engine, which eases adding your original scrollbars to mlterm. * Shrunk used memory if many font names specified in ~/.mlterm/*font files. * Added tool/viewsfml. * Garbage multi-byte characters were often left in a screen. Fixed. * Partially ported kiklib to MS Windows. * Added -%,--logseq,logging_vt_seq option. * Revivied mlterm configuration protocol 5380, added mlcc and w3mmlconfig again. * Supported window grouping. * ml_char_t is 64bit in LP64, not 96bit. * Fixed many bugs, cleaned many codes, and updated documentations.
2004-02-23Note removal of ion-dock.cube1-2/+1
2004-02-23Remove the short-lived ion-dock package, which is now part of the Ion2cube5-66/+0
distribution.