Age | Commit message (Collapse) | Author | Files | Lines |
|
Bump revision.
|
|
is -1 and continue the comparision.
|
|
|
|
to fix SSL usage. Problem reported on DragonFly's user list.
|
|
|
|
* make sure the pixmap is found even if xteddy is launched via an absolute
path
|
|
|
|
|
|
|
|
pkgsrc changes:
* Add RUBY_DYNAMIC_DIRS which cause generating dynamic PLIST entries.
* Move using buildlinks to rubyversion.mk.
* Merge converters/ruby-iconv to ruby18-base.
Ruby changes:
* too may, see ChangeLog file or
http://eigenclass.org/hiki.rb?ruby+1.8.5+changelog
This is ruby-tk part.
|
|
|
|
This package has massive PLIST* issues and does not install correctly. This
update is just to address a known security issue.
|
|
|
|
|
|
Bugfixes to art and xlib.
There was some work on the Windows backend for the GDI interface by
Christopher Armstrong.
|
|
* Added support for keyed encoding in all gui classes.
* Added mechanism to allow for dynamic extension of model loading
mechanism
* Implemented glue code in GSNibCompatibility for classes such as
NSIBObjectData, NSClassSwapper, etc. to facilitate nib loading.
|
|
via xcursor->Xfixes. Bump revision. Noticed by tron@.
|
|
sure this fixes many other problems in other applets. Bump PKGREVISION to 1.
|
|
|
|
|
|
The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built using
native Tcl/Tk 8.x namespaces.
The BWidgets have a professional look&feel as in other well known
Toolkits (Tix or Incr Widgets), but the concept is radically different
because everything is pure Tcl/Tk. No platform dependencies, and no
compiling required. The code is 100% Pure Tcl/Tk.
|
|
|
|
The Gtk2::Ex::FormFactory framework is for Perl Gtk2 developers who
(at least partially ;) agree with these statements:
* GUI programming is fun but often boring.
* A lot of tasks in GUI programming are similar and misleads the lazy
programmer to do too much Copy'n Paste.
* RAD tools like Glade are fine for small applications but not if you
want to have a consistent look and feel in bigger and modular
applications.
Gtk2::Ex::FormFactory tries to help you with these issues by:
* Strictly separating GUI design, application logic and data structures.
* Giving the developer a more declarative style of defining the structure of
your GUI.
* Giving the developer the possibility of definiting the design of the GUI
at a single spot in your program.
* Being lightweight and easy to learn.
|
|
|
|
|
|
|
|
|
|
|
|
xorg-server.
|
|
files from xorg-libs.
|
|
|
|
too many changes (since 2.6.1.0) to list here, many extensions and fixes,
and synchronisation w/ the wxGTK pkg
|
|
bump PKGREVISION
|
|
|
|
Don't assume that this is pulled in from x11/randrproto/builtin.mk.
|
|
On Solaris 10, /usr/openwin/include/X11/Xutil.h does not include
Xlib.h. It does have the comment:
/* You must include <X11/Xlib.h> before including this file */
This means that Xlib.h doesn't pull in X.h and Pixmap and other
items are not defined.
With some other versions of X, the X11/Xutil.h header does include
X11/Xlib.h itself so this problem is not seen.
|
|
|
|
Version 2.24 9.Jul.2006
* Xwrits hand windows appear on all desktops, even after the first break.
The freedesktop.org standard requires you tell the window manager about
the all-desktops property *every time* the window reappears. Thanks to
Zach Beane for a patch that inspired this search. Previously reported by
Stephen A. Lawrence and Andy Feery.
* Support MWM hints on 64-bit platforms. Bug report and initial patches
from Jeff Layton.
* Avoid infinite error recursion when windows are closed on +multiscreen.
Bug reported in April 2004 by Chris Jones.
Version 2.23 21.Jun.2006
* Support '+once[=COUNT]' option. Patch by Anne Elizabeth Dudfield the
Rad.
Version 2.22 2.Apr.2005
* Support `+finger=GIFFILE'. Requested by Urko Lusa. This change was made
in August 2002, but for some reason never released.
|
|
7.9 Mon Aug 7 18:16:07 CEST 2006
- fix the crashing bug people encountered with 7.8 + urxvtd + perl
+ transparency. Oight to fix debian bug #380348.
- fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
it does! :->
- rxvt_fatal() in case the locale string is too long for our static buffer.
- fixed many, many, typos in the manpages (patch supplied by ves).
7.8 Mon Jul 17 21:00:46 CEST 2006
- INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
earlier versions only read it if display-resources (usually from
.Xresources) are not set. This avoids the #1 FAQ ("why isn't my
resource used") and seems to be logical behaviour, too. .Xdefaults
resources have a lower priority than display-specific resources.
- add "kuake" perl extension that does a similar thing to the kuake
terminal emulator (see man urxtvperl).
- use less "correct" color scaling that is compatible with libX11 and
Xft (avoids off-by-one colors resulting in striped backgrounds).
- the "depth" resource is now respected.
- preset the searchable-scrollback pattern with "(?i)" to default search
to case-insensitivity. Will automatically be cleared when typing an
uppercase character.
- add FORCE_UNBUFFERED_XFT define to features.h.
- re-enabled highlightcolor support with --enable-frills, based on
a patch by Martin Stubenschrott.
- double-buffered xft drawing did suffer from pixel offset issues
when pixmap transparency was enabled.
- strategically add # to the url-match regexes, as we really want to
match common URIs not common URLs. Reported by Aaron Griffin.
- moved on_osc_seq to on_osc_seq_perl and added a more
generic osc_seq.
- fix a bug causing double callback invocations when perl hooks
were invoked recursively.
- the automove-background extension now properly works when the
pixmap gets reset with an osc sequence (sqweek).
- selection-pastebin did not work properly with non-latin1-characters.
- apply colorUL only when the text colour is the default fg
(patch by Wu Fengguang).
- removed rxvtlib.h from the tarball, it had no reason to be there
(spotted by Decklin Foster).
- fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
by omatunto_.
- slap in a using namespace std, might help on platforms that don't
follow C++ closely enough.
- fix mailto url regex, spotted within milliseconds by Jost Krieger.
- applied fade_color_update_func.patch by WU Fengguang.
- fix a bug where (due to an optimisation in av_delete), hiding the
bottom-most overlay would hide two overlays.
7.7 Tue Feb 21 12:32:49 CET 2006
- use double-buffered drawing (xft fonts only). On many driver/hardware
combination this actually increases xft drawing speed, at the expense
of more network bandwidth and slight nausea on the side of the author.
- readline perl extension now requires shift-click instead of a normal
click, and eats the click.
- tabbed perl extension now supports -e.
- disabled graphics-exposures on the main drawing GC, report any
refresh bugs please.
- improve property handling for -pe tabbed: avoid unnecessary property
changes (for kde's benefit) at the expense of extra round-trips,
improve size hint setting.
- modified XIM according to a patch sent by Takano Akio that sets
the preedit rectangle for OverTheSpot, which helps some input methods
to correctly position their preedit window.
- un-optimise the line clearing on newly scrolled-in lines a bit: the
former reasoning was that any fg colour on default bg looks the same
in empty spaces, but thats not true when reversing (e.g. selection),
so also check for matching fg colours. This fixes the problem where
selecting newly scrolled-in lines would exhibit wrong colours.
- fix a bug in the perl interface causing focus in events to generate
focus out perl events, causing bad focus effects with -pe tabbed.
- fix a race resulting in a crash on exiting.
- fix a with --disable-xft that caused xfreecolors to be called on
colors never allocated, resulting in aborts (reported by Paco-Paco).
- resources on non-initial screens weren't refetched correctly
(reported by Paco-Paco).
- fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
working in either rxvt-unicode nor in the original rxvt.
- removed undocumented -exec alias for the -e option.
7.6 Fri Feb 10 08:52:36 CET 2006
- changed interpretation of [alpha] colour prefix.
- +option now really sets the option to default, instead of using the
resource value.
- options that require an argument now really _require_ an argument.
- the tabbed extension now forwards focus and keys events to th
relevant tab window.
- tab colours are now configurable and have sensible defaults
(initial patch by hednod).
- option menu is extendable, readline, selection and
selection-autotransform can now be disabled/enabled at runtime.
- forcing a configure event to tabbed subwindows with -pe tabbed, for
the benefit of automove-background.
- the automove-background extension added a wrong constant offset.
- force refresh of XA_RESOURCE_STRING on virtual reconnect.
- return exit status 2 in urxvtc when urxvtd couldn't be contacted.
- the linux yield hack is back, now using usleep, and enabled only on
__linux__.
- further round trip eliminations in the !XFT case by remembering
the colour components.
- plain scrollbar works better with -sr.
- fixed half-shadow scrollbar look.
- more colour rtt optimisations.
- properly(?) free colours on window close.
- reorganised the FAQ into multiple sections.
- add ISO646.1991-IRV to the list of supported codesets.
- minor libptytty update.
|
|
Changes in 1.1.1
Magnifier:
* when source changes, move UI to the new source.
Braille:
* send text to brltty, this way it decides what to display
Translation:
* added: Bengali India
* updated: Dzongkha, Bulgarian, Catalan, German, French, Finnish, Gujarati
Changes in 1.1.0
Speech:
* added presentation for spread sheet cells and paragraphs
* reworked presentation for combos
* shutup speech when a key is pressed
* changed keyboard library
Magnifier:
* changed presentation for paragraphs
* zoomer boundaries clamped to screen boundaries
* do not assume that source and target have same size
Braille:
* added French braille table
* added braille tty support
Translation:
* added: Georgian, Dzongkha
* updated: Albanian, Brazilian Portuguese, Czech, Catalan, Galician,
Vietnamese, Gujarati, French
|
|
What's new in gnome-mag-0.12.6:
* Fix for #344070, changed how the update is done to avoid bad blocks generated
during this process.
* Fix for #343689, adding contrast support to gnome-mag.
Translations
* Sayamindu Dasgupta (bn_IN), Dominique PELLE (eo),
Rahul Bhalerao (mr), rajeev shrestha (ne) and Abel Cheung (zh_HK)
What's new in gnome-mag-0.12.5:
* Fix for #323032, whick install ORBit modules, so orca can use the magnifier
services (Thanks Willie Walker!).
* Fix for #337985, to conform with the GNOME goal to use po/LINGUAS (Thanks
Brian Pepple!).
* Fixes for #338551, #341854, #341883, #341888.
|
|
Version 2.14.2
* New Translations:
fr (Benoit Dejean)
* Updated Translations:
cs (Petr Tomes)
et (Ivar Smolin)
Version 2.14.1
* Fix potential issue with Xnest search.
* Fix configure script on NetBSD (Julio M. Merino Vidal).
* New Translations:
da (Martin Willemoes Hansen)
dz (Pema Geyleg)
cy (Rhys Jones)
* Updated Translations
et (Priit Laes)
|
|
Session Manager
* Create autostart directory if it doesn't exist (Ray Strode)
Translators
* Guillaume Savaton (eo)
|
|
New/improved translations:
2006-06-26 Abel Cheung <abel@oaka.org>
* zh_HK.po, zh_TW.po: Updated traditional Chinese translation.
2006-05-13 Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
* id.po: Updated.
2006-04-15 Jérémy Ar Floc'h <jeremy.lefloch@gmail.com>
* br.po: Added Breton translation.
2006-04-05 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
2006-04-04 Gora Mohanty <gmohanty@cvs.gnome.org>
* or.po: Added Oriya translation.
2006-03-28 Vladimer Sichinava <vlsichinava@gmail.com>
* ka.po: Added Georgian translation.
2006-03-27 Yair Hershkovitz <yairhr@gmail.com>
* he.po: Updated Hebrew translation.
2006-03-24 Tommi Vainikainen <thv@iki.fi>
* dz.po: Added Dzongkha translation from Pema Geyleg.
2006-03-24 Ales Nyakhaychyk <nab@mail.by>
* be.po: Updated Belarusian translation.
|
|
Overview of Changes in 2.6.10 (since 2.6.9)
===========================================
* Bug #342199 fixed by adding locking to clearlooks animation code.
* Fixes for notebook dnd releated crash bugs in both industrial and crux.
* Slightly improved box_gap drawing in crux and industrial.
Overview of Changes in 2.6.9 (since 2.6.8)
==========================================
* Fixed bugs:
Bug 341694 - Crash in d4x (Industrial)
Bug 334557 - Compile errors with gcc 2.95 (Clearlooks)
|
|
NetBSD 3.0_STABLE/i386 bulk build.
|
|
changes:
* Turn off themes when screen is not visible
* Switch user when double clicking in treeview
* Don't reset throttle when deactivating
* Make activation wait for fade to complete.
* Override gtk+ theme background style
* Prevent theme flickering from watchdog timer
|
|
changes: translation updates
|
|
changes:
* Fix corrupted background on big-endian computers
* Update background when the screen size changes
* Fix display name of some bookmarks
-translation updates
|
|
changes:
- multiload - don't poll CIFS filesystems
- stickynotes - fix support for note font colours
- libgweather - don't die on bad data from BOM-Au
-translation updates
|