Skip to content
Snippets Groups Projects
  1. Mar 18, 2003
  2. Mar 17, 2003
  3. Mar 16, 2003
  4. Mar 15, 2003
  5. Mar 14, 2003
  6. Mar 13, 2003
    • Simon Tatham's avatar
      First stab at a GTK layout engine. It's missing all sorts of stuff · df85003e
      Simon Tatham authored
      (list boxes are particularly conspicuously absent), it has no event
      handling at all, and it isn't in any way integrated into pterm - you
      have to build it specially using the test stubs in gtkdlg.c. But
      what there is so far seems to work plausibly well, so it's a start.
      Rather than browbeat the existing GTK container/layout widgets into
      doing what I wanted, I decided to implement two subclasses of
      GtkContainer myself, which implement precisely the layout model
      assumed by the config box specification; this has the rather cool
      consequence that the box can be resized and will maintain the same
      layout at all times that it would have had if initially created at
      that size.
      
      [originally from svn r2931]
      df85003e
  7. Mar 11, 2003
  8. Mar 08, 2003
    • Simon Tatham's avatar
      Add the ability to allocate extra per-dialog-instance private data · 43fe7d3c
      Simon Tatham authored
      in the portable dialog interface. This has allowed me to remove
      `ssd->savedsession' in config.c, which was (I believe) the only
      out-of-place piece of per-instance data in the dialog template
      stuff. Now we should actually be able to run more than one config
      box in the same process at the same time (for platforms that'll find
      that useful).
      
      [originally from svn r2925]
      43fe7d3c
  9. Mar 07, 2003
  10. Mar 06, 2003
Loading