<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>f3afb6346ee3d7bd86f08ad7c5f31393e8e2db03</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/d8aecf1d19cb373bcf5f621f33a3316435af41fd</url>
    <id>d8aecf1d19cb373bcf5f621f33a3316435af41fd</id>
    <committed-date>2008-04-03T20:51:37-07:00</committed-date>
    <authored-date>2008-04-03T20:51:37-07:00</authored-date>
    <message>Updated source file headers</message>
    <tree>0f6c4147a230c5ccf38df9e7383cb4e235abf764</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>20661f9077a6d63272e831c788bbf3322629d3dc</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/f3afb6346ee3d7bd86f08ad7c5f31393e8e2db03</url>
    <id>f3afb6346ee3d7bd86f08ad7c5f31393e8e2db03</id>
    <committed-date>2008-04-03T20:40:55-07:00</committed-date>
    <authored-date>2008-04-03T20:40:55-07:00</authored-date>
    <message>Crumbs in now a subclass of Gtk.HBox

When children are added to it, it wraps those children in a
Gtk.ToggleButton. Crumbs will also draw a button-styled box around
itself.

Exactly the look I'm going for (with most Gtk+ themes). It is now
accessible using the keyboard. We get special styling for selected,
pressed, prelit, etc from crumbs automatically.

Scroll selection needs to be reimplemented, though.

Got rid of Crumb, because it's no longer necessary.</message>
    <tree>4cfe76451a6e40d2a56e500a9efa966d8bea6fce</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e617947b6bee7a711ff40343ead7d930aff00b7e</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/20661f9077a6d63272e831c788bbf3322629d3dc</url>
    <id>20661f9077a6d63272e831c788bbf3322629d3dc</id>
    <committed-date>2008-04-01T19:49:55-07:00</committed-date>
    <authored-date>2008-04-01T19:49:55-07:00</authored-date>
    <message>Fixed click selection bug

Commit f37f17c5 introduced a bug that made it impossible to select a
crumb by clicking. When the user would click a crumb,
OnLeaveNotifyEvent() is called which &quot;un-hovers&quot; the crumb. Then
OnButtonReleaseEvent() is called but there is no &quot;hovered&quot; crumb to set
as active.</message>
    <tree>dc24dd025ae665340ff023b5584643326c995122</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>23e9843688507380253b55b1c881c6328cc91488</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/e617947b6bee7a711ff40343ead7d930aff00b7e</url>
    <id>e617947b6bee7a711ff40343ead7d930aff00b7e</id>
    <committed-date>2008-04-01T19:22:34-07:00</committed-date>
    <authored-date>2008-04-01T19:22:34-07:00</authored-date>
    <message>Using namespace fix for EntryPoint.cs</message>
    <tree>c7307dad62ca04a52aa4a37d6b04a3f04377c577</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07a33912eadbc83c14184624b8cc0155d78a12dc</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/23e9843688507380253b55b1c881c6328cc91488</url>
    <id>23e9843688507380253b55b1c881c6328cc91488</id>
    <committed-date>2008-04-01T19:21:57-07:00</committed-date>
    <authored-date>2008-04-01T19:21:57-07:00</authored-date>
    <message>Make the border around the crumbs look more like a Gtk.Button</message>
    <tree>220abdc35b2bfefe9f5e0683ca621ac7649d4cd5</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cb27630d19a4d37a2469ce74d0507becc8c646b0</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/07a33912eadbc83c14184624b8cc0155d78a12dc</url>
    <id>07a33912eadbc83c14184624b8cc0155d78a12dc</id>
    <committed-date>2008-04-01T19:14:50-07:00</committed-date>
    <authored-date>2008-04-01T19:14:50-07:00</authored-date>
    <message>Refactored border drawing code into Crumbs.DrawBorder()</message>
    <tree>ea0977205ca986660578b9c91dbb8f4808139246</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f48ed4f2e8f1395b9b16e79673f671dea3c31bfc</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/cb27630d19a4d37a2469ce74d0507becc8c646b0</url>
    <id>cb27630d19a4d37a2469ce74d0507becc8c646b0</id>
    <committed-date>2008-04-01T19:10:00-07:00</committed-date>
    <authored-date>2008-04-01T19:10:00-07:00</authored-date>
    <message>Renamed namespace of Crumb and Crumbs to Manico</message>
    <tree>1e1c73ddf704aa9d31f34bebaabb2537cd66dd5a</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a30b144634aae57d97a78375605c915657a816e9</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/f48ed4f2e8f1395b9b16e79673f671dea3c31bfc</url>
    <id>f48ed4f2e8f1395b9b16e79673f671dea3c31bfc</id>
    <committed-date>2008-04-01T19:02:58-07:00</committed-date>
    <authored-date>2008-04-01T19:02:58-07:00</authored-date>
    <message>Moved Crumb into Crumb.cs</message>
    <tree>de746f0c0f55a332ce7240ac5dff7535efa6de96</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f37f17c5de2d4efe5cde248ecf6885a4aa3d072b</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/a30b144634aae57d97a78375605c915657a816e9</url>
    <id>a30b144634aae57d97a78375605c915657a816e9</id>
    <committed-date>2008-04-01T18:59:46-07:00</committed-date>
    <authored-date>2008-04-01T18:59:46-07:00</authored-date>
    <message>Moved MainClass to EntryPoint.cs

Also renamed MainClass to EntryPoint.</message>
    <tree>83e43e53f2b0c7f436061ed14f8d03ee6008d9e1</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark.a.nicolosi@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>764d9dbf18fd5addf454a741a7667a115b746871</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark@lothlorien.(none)</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/f37f17c5de2d4efe5cde248ecf6885a4aa3d072b</url>
    <id>f37f17c5de2d4efe5cde248ecf6885a4aa3d072b</id>
    <committed-date>2008-03-31T22:51:29-07:00</committed-date>
    <authored-date>2008-03-31T22:46:24-07:00</authored-date>
    <message>Hover bug fixed

Occasionally a crumb would get stuck as being hovered event after the
mouse cursor has left the window. This is because Crumbs depended on
motion notify events to un-hover a crumb. If the cursor was flicked
across the crumb, it would get the notification and set the proper crumb
to hover, but when the mouse cursor left it would get stuck there,
because there wasn't a notification that the cursor left.

Now we use leave notification to ensure when the cursor is out of the
widget there is no hovered crumb.</message>
    <tree>3c05bb80bbce5dfa48c0ad100599b436cddbd977</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark@lothlorien.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c25cf6b9a5afd91187f699daa5ca41d7c3da781f</id>
      </parent>
    </parents>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark@lothlorien.(none)</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/764d9dbf18fd5addf454a741a7667a115b746871</url>
    <id>764d9dbf18fd5addf454a741a7667a115b746871</id>
    <committed-date>2008-03-31T18:58:15-07:00</committed-date>
    <authored-date>2008-03-31T18:58:15-07:00</authored-date>
    <message>New scrolling functionality

Added the ability to use the mouse's scroll wheel to change crumbs the
same way you can on a Gtk.Notebook tab bar.</message>
    <tree>35410fcb619a2a24e0f65013fdd87ea23e1c4af4</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark@lothlorien.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Mark A. Nicolosi</name>
      <email>mark@lothlorien.(none)</email>
    </author>
    <url>http://github.com/manicolosi/manico-crumbs/commit/c25cf6b9a5afd91187f699daa5ca41d7c3da781f</url>
    <id>c25cf6b9a5afd91187f699daa5ca41d7c3da781f</id>
    <committed-date>2008-03-31T18:52:33-07:00</committed-date>
    <authored-date>2008-03-31T18:52:33-07:00</authored-date>
    <message>Start project

Crumbs.cs is originally from http://vwdude.com/blog/?p=27 by
Christian Hergert.</message>
    <tree>627e8e7ff759333ebc04aa2b01460b02561a9b35</tree>
    <committer>
      <name>Mark A. Nicolosi</name>
      <email>mark@lothlorien.(none)</email>
    </committer>
  </commit>
</commits>
