index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uitask_windows.go
Age
Commit message (
Expand
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-03
Added Post() and implemented it on Windows.
Pietro Gagliardi
2014-07-03
Removed uitask and made the Window creation functions only callable from the ...
Pietro Gagliardi
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-07-01
Restructured uitask to accept a limited range of actions. Implemented this on...
Pietro Gagliardi
2014-06-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Rolled back all those changes; I'm stupid.
Pietro Gagliardi
2014-06-30
Converted the Windows backend to make uitask a function that runs the func() ...
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-28
Fixed the build. New API works on Windows! Also removed TODO on dialogs in Wi...
Pietro Gagliardi
2014-06-28
Migrated uitask_windows.go to the new API.
Pietro Gagliardi
2014-06-26
Allowed tab stops on Windows; see http://blogs.msdn.com/b/oldnewthing/archive...
Pietro Gagliardi
2014-06-12
Added the scaffolding that will allow us to change uitask on Windows to take ...
Pietro Gagliardi
2014-06-10
Partial go fmt. Will do the rest over the next few commits. While I'm not too...
Pietro Gagliardi
2014-06-09
Implemented RepaintAll() on Windows.
Pietro Gagliardi
2014-06-03
Migrated uitask_windows.go to the new string handling.
Pietro Gagliardi
2014-05-30
Normalized DefWindowProc() handling across the Windows files; the syscall.Laz...
Pietro Gagliardi
2014-05-29
Decided not to use SendMessage() in the Windows uitask() as we're already wai...
Pietro Gagliardi
2014-05-25
Finished migrating the Windows code to using the pregenerated constants.
Pietro Gagliardi
2014-05-25
Removed CW_USEDEFAULT variable definition. It won't compile right now, but ou...
Pietro Gagliardi
2014-05-25
Changed most instances of var to const in the Windows code. Only one left...
Pietro Gagliardi
2014-05-11
Consistency change: all Windows API structure field names now match case-wise...
Pietro Gagliardi
2014-04-30
Added a note to uitask_windows.go that scrolling is a modal loop; that solves...
Pietro Gagliardi
2014-04-28
More Windows TODO cleanup/removal and future plans. The message-only window i...
Pietro Gagliardi
2014-04-27
More future plans and a clarification in the block comment at the top of uita...
Pietro Gagliardi
2014-04-12
Removed the GDI+ dependency on Windows since we no longer use it.
Pietro Gagliardi
2014-04-09
As it turns out, Windows does have a facility for windows that only serve as ...
Pietro Gagliardi
2014-04-01
Fixed the Windows stalling when scrolling an Area problem: messages were gett...
Pietro Gagliardi
2014-04-01
Removed a stray TODO comment whose purpose is long forgotten.
Pietro Gagliardi
2014-04-01
Reordered each part of the Windows uitask so that it does things in the same ...
Pietro Gagliardi
2014-03-29
Implemented Area.SetSize() on Windows.
Pietro Gagliardi
2014-03-24
Added GDI+ to the package's Windows version: DLL loaded, initialized, and shu...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-05
Have ui.Go() return on main() return on Windows.
Pietro Gagliardi
2014-03-01
Major code restructure to allow Cocoa to work correctly. Cocoa requires that ...
Pietro Gagliardi
2014-02-19
Got rid of my Windows input lag problems on Windows (triggered by the switch ...
Pietro Gagliardi
2014-02-19
Moved to a proper package; main() is now a test and go test -c is used to bui...
Pietro Gagliardi
2014-02-17
Removed all //package ui comments.
Pietro Gagliardi
2014-02-15
More error/TODO reduction.
Pietro Gagliardi
2014-02-11
Fixed the PeekMessage() call as per http://blogs.msdn.com/b/oldnewthing/archi...
Pietro Gagliardi
2014-02-11
Fixed the wndproc not responding: turns out I have to have message dispatch i...
Pietro Gagliardi
2014-02-11
All build errors resolved. Now to test...
Pietro Gagliardi
2014-02-11
Locked the Windows message loop goroutine to the OS thread.
Pietro Gagliardi
2014-02-11
Added the Windows message loop.
Pietro Gagliardi
2014-02-11
Set up initialization on Windows (2/2).
Pietro Gagliardi
2014-02-11
Started implementing the public API: added the Window and Control types and t...
Pietro Gagliardi