Age | Commit message (Collapse) | Author | Files | Lines |
|
--showprocesses" work properly (as invoked by ctrl+esc).
Bump PKGREVISION to 1.
|
|
|
|
|
|
|
|
files are not intended to be configured by the end user, but should be
automatically regenerated when (de)installing extra GTK modules.
Bump PKGREVISION to 3 because of this change.
While doing this, implement a framework so that other packages installing
GTK modules can rebuild those databases easily at (de)install time.
|
|
|
|
the Makefile a bit. No functional changes.
|
|
are *REQUIRED* (in fact, only the former) to get gdm working.
- Manually set 'procname' in the rc.d script so that 'gdm stop' works.
- Allow the rc.d script to work w/o rc.subr.
- Use PAM's buildlink2.mk file instead of a simple DEPENDS.
- Remove useless stuff from PLIST.
- Simplify Makefile a bit.
- As a result, bump PKGREVISION to 1.
|
|
|
|
This program sets attribute "override_redirect" to True for any window
you've specified (using window name). Window Managers should ignore
such windows; it's useful, for example, if you're using wmx Window Manager,
and want to have a clock on every virtual screen and without any
borders.
From FreeBSD ports via ISIHARA Takanori in PR pkg/24012.
|
|
|
|
|
|
anymore).
Update provided by Min Sik Kim via pkgsrc-wip, with minimal changes by me.
Changes:
2.4.4.7 stuff:
- Fix build problem caused by intltool (fixes #130234)
- Translation update (Zygimantas Berucka)
2.4.4.6 stuff:
- Fixes xdmcp session counting (fixes #126465)
- The programs that want to talk to gdm check ownership of /tmp/.gdm_socket
for added paranoia
- Fix assert failure when starting Xnest (fixes #127780)
- Time for the fail delay is in microseconds (Leena Gunda, fixes #128507)
- Translation updates (Maxim Dziumanenko, Dmitry G. Mastrukov, Russian team,
Andras Timar, Sanlig Badral, Paul Duffy, David O'Callaghan,
Jordi Mallach, Jordi Mas, Guntupalli Karunakar, Andras Timar)
2.4.4.5 stuff:
- Brown paper security bag: ~/.Xauthority could be left readable
after logout
- gecos info (face browser user name) didn't get through if non-utf8
(Frederic Crozat) (fixes mandrake #5309)
- Translation updates (another brown paper bag, these went in over
the last month) (Kjartan Maraas, Andras Timar, Danilo Segan,
Ales Nyakhaychyk, Asmund Skjaeveland, Gustavo Maciel Dias Vieira,
Augusta Marques da Silva, Richard Allen)
And more... please review NEWS file to see a full list of changes.
|
|
|
|
|
|
done the distinfo files.
|
|
by Richard Rauch in PR pkg/23873.
|
|
Reported by Min Sik Kim in PR 24137.
|
|
|
|
Changes:
Overall
+ Help updates
AccessX applet
+ Fix memory management and pixbuf handling
Battstat
+ Leak fixes
+ Distribute the soundlist file
+ Major improvements in cpu usage with ACPI
+ Fix event handling after above patch
Cdplayer
+ Clean up and fix leaks
+ Dist file for NetBSD
Charpick
+ Remove unneeded include that broke build on
some platforms
Gweather
+ Fix a whole bunch of locations and add some new ones
+ Fix warning on help invocation
Mailcheck
+ Remove duplicate definitions causing build time
warnings
Mini-commander
+ Remove compiler warning
Mixer
+ Leak fixes
Modemlights
+ Leak fixes
Multiload
+ Fix memory reporting
|
|
|
|
Changes:
Session Manager
* Fix lock-up on log out with glib 2.3.1 (Mark)
|
|
Changes:
Panel
* Fix various bugs with autohide with no animations (Vincent)
* Use the monitor size and not the screen size to position the panel
(linchua)
* Fix bug in menu positioning when the panel is hidden (Arvind)
* Snap to 0/100% opacity with a 2% tolerance (Vincent)
* Set the accessible name on drawers (Padraig)
* Don't allow the panel to unhide when the properties dialog is open
(Arvind)
* Don't unhide the panel if we quickly move the pointer in and out
(Arvind)
* Don't unhide hidden drawers when unhiding the parent panel (Mark)
* Fix crashing when gdk_property_get_fails (Vincent)
* Link to help for action buttons (Vincent)
* Don't allow vertically centered horizontal panels and vice versa
(Vincent)
* Make "Force Quit" confirmation dialog cancel on escape
(Vijaykumar Patwari)
Screenshooter
* Don't crash when using the shape extension on an offscreen window (Vincent)
libpanel-applet
* Fix crasher with ORBit 2.9.4 (Mark)
* Fix weird issue caused by not removing the dir from the GConfClient cache
(Vijaykumar Patwari)
* Fix a memory leak (Kjartan)
Applets
* Accessible name/description for various applets (Vincent)
* Fix up the help link for various applets (Vincent)
* Destroy about dialogs when applets are deleted (Archana Shah)
Misc
* Ukrainian translation of the help docs (Maxim Dziumanenko)
* Man pages updates (Vincent)
* Help documentation updates (Breda McColgan)
|
|
Revert the previous and use BUILDLINK_RECOMMENDED instead of DEPENDS.
|
|
Bump the PKGREVISION to force installation of a known working version.
|
|
|
|
|
|
Changes:
* konqueror: Fixed "Location bar forgets what you type if you dont press
enter and change tabs"
* konqueror: Fixed "tabs resize (shrink) when clicked on while loading"
* konqueror: Don't show hardcoded shortcuts in tab context menu
* konqueror: Made "Detach Tab" create new konqueror window of proper size
* konqueror: Set location bar URL for new tabs immediately
* konsole: Fixed "List Sessions" feature.
Also add a kdm rc.d script (from Julio M. Merino Vidal)
|
|
|
|
Changes:
* networking: Fix crash related to SOCKS
* kate: C syntax highlighting
* konqueror: Improved handling of long filenames in icon view.
* khtml: Minor rendering fixes
* khtml: Improved loading of large images
* java: Crash fix
* webdav: Fixed renaming of files via secure connection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Resolves sched_get_priority_{max,min}().
|
|
authors have dropped support for it and have not been backporting
security fixes.
As proposed on tech-pkg numerous times (last one: Dec 27 2003).
|
|
|
|
|
|
|
|
Changes:
Enable building of OpenGL support and bump buildlink dependecy because of
that.
2.4.2
-----
All:
- always NUL-terminate the log messages
- wxRegEx::Compile() now calculates the number of groups correctly
- wxHTTP::GetHeader() didn't find headers which were not all in upper case
- wxHTTP input stream didn't detect EOF correctly
- wxString::find_last_of() ignored "start" parameter (Robert Vazan)
- a bug in wxArrayString::Shrink() fixed (Gunnar Roth)
- added wxIPV4address::IPAddress()
All (GUI):
- rare crash in wxFontMapper fixed (Robert Vazan)
- added wxMenu::FindItemByPosition.
- copy wxImage options when copying the images
Generic:
- wxListCtrl: respect wxLC_NO_HEADER style when inserting first column
Unix:
- fixed build problems with OpenGL when libGL(U) were in different directories
- added --basename and --release flags to wx-config (Robert O'Connor)
- added support for GNU/Hurd in configure
- fixed wx-config --rezflags output on platforms different from Mac
- changed wxNativeFontInfo::FromXFontName to treat names with all
components being empty or '*' as default font (since default font is
converted to such a string by GetXFontName).
- wxLocale::Init now tries to set .utf8 locale in Unicode mode (Andreas Pflug)
wxGTK
- fixed compilation with --disable-compat-22
- set the event object correctly for wxMenu events (Bob Balfour)
- fixed memory leak in wxFileDialog (Christian Sturmlechner)
wxXRC:
- added wxNO_FULL_REPAINT_ON_RESIZE to "unknown" class handler (John Anderson)
|
|
Changes:
o Updated manual.
o Fix a few minor memory leaks.
o Translation updates.
|
|
|
|
|
|
Collection. It may become part of Ion distribution in the future, but
is still a separate module for the moment.
ion-dock is a module for ion-devel that enables a docking
area on a side of the screen. You can show and hide that
area with a key stroke.
|
|
Changes:
2.4.1
===
- Escape profile names when used as gconf directory names.
- Make new tabs/windows open in the current tab's working directory when
they are opened through the context menu.
- Undeprecate --use-factory, which was the default anyways.
- Translation updates.
2.4.0
===
Thanks to Mariano Suarez-Alvarez, Irene Ryan, Pasupath Duraisamy
for contributions to this release. Thanks as always to the
translation team.
- fix skey dingus
- translate default profile title
- documentation improvements
- fix some error messages
- only allow numeric values in spinbutton in profiles dialog
- actually use system font when requested
- improve HIG compliance
2.3.2
===
Thanks to Mariano Suarez-Alvarez, John Fleck, Kjartan Maraas,
Nalin Dahyabhai, Mark Finlay, Jonathan Blandford, Paul Duran for
contributions to this release. Thanks also to the tireless
translators.
- fixups to config key descriptions in .schemas
- update active widget on tab switching, fixes several
bugs
- don't add accelerator for notebook tab 1 if there's
only one tab
- add mimetype so you can OpenWith->Terminal in nautilus
- open new windows and tabs in same directory as
the current tab
- don't show URL-related menu items when no url was
clicked on
- handle underscores in profile names
- fixups to regexp for urls
- HIG fixes
- fix up build system for online help
- fix a memleak
2.3.1
===
Thanks to Christophe Fergeau, Nalin Dahyabhai, Breda McColgan,
Mariano Suarez-Alvarez, Shivram Upadhyayula, Mike Lei, Laszlo
Kovacs, Kjartan Maraas, Pasupathi Duraisamy for help with this
release.
- fix compilation with old compilers
- fix some memory corruption screwups in argument parsing,
and don't mangle post-"-x" options
- make background shading really work
- documentation updates
- translation updates
- clean up handling of dingus click in combination with
modifiers
- dropped libzvt support
- set application name for window group in window list
- add --active command line option to preserve
active tab across sessions
- add --tab/--window options
- background scrolling now works
- tab focus fix
- honor "menus have icons" pref
- clean up some duplicate mnemonics in prefs dialog
|
|
- Leak in window manager's pixmap management
- Various file manager fixes
- Translation updates
- Support for KDE system tray was added
|
|
|