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
/
init_windows.go
Age
Commit message (
Expand
)
Author
2014-08-30
Out with the old...
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-06-10
More go fmt.
Pietro Gagliardi
2014-05-30
Changed Areas on WIndows so that they all use the same window class, rather t...
Pietro Gagliardi
2014-05-30
Converted the standard Windows window class (for Window) to be a single class...
Pietro Gagliardi
2014-05-25
Finished migrating the Windows code to using the pregenerated constants.
Pietro Gagliardi
2014-04-28
Cleaned up/removed some (not all) TODOs in init_windows.go.
Pietro Gagliardi
2014-04-12
Removed the GDI+ dependency on Windows since we no longer use it.
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-11
More TODO reduction.
Pietro Gagliardi
2014-02-25
Added Windows implementation of ProgressBar and the requisite comctl32.dll code.
Pietro Gagliardi
2014-02-24
Added Windows preferred size code. It doesn't work right now; both GetDC() an...
Pietro Gagliardi
2014-02-24
Re-added Windows font grabbing code. I won't use it just yet, since I only no...
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-15
More error/TODO reduction.
Pietro Gagliardi
2014-02-12
Restructuring the codebase to make things neater. First off: each window now ...
Pietro Gagliardi
2014-02-11
More error corrections; not done yet...
Pietro Gagliardi
2014-02-11
Added the init and testing main functions and started fixing errors. Let's fi...
Pietro Gagliardi
2014-02-11
(see previous commit; part 2)
Pietro Gagliardi
2014-02-11
Migrated over the window class and window procedure stuff, set up the standar...
Pietro Gagliardi
2014-02-11
Set up initialization on Windows (2/2).
Pietro Gagliardi