Age | Commit message (Expand) | Author | Files | Lines |
2010-05-14 | Change area.{cc,h} to model.{cc,h} in src/gtk/toplevel/Makefile.am. | Daniel Burrows | 1 | -2/+2 |
2010-05-14 | Write configure checks for the order of arguments that boost::fusion::fold us... | Daniel Burrows | 1 | -0/+8 |
2010-05-13 | Write a fully functional alternate initialization path. | Daniel Burrows | 15 | -6/+1174 |
2010-05-12 | Move the model code from namespace gui to namespace gui::toplevel. | Daniel Burrows | 2 | -569/+575 |
2010-05-12 | Add code to do on-the-fly transforms of dynamic sets and enumerations. | Daniel Burrows | 4 | -0/+229 |
2010-05-12 | Add missing #includes from dynamic_set_union.h. | Daniel Burrows | 1 | -0/+3 |
2010-05-12 | Add a skeletal main-window class that bases its content off a toplevel view i... | Daniel Burrows | 6 | -0/+130 |
2010-05-12 | Ensure that tabs are removed from their areas when they're closed. | Daniel Burrows | 1 | -1/+21 |
2010-05-12 | Make the interface members of tab_info public (oops). | Daniel Burrows | 1 | -0/+1 |
2010-05-12 | Rename area.{cc,h} to model.{cc,h}. | Daniel Burrows | 5 | -7/+18 |
2010-05-11 | Add an interface that abstracts over a view displaying exactly one tab at a t... | Daniel Burrows | 5 | -13/+117 |
2010-05-11 | Remove an unnecessary boost:: prefix. | Daniel Burrows | 1 | -1/+1 |
2010-05-11 | Weaken the #includes in area.h, since it only needs slots. | Daniel Burrows | 1 | -1/+1 |
2010-05-11 | Add an initial implementation of a view for a tab set. | Daniel Burrows | 6 | -9/+313 |
2010-05-11 | Move connect_closed to the tab_info interface, to indicate that only infrastr... | Daniel Burrows | 1 | -13/+12 |
2010-05-11 | Overhaul once again how tabs are closed. | Daniel Burrows | 2 | -7/+32 |
2010-05-11 | Add a shared_ptr<tab_info> parameter to signals that entities other than the ... | Daniel Burrows | 2 | -18/+35 |
2010-05-10 | Document the routine that creates a tab_info structure. | Daniel Burrows | 1 | -0/+6 |
2010-05-10 | Clarify how tabs are to be closed, and fix up the signals to match the docume... | Daniel Burrows | 2 | -3/+36 |
2010-05-10 | Add a warning about the potential for reference loops to area.h. | Daniel Burrows | 1 | -0/+4 |
2010-05-10 | Overhaul the area code to prepare for actually using it. | Daniel Burrows | 2 | -58/+187 |
2010-05-09 | Make sure that the connections that are attached when a new set are inserted ... | Daniel Burrows | 1 | -11/+22 |
2010-05-09 | Connect inserted/removed signals from each sub-set to the corresponding handl... | Daniel Burrows | 1 | -0/+3 |
2010-05-09 | Fix a .advance() vs ->advance() error. | Daniel Burrows | 1 | -1/+1 |
2010-05-09 | Return the key of the current entry as the result of get_current() on the ite... | Daniel Burrows | 1 | -1/+1 |
2010-05-09 | Make the constructor of a dynamic set union's enumerator take a *const* refer... | Daniel Burrows | 1 | -2/+2 |
2010-05-09 | Move the values_iterator typedef to the top of the class, make it public, and... | Daniel Burrows | 1 | -2/+6 |
2010-05-09 | Invoke e->advance() instead of e.advance(), since e is a pointer to an enumer... | Daniel Burrows | 1 | -1/+1 |
2010-05-09 | Write a body for ~dynamic_set_test(). | Daniel Burrows | 1 | -0/+5 |
2010-05-09 | Add a first implementation of dynamic-set code to go with the dynamic-list code. | Daniel Burrows | 3 | -0/+487 |
2010-05-08 | Actually use the carefully calculated relocation target to rearrange the conc... | Daniel Burrows | 1 | -1/+1 |
2010-05-08 | Remove old references to enumerators from the dynamic_list code. | Daniel Burrows | 3 | -5/+0 |
2010-05-06 | Fix an off-by-one error that occurred when moving sub-list items to the left. | Daniel Burrows | 1 | -0/+12 |
2010-05-06 | Clarify the valid parameters to move(). | Daniel Burrows | 1 | -2/+1 |
2010-05-06 | Clarify the valid arguments to move(). | Daniel Burrows | 1 | -0/+3 |
2010-05-05 | Rewrite the dynamic list collection for the new framework and re-enable its t... | Daniel Burrows | 1 | -91/+342 |
2010-05-04 | Fix move() to behave according to its spec and tests. | Daniel Burrows | 1 | -1/+13 |
2010-05-04 | Fully document the behavior of move(). | Daniel Burrows | 1 | -1/+13 |
2010-05-04 | Redesign the dynamic-list interface to be more general, and update its tests ... | Daniel Burrows | 2 | -46/+94 |
2010-05-01 | Add a new meta-dynamic-list that somewhat arbitrarily mingles several | Daniel Burrows | 3 | -0/+219 |
2010-05-01 | Protect dynamic_list_impl from multiple includes. | Daniel Burrows | 1 | -0/+4 |
2010-05-01 | Make writable_dynamic_list's members public. | Daniel Burrows | 1 | -0/+1 |
2010-05-01 | Base the dynamic_list implementation off std::vector, not multi_index. | Daniel Burrows | 2 | -50/+14 |
2010-05-01 | Add support to the dynamic list interface for tracking the location of a remo... | Daniel Burrows | 2 | -5/+15 |
2010-05-01 | Fix some places where comments in the generic dynamic list referred to | Daniel Burrows | 1 | -7/+12 |
2010-05-01 | Split the dynamic_list interface into a core "read-only" part and a | Daniel Burrows | 2 | -7/+19 |
2010-05-01 | Inline more routines in dynamic_list_impl. | Daniel Burrows | 1 | -7/+14 |
2010-05-01 | Add a widget template for the coming alternative top-level view. | Daniel Burrows | 1 | -3/+43 |
2010-04-30 | Don't declare extra signals in the dynamic list implementation that shadow th... | Daniel Burrows | 1 | -3/+0 |
2010-04-30 | Merge with desktop. | Daniel Burrows | 4 | -23/+37 |