root/trunk/luigi


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @57 [57] 10/03/07 14:24:27 baxissimo Steal gui focus on mousedown that that GUI doesn't handle.
(edit) @56 [56] 08/13/07 02:47:03 baxissimo Commented about what's wrong with this dsss.conf.
(edit) @55 [55] 08/13/07 02:38:39 baxissimo Added dsss files.
(edit) @54 [54] 08/13/07 02:29:58 baxissimo A not-quite-right dsss.conf. DSSS doesn't like building a lib from within …
(edit) @53 [53] 08/13/07 02:23:38 baxissimo Updated for dsss usage
(edit) @52 [52] 04/28/07 17:41:29 baxissimo Fixed incorrect logic in handling ev.alive.
(edit) @51 [51] 04/28/07 17:09:55 baxissimo Various small fixes and improvements. event.d: added is_left_press et al …
(edit) @50 [50] 04/23/07 23:25:05 baxissimo Minor change to RadioGroup? -- changed internal updater class from using …
(edit) @49 [49] 04/23/07 23:22:26 baxissimo Fixed bug with RadioGroups?. They were failing to update their member …
(edit) @48 [48] 04/22/07 06:28:25 baxissimo Finally fixed it so that the GUI can steal mouse clicks and the user can …
(edit) @47 [47] 02/24/07 04:54:29 baxissimo Just some minor tweaks and convenience additions.
(edit) @46 [46] 02/16/07 22:09:34 baxissimo Added top level add_blah_callback calls in gui.d to hook the system-level …
(edit) @45 [45] 01/26/07 03:30:48 baxissimo Whoops! Mixed up gld and glfw!
(edit) @44 [44] 01/26/07 01:23:13 baxissimo Added prepend_resource_location
(edit) @43 [43] 01/26/07 01:17:49 baxissimo Tweaked the resource path stuff a little. Allow searching for several …
(edit) @42 [42] 01/26/07 00:57:02 baxissimo Moved example files to subdirectory. Added some simple resource path stuff …
(edit) @41 [41] 01/25/07 20:13:21 baxissimo Took out Derelict libs from sdl build file. Discovered why it was that I …
(edit) @40 [40] 12/20/06 01:27:08 baxissimo Fixes in gld and sdl to keep up with changes in DMD and Luigi
(edit) @39 [39] 12/09/06 17:39:14 baxissimo made compatible with DMD 0.177 and the removal of implicit array to ptr …
(edit) @38 [38] 12/05/06 22:03:24 brad * Move all.html to index.html to be default for public site * This …
(edit) @37 [37] 12/05/06 20:00:24 baxissimo Improvements to dxut mostly (adding scrollbar)
(edit) @36 [36] 12/05/06 19:56:16 baxissimo First cut at docs using Candydoc.
(edit) @35 [35] 12/04/06 03:07:09 baxissimo Example of the sdl adaptor.
(edit) @34 [34] 12/04/06 02:27:47 baxissimo Updated to throw a GUIException instead of assert.
(edit) @33 [33] 12/04/06 02:17:31 baxissimo Got SDL adapter working. Also made a doc.brf for compiling docs.
(edit) @32 [32] 12/03/06 20:43:32 baxissimo Added an implementation of exclusive toggle behavior in the form of …
(edit) @31 [31] 12/02/06 22:54:30 baxissimo Move implementation of std theme to here.
(edit) @30 [30] 12/02/06 22:53:16 baxissimo Added toggle behavior to Button. Made RadioButton? and Checkbox both …
(edit) @29 [29] 12/02/06 21:47:16 baxissimo Fixes so that things compile again after reorganization.
(edit) @28 [28] 12/02/06 21:41:46 baxissimo --
(edit) @27 [27] 12/02/06 21:38:56 baxissimo Refactoring a bit to get rid of unsightly 'base' modules.
(edit) @26 [26] 12/02/06 21:33:10 baxissimo A minor refactoring putting the std win95 theme on equal footing with dxut …
(edit) @25 [25] 12/02/06 02:32:30 baxissimo Updated with textfields that now work.
(edit) @24 [24] 12/02/06 02:26:18 baxissimo rearranged the example proggies. GUI creation now in a separate function.
(edit) @23 [23] 12/02/06 02:16:47 baxissimo dxut theme's textfield works now.
(edit) @22 [22] 11/29/06 01:25:56 baxissimo Made a few changes to the add/arranger template macros. instead of …
(edit) @21 [21] 11/27/06 10:49:02 baxissimo Added checkbox and slider to dxut.d. Also fixed bone-headed != when I …
(edit) @20 [20] 11/27/06 01:55:56 baxissimo Don't know why, but suddenly after doing the gld stuff, I have to …
(edit) @19 [19] 11/27/06 01:45:43 baxissimo Renamed 'adaptor' directory to 'adapter'
(edit) @18 [18] 11/27/06 01:43:45 baxissimo Added gld adapter and renamed all instances of 'adaptor' to 'adapter'. …
(edit) @17 [17] 11/26/06 23:48:52 baxissimo Added enter/leave events, and got dxut doing timer-based transitions …
(edit) @16 [16] 11/26/06 21:35:24 baxissimo Disable enable states working now. Switched over to more DXUT-like …
(edit) @15 [15] 11/26/06 11:22:07 baxissimo Made headway on a dxut texture-based theme
(edit) @14 [14] 11/26/06 10:50:24 baxissimo Some screenshots
(edit) @13 [13] 11/25/06 20:38:14 baxissimo Changed signalobj method names fconnect --> connect connect --> …
(edit) @12 [12] 11/25/06 19:55:41 baxissimo Text selection via mouse works now.
(edit) @11 [11] 11/25/06 08:01:52 baxissimo You can manipulate the slider now. Also changed events to be struct …
(edit) @10 [10] 11/23/06 21:25:48 baxissimo Slider kinda works now. Have to figure out the best way to pass mouse …
(edit) @9 [9] 11/23/06 20:03:31 baxissimo Added resource wrapper. (A separate util exe)
(edit) @8 [8] 11/17/06 18:20:45 baxissimo Added first arg offset capability
(edit) @7 [7] 11/15/06 10:43:56 baxissimo Numerous improvements. Checkbox works now.
(edit) @6 [6] 11/09/06 03:33:27 baxissimo Added copyright notices
(add) @5 [5] 11/09/06 02:39:45 baxissimo Not quite useful yet, but a demo combining the three initial arranger …
Note: See TracRevisionLog for help on using the revision log.