Pietro Gagliardi
|
da8b8de371
|
Wrote the new attributed string system's grapheme code for OS X.
|
2016-12-03 20:01:45 -05:00 |
Pietro Gagliardi
|
3218ba2a43
|
And migrated the Unix grapheme code for the new attributed string system.
|
2016-12-03 18:54:19 -05:00 |
Pietro Gagliardi
|
526173bf76
|
Started writing the implementation of uiAttributedString. Updated windows/graphemes.cpp for this new implementation. Also fixed up a bunch of subtle errors and other issues with windows/graphemes.cpp.
|
2016-12-03 18:34:06 -05:00 |
Pietro Gagliardi
|
0d5ff432b3
|
Rewrote utf16.cpp to use my utf lib. Maybe I should be doing attributed strings safter all, but I might as well optimize too I guess??
|
2016-12-03 11:31:11 -05:00 |
Pietro Gagliardi
|
c0f91058c4
|
Started the move to my utf library. Imported the library.
|
2016-12-03 11:20:22 -05:00 |
Pietro Gagliardi
|
5fa7ba487e
|
Merge pull request #240 from lailton/master
Update uipriv_darwin.h
|
2016-12-01 14:28:40 -05:00 |
Lailton Fernando Mariano
|
39d1c0565e
|
Update uipriv_darwin.h
|
2016-12-01 16:26:59 -02:00 |
Lailton Fernando Mariano
|
cb927659fa
|
Update uipriv_darwin.h
|
2016-12-01 14:32:14 -02:00 |
Pietro Gagliardi
|
dd339699cd
|
Oops, I forgot to remove the uiImage code from the GTK+ port when splitting uiTable into a branch. Fixed the build for now. Fixes #238.
|
2016-11-30 09:21:37 -05:00 |
Pietro Gagliardi
|
e3dec183aa
|
Started the process of splitting the table code into a separate branch.
|
2016-11-27 17:34:40 -05:00 |
Pietro Gagliardi
|
287d59b5c5
|
More TODOs.
|
2016-11-11 01:21:28 -05:00 |
Pietro Gagliardi
|
6b33c62b84
|
More TODOs.
|
2016-11-08 09:12:11 -05:00 |
Pietro Gagliardi
|
92965068e1
|
We no longer need this file.
|
2016-11-02 09:41:51 -04:00 |
Pietro Gagliardi
|
f56411fde1
|
Use performWindowDragWithEvent: if available.
|
2016-11-02 09:34:40 -04:00 |
Pietro Gagliardi
|
17dc5f407e
|
And implemented moves on OS X.
|
2016-11-02 09:29:44 -04:00 |
Pietro Gagliardi
|
81b95a59b1
|
Minor fixups.
|
2016-11-02 09:09:49 -04:00 |
Pietro Gagliardi
|
503e5d7768
|
More notes.
|
2016-11-02 08:23:26 -04:00 |
Pietro Gagliardi
|
7199d4c847
|
More notes.
|
2016-11-01 17:51:25 -04:00 |
Pietro Gagliardi
|
fae0bb061b
|
Fixed the obvious glitches with window resizes.
|
2016-11-01 15:19:02 -04:00 |
Pietro Gagliardi
|
4c429d5b7f
|
Removed the titlebar logic. Let's try to get the core code working first.
|
2016-11-01 14:57:44 -04:00 |
Pietro Gagliardi
|
0311679e37
|
Let's continue working on OS X resize drags.
|
2016-11-01 13:31:34 -04:00 |
Pietro Gagliardi
|
3eeb15bcdb
|
Added the initial implementation of the custom resize code.
|
2016-11-01 11:58:01 -04:00 |
Pietro Gagliardi
|
d3b33e39ce
|
Further enhancements to custom run loops on OS X for custom resize loops.
|
2016-10-31 14:33:11 -04:00 |
Pietro Gagliardi
|
211b11b80f
|
Fixed a threading issue in uiQueueMain() on GTK+.
|
2016-10-31 13:38:38 -04:00 |
Pietro Gagliardi
|
6779ae91d7
|
Started a FAQ with the OS X activation issue as the only question for now. Fixes #218.
|
2016-10-28 18:56:55 -04:00 |
Pietro Gagliardi
|
a1d14b8773
|
More TODOs.
|
2016-10-28 17:43:40 -04:00 |
Pietro Gagliardi
|
39fdf7457b
|
More preparation for the OS X window move/resize code: uiMainStep() is split into an internal function that takes a pre-sendEvent: interception specifically intended for internal loops.
|
2016-10-27 23:32:33 -04:00 |
Pietro Gagliardi
|
8cbae7d2b7
|
More TODOs.
|
2016-10-27 20:51:37 -04:00 |
Pietro Gagliardi
|
5de62d073f
|
Cal [NSApp finishLaunching]. Fixes #182.
|
2016-10-26 09:39:43 -04:00 |
Pietro Gagliardi
|
cc1942a929
|
Prepared OS X for the new uiArea functions.
|
2016-10-26 01:15:01 -04:00 |
Pietro Gagliardi
|
8819d9cd58
|
Fixed the new Windows uiArea functions.
|
2016-10-25 23:41:37 -04:00 |
Pietro Gagliardi
|
9d754bbf2a
|
Implemented the new functions on Windows. Now to test.
|
2016-10-25 23:24:13 -04:00 |
Pietro Gagliardi
|
7fbbba37f6
|
Added notes for adding the new uiArea functions to OS X.
|
2016-10-25 13:14:32 -04:00 |
Pietro Gagliardi
|
7abe97ec57
|
More TODOs.
|
2016-10-25 01:11:03 -04:00 |
Pietro Gagliardi
|
1fbfc9dd67
|
More TODOs.
|
2016-10-25 01:00:18 -04:00 |
Pietro Gagliardi
|
22caa5e502
|
Implemented the window drag stuff on GTK+. It works!
|
2016-10-25 00:34:12 -04:00 |
Pietro Gagliardi
|
67ff2fa855
|
Laid out the interface for user window drags.
|
2016-10-24 23:35:18 -04:00 |
Pietro Gagliardi
|
1871f7139d
|
Some more test areas in the borderless resize test. Now to actually spec out the API (hint: it's two functions in uiArea).
|
2016-10-24 23:27:44 -04:00 |
Pietro Gagliardi
|
8556fc7cd1
|
Started work on custom user resizes.
|
2016-10-24 23:08:55 -04:00 |
Pietro Gagliardi
|
fc243aed00
|
Cleaned up debugging code and added the main loop bugfix to the README.
|
2016-10-24 17:47:23 -04:00 |
Pietro Gagliardi
|
0c209a8277
|
Whoops, bugged that last one bad (yet it worked fine in X11 for some reason????). Fixed.
|
2016-10-24 15:44:02 -04:00 |
Pietro Gagliardi
|
3f1540b84a
|
And got rid of message pumping in unix/window.c. Woo! Gotta clean it up a bit first though...
|
2016-10-24 14:39:10 -04:00 |
Pietro Gagliardi
|
e17e69f2ad
|
Let's experiment with making uiWindowSetSize() not require an event loop.
|
2016-10-23 22:02:07 -04:00 |
Pietro Gagliardi
|
0870a3065e
|
Quick Windows fixes now localized.
|
2016-10-23 12:42:00 -04:00 |
Pietro Gagliardi
|
ce37d12d23
|
Typo fixes.
|
2016-10-22 19:36:32 -04:00 |
Pietro Gagliardi
|
57379474f1
|
And finished offing the movement window events. I think the others can stay, though they need some tweaks.
|
2016-10-22 19:34:53 -04:00 |
Pietro Gagliardi
|
57fbf78ef3
|
More removal.
|
2016-10-22 19:31:57 -04:00 |
Pietro Gagliardi
|
edd70b9fa5
|
More uiWindows cleanup.
|
2016-10-22 18:35:41 -04:00 |
Pietro Gagliardi
|
6d796b5642
|
More removal of uiWindow move events.
|
2016-10-22 18:11:49 -04:00 |
Pietro Gagliardi
|
570b794650
|
Started the work in removing the move and center functions from uiWindow; those simply cannot be done thanks to Wayland.
|
2016-10-22 15:40:15 -04:00 |