| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
standards (both C89 and C99) as proof).
|
|
|
|
|
|
|
|
|
|
Area.RepaintAll() (and the future Area.Repaint()) from within AreaHandler.Key() and AreaHandler.Mouse(); get rid of the bool returns from each. The future Area.Repaint() is important; the bool returns repainted the whole Area, which may not be optimal.
|
|
the winapi_windows.h header file to suit.
|
|
|
|
by making it not apply to standalone Labels and adding comments.
|
|
was resized, thinking it would solve flicker issues. It did not, and GTK+ resizes all tabs, so I'm keeping this in mergeback/ for now.
|
|
documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
doesn't actually work 100%, though (not flicker-free; window backgrounds are now black), so it's #ifdef'd out for now.
|
|
(though IDK if it will be four commits) to make both containers and areas both transparent and flicker-free. Also added a Space() tab to the test program to test the transparency.
|
|
itself; this will let us be transparent... hopefully.
|
|
bugs on Windows XP...
|
|
xsizing_darwin.m, just to be safe.
|
|
size separately and return that for the preferred size instead.
|
|
|
|
|
|
backend; NSZeroRect works fine for this after all. Thanks to jer in irc.freenode.net/#macdev.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the Windows backend; this lets other parts of the package use the hollow brush without the need for additional error checking.
|
|
|
|
|
|
|
|
|
|
Windows API call, oops... the problem is present in the main package being replaced too. :x It will be fixed when I move this redo up. Also added Area initializer to uiinit(). NOW does it work???
|
|
|
|
|
|
|
|
fine, though for some reason holding down a mouse button doesn't generate a drag in GTK+ 3.10...
|
|
|