James Gray
|
23a665fa91
|
plug leak in lime_font_get_family_name
|
2015-09-21 19:08:20 -05:00 |
|
Joshua Granick
|
4a2c13f04d
|
Improve static build
|
2015-09-21 13:43:54 -07:00 |
|
Joshua Granick
|
5bd80aaab3
|
Add support for CFFI finalizer
|
2015-09-16 12:57:41 -07:00 |
|
Joshua Granick
|
1170702692
|
Accelerometer events
|
2015-09-15 16:30:15 -07:00 |
|
Joshua Granick
|
506f95acae
|
Null string fix
|
2015-09-04 19:40:16 -07:00 |
|
Joshua Granick
|
f618c4648a
|
Make window.alert simpler
|
2015-09-02 17:59:30 -07:00 |
|
Joshua Granick
|
dc919adccc
|
Name window.notify back to window.alert and unify with simple message box support
|
2015-09-02 09:53:03 -07:00 |
|
Joshua Granick
|
b199e7ac7d
|
Rename to window.notify (should have a more robust notification system in the future)
|
2015-09-02 09:01:04 -07:00 |
|
Tommy X
|
81acecfaea
|
Update ExternalInterface.cpp
|
2015-09-01 20:16:12 -04:00 |
|
Joshua Granick
|
6e570deddc
|
Fix font family name
|
2015-08-29 22:00:35 -07:00 |
|
Joshua Granick
|
7d371d83ec
|
CFFI fixes
|
2015-08-29 19:33:53 -07:00 |
|
Joshua Granick
|
7bcc6cd83f
|
64-bit fix
|
2015-08-28 22:26:28 -07:00 |
|
Joshua Granick
|
87f7ad32a2
|
Use CFFI prime bindings, refine Cairo font
|
2015-08-28 19:55:52 -07:00 |
|
Joshua Granick
|
b10a876307
|
Rename to window.focus ()
|
2015-08-25 16:26:09 -07:00 |
|
Joshua Granick
|
92791433ba
|
Merge pull request #549 from larsiusprime/window
window: exposed "raise()" function from SDL to bring the specified wi…
|
2015-08-25 16:16:15 -07:00 |
|
Joshua Granick
|
aa6a17b1cf
|
Null fixes
|
2015-08-22 22:10:41 -07:00 |
|
Joshua Granick
|
23e3882a24
|
Update the FileDialog API, improve
|
2015-08-22 17:10:51 -07:00 |
|
Joshua Granick
|
0e656f2a6a
|
Add lime.ui.FileDialog
|
2015-08-22 14:32:35 -07:00 |
|
Lars A. Doucet
|
36538a4b3e
|
window: exposed "raise()" function from SDL to bring the specified window to the top of the display stack
|
2015-08-20 20:57:49 -05:00 |
|
Joshua Granick
|
56c0872b8a
|
Use onWindowCreate() instead of init(), fix support for multiple GL windows, use window.renderer instead of currentRenderer
|
2015-08-20 13:39:53 -07:00 |
|
Joshua Granick
|
8768d6114f
|
Add window.id, add native EXIT event, filter window-based events and send to correct window instance
|
2015-08-19 12:36:30 -07:00 |
|
Joshua Granick
|
010e347651
|
Compile fix
|
2015-08-12 18:02:50 -07:00 |
|
Joshua Granick
|
df30bad61b
|
Cleanup
|
2015-08-12 17:59:18 -07:00 |
|
Joshua Granick
|
a1862e43a5
|
Merge branch 'james4k_master'
|
2015-08-12 17:48:05 -07:00 |
|
Joshua Granick
|
24c565bbd8
|
Add initial lime.system.Clipboard implementation
|
2015-08-12 11:49:20 -07:00 |
|
Joshua Granick
|
dd8ca69353
|
Port JNI class from Lime legacy
|
2015-08-11 15:39:41 -07:00 |
|
James Gray
|
4e0b3eb173
|
Merge tag '2.5.2'
Conflicts:
lime/graphics/utils/ImageDataUtil.hx
|
2015-08-06 18:04:28 -05:00 |
|
Joshua Granick
|
28321ddc58
|
Minor change
|
2015-07-31 20:51:59 -07:00 |
|
Joshua Granick
|
ef9263abe1
|
Merge pull request #529 from jarnik/master
settable lime.ui.Window.title, SDL only
|
2015-07-31 20:46:26 -07:00 |
|
Joshua Granick
|
2290e26c4d
|
We cannot maintain an updated list of displays, change to 'System.getDisplay' instead
|
2015-07-31 19:34:41 -07:00 |
|
Joshua Granick
|
fd376e6f99
|
Working on the Display API
|
2015-07-31 12:10:57 -07:00 |
|
Jarnik
|
83fcb82cce
|
settable lime.ui.Window.titlem, SDL only
|
2015-07-31 08:08:12 +02:00 |
|
Lars A. Doucet
|
8c24a8ad24
|
displays -- add bounds
|
2015-07-30 16:23:30 -05:00 |
|
Lars A. Doucet
|
8dfe690981
|
displays -- think I got it working
|
2015-07-30 15:40:33 -05:00 |
|
Lars A. Doucet
|
a99ee5af17
|
display -- adding last implementation bits
|
2015-07-30 15:27:28 -05:00 |
|
Lars A. Doucet
|
ac275f55ee
|
display -- name
|
2015-07-30 14:40:37 -05:00 |
|
Lars A. Doucet
|
e0a16c109c
|
Trying to hook up the first native function!
|
2015-07-30 13:39:05 -05:00 |
|
Joshua Granick
|
861c0fe63b
|
Fallback to software if hardware is not available
|
2015-07-23 08:09:30 -07:00 |
|
Joshua Granick
|
7b5d1a3c7a
|
Fix Image native fillRect and floodFill
|
2015-07-22 18:37:10 -07:00 |
|
Joshua Granick
|
d6750818fc
|
More work on pixel operations
|
2015-07-21 10:08:29 -07:00 |
|
Joshua Granick
|
0b4c553622
|
Add CairoImageSurface, properly separate image surface methods from the CairoSurface type
|
2015-07-15 16:40:53 -07:00 |
|
Joshua Granick
|
b50d052548
|
Fix regression in ByteArray.readFile on Android
|
2015-07-15 11:00:40 -07:00 |
|
James Gray
|
01fdbd5273
|
remove lime_byte_array_register_prims
|
2015-07-09 15:29:33 -05:00 |
|
James Gray
|
0f26f127c4
|
console: fix cairo for STATIC_LINK
|
2015-07-08 11:37:11 -05:00 |
|
James Gray
|
5104d81d00
|
ifdef LIME_LZMA
|
2015-07-08 11:18:58 -05:00 |
|
James Gray
|
f854dc02a2
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
lime/text/TextLayout.hx
project/src/text/Font.cpp
|
2015-07-03 02:08:02 -05:00 |
|
Joshua Granick
|
f80adfae95
|
Add LZMA
|
2015-06-25 14:13:02 -07:00 |
|
Joshua Granick
|
45242cb58f
|
Guard LZMA behind a define, disable for now
|
2015-06-24 08:21:51 -07:00 |
|
Joshua Granick
|
35b386018e
|
Messy hook up to LZMA binding (this should be changed)
|
2015-06-23 09:05:10 -07:00 |
|
Joshua Granick
|
d73460da18
|
Create a new native Bytes implementation, use it instead of ByteArray for better ByteArray and Bytes support
|
2015-06-19 14:11:15 -07:00 |
|