CIA.vc
view
Real-time open source activity stats
Stats » Projects » view
informationsyndicateUTC clock
01:12 on Mar 22, 2010
event counters
The last message was received 4.97 months ago at 00:34 on Oct 24, 2009
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
117 messages since the first one, 4.54 years ago, for an average of 2.02 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
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.
#
06:37 on Nov 05, 2007view
Commit by chipx86 :: r117 /trunk/wm-test-suite/test-stacking.c: (link)
Oops, fixit more.
#
06:36 on Nov 05, 2007view
Commit by chipx86 :: r116 /trunk/wm-test-suite/test-stacking.c: (link)
Indentation fixes, and set some defaults for vim.
#
06:01 on Nov 05, 2007view
Commit by chipx86 :: r115 /trunk/wm-test-suite/test-stacking.c: (link)
Stack in the correct order. Also, much yays all around!
#
02:02 on Nov 05, 2007view
Commit by chipx86 :: r114 /trunk/wm-test-suite/test-stacking.c: (link)
Test stacking windows into their existing locations in the z-order using sibling-relative stacking to make sure things aren't broken when doing so.
#
02:42 on Nov 04, 2007view
Commit by chipx86 :: r113 /trunk/wm-test-suite/ (test-stacking.c tests.h wm-tests.c): (link)
Test that ordering below a sibling works.
#
02:30 on Nov 04, 2007view
Commit by chipx86 :: r112 /trunk/wm-test-suite/test-stacking.c: (link)
GTK's gdk_screen_get_window_stack function is broken on 64-bit platforms, so make our own.
#