summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-07Added a public API for creating raw Windows controls. Removed include guards ↵Pietro Gagliardi
from uipriv_*.h.
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi
2015-04-07Decided to start with the parenting stuff now.Pietro Gagliardi
2015-04-06Started writing code for handling single-HWND controls on Windows. Similar ↵Pietro Gagliardi
code will exist for single-GtkWidget controls on GTK+ and single-NSView controls on Cocoa.
2015-04-06Started working on uiControl.Pietro Gagliardi
2015-04-06Fixed initial Mac OS X code.Pietro Gagliardi
2015-04-06Started writing the same but for Mac OS X. This time it's not tested yet; ↵Pietro Gagliardi
will test now.
2015-04-06Implemented what we have so far, but on Windows.Pietro Gagliardi
2015-04-06Added wintable's debugging printers to the new UI code.Pietro Gagliardi
2015-04-06Renamed some files. More TODOs.Pietro Gagliardi
2015-04-06More precise cleanup in GTK+ uiInitErrorFree().Pietro Gagliardi
2015-04-06Started doing the C rewrite. Defined the basic initialization and main loop ↵Pietro Gagliardi
and window API and implemented them on GTK+.
2015-03-29Updated compatibility.md now that GTK+ 3.16 is officially out.Pietro Gagliardi
2015-03-27More TODOs.Pietro Gagliardi
2015-03-27More TODOs.Pietro Gagliardi
2015-03-18More TODOs.Pietro Gagliardi
2015-03-03More TODOs.Pietro Gagliardi
2015-02-25More TODOs.Pietro Gagliardi
2015-02-25More TODOs.Pietro Gagliardi
2015-02-25More TODOs.Pietro Gagliardi
2015-02-23Started rewrite #3. The first file up for bat is an ID system for safer C/Go ↵Pietro Gagliardi
interop.
2015-02-21Updated README for last two commits.Pietro Gagliardi
2015-02-21Implemented Table column names on all platforms. Updates #40.Pietro Gagliardi
2015-02-21Added provisions for giving Table columns custom titles. Will now implement.Pietro Gagliardi
2015-02-20Updated the widget gallery example to use the new Table without ImageList.Pietro Gagliardi
2015-02-20Disambiguated icon sizing in Table documentation.Pietro Gagliardi
2015-02-20Removed residual ImageList references.Pietro Gagliardi
2015-02-19Updated the README with the new Windows Table stuff and ImageList changes.Pietro Gagliardi
2015-02-19More TODOs.Pietro Gagliardi
2015-02-19Removed the last bit of new Windows Table test initialization stuff now that ↵Pietro Gagliardi
tableSetSelection is in; moved into the test program instead.
2015-02-19Added tableSetSelection to the new Windows Table and hooked it up to the ↵Pietro Gagliardi
package ui Table.
2015-02-19Added tableGetSelection to the new Windows Table and hooked it up to package ↵Pietro Gagliardi
ui's Table.
2015-02-19Added tableNotificationSelectionChanged on the Windows Table and hooked it ↵Pietro Gagliardi
up to package ui's Table.
2015-02-19More TODOs.Pietro Gagliardi
2015-02-19Fixed the new Table without ImageList on Mac OS X. Now all we have left to ↵Pietro Gagliardi
do is reimplement the selection logic on Windows and we're good to roll!
2015-02-18Migrated the Mac OS X Table implementation. Untested due to VM issues.Pietro Gagliardi
2015-02-18More TODOs.Pietro Gagliardi
2015-02-18More TODOs.Pietro Gagliardi
2015-02-18Fixed Windows Table font.Pietro Gagliardi
2015-02-18"Fixed" the other Windows Table problem. Now to implement selection and fix ↵Pietro Gagliardi
the fonts...
2015-02-18Began fixing the new Windows Table. In its current state one bug is fixed ↵Pietro Gagliardi
and another has been spotted, with the diagnosis coming next.
2015-02-18Fixed Windows build. More TODOs. Still not working...Pietro Gagliardi
2015-02-17Finished migrating the GTK+ Table to not use ImageList.Pietro Gagliardi
2015-02-17Started migrating the GTK+ Table to the new ImageList-less design. Migrated ↵Pietro Gagliardi
the ImageList code itself.
2015-02-17Fixed the other build errors. Awesome, Go's linker won't recognize the COM ↵Pietro Gagliardi
IIDs in uuid.dll; guess we're bumping the minimum required version of Go, maybe?...
2015-02-17Fixed many build errors. Not done yet.Pietro Gagliardi
2015-02-17Tied Table initialization in. Now to test!Pietro Gagliardi
2015-02-17More TODOs.Pietro Gagliardi
2015-02-17Even more Windows Table code. Almost done with the prototype test!Pietro Gagliardi
2015-02-17Next part of Table code: HBITMAP generation code migration.Pietro Gagliardi