Menu

#195 TIP #245: tk inactive implementation

TIP Implementation
closed-accepted
nobody
5
2006-11-30
2005-04-19
No

See the TIP document for a full description

Discussion

  • Pascal Scheffers

    implementation

     
  • Donal K. Fellows

    • labels: --> 65. Generic Window Operations
    • milestone: --> TIP Implementation
     
  • Reinhard Max

    Reinhard Max - 2005-04-19

    Logged In: YES
    user_id=124643

    Updated patch with improved MacOSX support from Neil Madden.

     
  • Reinhard Max

    Reinhard Max - 2005-04-19

    Better MacOSX support

     
  • Reinhard Max

    Reinhard Max - 2005-04-27

    Added support for resetting the timer

     
  • Donal K. Fellows

    Logged In: YES
    user_id=79902

    Implemented; now just needs tests for the TIP to go to Final.

     
  • David N. Welton

    David N. Welton - 2005-09-26

    Logged In: YES
    user_id=240

    I think I need this for a client on 8.4, so I may have a go
    at creating an extension that does this...

     
  • David N. Welton

    David N. Welton - 2005-09-27

    Logged In: YES
    user_id=240

    I seem to need to bump this variable up to at least 0403 to
    make things compile ok. I'm using mingw.

    #if (_WIN32_WINNT <= 0x0400)
    #undef _WIN32_WINNT
    #define _WIN32_WINNT 0x0403
    #endif

     
  • Pat Thoyts

    Pat Thoyts - 2006-11-30
    • status: open --> closed-accepted
     
  • Pat Thoyts

    Pat Thoyts - 2006-11-30

    Logged In: YES
    user_id=202636
    Originator: NO

    This went final a while back. Closing.