CIA.vc
view
Real-time open source activity stats
Stats » Projects » view
informationsyndicateUTC clock
13:45 on May 28, 2012
event counters
The last message was received 1.33 years ago at 23:36 on Jan 28, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
123 messages since the first one, 6.73 years ago, for an average of 2.85 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
23:36 on Jan 28, 2011view
Commit by chipx86 :: r137 /trunk/libview/ (ChangeLog NEWS configure.ac): (link)
Commit the release information for 0.6.6.

I performed a 0.6.6 release back in May 2010, but the commit stayed in my tree.
Oops. Pushing it upstream.
#
21:20 on Jan 28, 2011view
Commit by carmiendo :: r136 /trunk/libview/ (3 files in 2 dirs): (link)

libview/ovBox.c:
libview/ovBox.h:
- Add ViewOvBox_SetLocation function, which repositions the "over" box to the top, bottom, left, or right of the "under" widget.
tests/test-auto-drawer.cc:

  • Add four radio buttons which represent the location of the drawer. Clicking them moves the drawer around the Top, Bottom, Left, and Right sides of the screen.
#
21:31 on May 04, 2010view
Commit by chipx86 :: r135 /trunk/libview/ (ChangeLog libview/wrapLabel.cc): (link)
Fix a regression in WrapLabel on older versions of GTK+.

The fix for WrapLabel in libview 0.6.5 introduced a regression in some
cases on older versions of GTK+. We weren't calculating the new height
consistently, and would sometimes get a wrong height for the width,
breaking the wrap label. We now alwas calculate the height immediately after
calculating the width, regardless of whether the widget's allocation appears to have changed.
#
23:39 on Apr 21, 2010view
Commit by chipx86 :: r134 /trunk/libview/ (ChangeLog NEWS configure.ac): (link)
Release libview 0.6.5.
#
23:32 on Apr 21, 2010view
Commit by chipx86 :: r133 /trunk/libview/ChangeLog: (link)
Forgot the changelog.
#
23:30 on Apr 21, 2010view
Commit by chipx86 :: r132 /trunk/libview/ (3 files in 2 dirs): (link)
This fixes some issues with view::WrapLabel on newer GTK+ versions. We
were seeing a new problem where the height would be incorrect, showing
only one line of text.

The reason for this appears to have been that we were getting a
size_request twice in a row, and between these the PangoLayout's size
would change. This didn't used to happen, so it indicates to me that
something changed with the PangoLayout size determination logic, or
GtkLabel's logic. I don't know, but certainly GTK+ didn't give us a new
size allocation between these size_requests.

Given this, it's clear that we're querying the PangoLayout's size too
late. We're mainly interested in its height, and we know that there's
one exact point where we can get that correct height, which is right
after we set the width. So now we grab the height at that point and
store it for future size_requests.

This fixes WrapLabel on newer GTK+ versions and, from what I can tell,
works perfectly fine on older ones as well. It certainly should -- we're
just grabbing the height earlier before anything else can affect it.

Tested with Ubuntu Lucid in a VM, and with my local build here. Also ran
the libview test-wrap-label app. It all appears to work fine.
#
00:34 on Oct 24, 2009view
Commit by davidtrowbridge :: r131 /trunk/libview/libview/fieldEntry.cc: (link)
Ignore tab characters in pasted text inside FieldEntry.

It's possible that users could copy a tab character at the beginning of the text
that they're trying to paste into our FieldEntry. Our code coped with tabs at
the end, but not at the beginning. This fixes it to just strip tab characters
out of the input, which should make things work pretty well no matter what.
#
05:13 on Jan 08, 2009view
Commit by vanrijn :: r130 /trunk/web/htdocs/downloads.php: (link)
Bumping download version to 0.6.4.
#
05:10 on Jan 08, 2009view
Commit by vanrijn :: r129 /trunk/web/htdocs/news.txt: (link)
Updating news.txt with last 2 releases (0.6.3 and 0.6.4)
#
03:10 on Jan 08, 2009view
Commit by vanrijn :: r128 /tags/Release-0_6_4/: (link)
Tag libview 0.6.4 release (r127).
#
02:42 on Jan 08, 2009view
Commit by vanrijn :: r127 /trunk/libview/ (ChangeLog NEWS configure.ac): (link)
Wed Jan 7 18:38:04 PDT 2009  Jason 'vanRijn' Kasper <vR at movingparts dot net>

        * ChangeLog:
        * NEWS:
        * configure.ac:
          - Due to gtkmm2 using the deprecated GtkType, our users previously
            needed to compile with --enable-deprecated to get around it. Switching
            default to --enable-deprecated=yes in configure.ac to be nicer.
#
01:53 on Jan 08, 2009view
Commit by vanrijn :: r126 /trunk/libview/ (7 files in 3 dirs): (link)

  • ChangeLog:
  • configure.ac:
  • NEWS: - Bumped version to 0.6.4
  • libview/AUTHORS:
  • libview/ChangeLog:
  • libview/ovBox.c:
  • libview/ovBox.h: - Add ViewOvBox_SetVerticalOffset function, which repositions the "over" box at the given vertical offset. This is required for cases where the user wishes to shift the position of the "over" box down from the top of the GtkWindow (case in point: Workstation in multimon mode with different monitor resolutions, bottom-aligned).
  • tests/test-auto-drawer.cc: - Add "Vertical Offset" checkbox. Clicking it will reposition the drawer 100 pixels down from the top of the GtkWindow.
#
06:42 on Dec 08, 2008view
Commit by davidtrowbridge :: r125 /tags/Release-0_6_3/: (link)
Tag libview 0.6.3
#
06:36 on Dec 08, 2008view
Commit by davidtrowbridge :: r124 /trunk/libview/ (4 files in 2 dirs): (link)
Sun Dec  7 15:55:25 PST 2008  David Trowbridge <trowbrds at gmail dot com>

        * ChangeLog:
        * configure.ac:
        * NEWS:
          - Bumped version to 0.6.3
        * configure.ac:
          - Add AC_PROG_CXX to properly get C++ compiler definitions.
        * libview/autoDrawer.c:
          - Remove an assertion on the result of gtk_grab_get_current which is
            no longer guaranteed with modern GTK+ libraries.
#
23:00 on Jun 17, 2008view
Commit by chipx86 :: r123 /trunk/web/htdocs/ (downloads.php news.txt): (link)
Announce libview 0.6.2.
#
00:39 on Jun 17, 2008view
Commit by carmiendo :: r122 /tags/Release-0_6_2/ (. libview/): (link)
Tagging for 0.6.2 release. (r121)
#
00:34 on Jun 17, 2008view
Commit by carmiendo :: r121 /trunk/libview/ (AUTHORS ChangeLog NEWS configure.ac): (link)
Bumped version to 0.6.2.
#
20:51 on Jun 12, 2008view
Commit by carmiendo :: r120 /trunk/libview/ (6 files in 3 dirs): (link)
Thu Jun 12 13:43:75 PDT 2008  Carmen Jackson <carmen at vmware dot com>

        * libview/autoDrawer.c:
        * libview/autoDrawer.h:
          - Add ViewAutoDrawer_Close function, which closes the drawer
            immediately when called.
        * libview/drawer.c:
        * libview/drawer.h:
          - Add ViewDrawer_GetCloseTime function to calculate the amount
            of time it would take to fully open or close the drawer.
        * tests/test-auto-drawer.cc:
          - Add "Close" button inside the drawer to check the new Close
            functionality. This button should close the drawer immediately.
#
09:44 on Nov 05, 2007view
Commit by chipx86 :: r119 /trunk/wm-test-suite/test-stacking.c: (link)
Okay, finally things are sane here now with indentation.. All in sync.. Wasting my time on this.
#
09:42 on Nov 05, 2007view
Commit by chipx86 :: r118 /trunk/wm-test-suite/ (test-stacking.c wm-tests.c): (link)
Remove the nullops.. Some indentation restructuring.. Other crap.
#