DrLynix
|
f383eca19a
|
Update copyright year
|
2017-01-20 12:58:35 +01:00 |
DrLynix
|
15de1214cb
|
Utility: Fixes compilation
|
2017-01-20 10:04:43 +01:00 |
Lynix
|
e4b6f8e126
|
Utility/Icon: Make Icon a RefCounted object
|
2017-01-19 21:59:34 +01:00 |
Lynix
|
670199b557
|
Utility/Cursor: Rework Cursor as a handled object
|
2017-01-19 21:38:56 +01:00 |
Lynix
|
b884f5783c
|
Utility: Add CursorController
|
2017-01-19 14:17:26 +01:00 |
Lynix
|
b64d384c99
|
Utility/Cursor: Fix compilation on Linux
|
2017-01-19 10:27:47 +01:00 |
Lynix
|
934e646b00
|
Utility/Window: Fixes compilation for X11, again
|
2017-01-19 00:12:50 +01:00 |
Lynix
|
eea8b8c7f0
|
Utility/Window: Fixes compilation for X11
|
2017-01-18 23:57:37 +01:00 |
Lynix
|
d1b5357504
|
Utility/X11: Try to fix Linux implementation
|
2017-01-18 23:51:59 +01:00 |
Lynix
|
5752792565
|
Utility/X11: Fix calling of std::abort() in case of failure
|
2017-01-18 22:41:44 +01:00 |
Lynix
|
5b36ac1953
|
Utility: Fix Cursor missing initialization
|
2017-01-16 00:41:31 +01:00 |
Lynix
|
f406068c45
|
Utility: Rework cursors
-Rename WindowCursor to SystemCursor
-Merged Cursor class with SystemCursor enum
|
2017-01-16 00:32:59 +01:00 |
Lynix
|
954298dc1e
|
Utility/Cursor: Add GetImage() method
|
2017-01-15 22:41:48 +01:00 |
Lynix
|
4e239236b1
|
Utility/SoftwareBuffer: Move to public API
|
2016-12-09 09:11:22 +01:00 |
Lynix
|
d62720d610
|
Utility/Buffer: Refactor Buffer classes
|
2016-12-09 08:56:46 +01:00 |
Lynix
|
1794c83a32
|
Utility/SimpleTextDrawer: Fix handling of whitespace glyphs
|
2016-12-03 00:37:02 +01:00 |
Lynix
|
e6e4a437bd
|
Merge remote-tracking branch 'refs/remotes/origin/master' into gui
|
2016-11-30 13:08:08 +01:00 |
Lynix
|
d509520904
|
Utility: Oops, so that field was used
|
2016-11-27 02:48:18 +01:00 |
Lynix
|
fda625b00a
|
Utility: Fix compilation again
|
2016-11-27 02:42:16 +01:00 |
Lynix
|
9cc20f1069
|
Utility: Fix compilation on Linux
|
2016-11-27 02:36:58 +01:00 |
Lynix
|
1db3d60cea
|
Utility/Enums: Change WindowStyleFlags to the new flags format
|
2016-11-27 02:28:39 +01:00 |
Lynix
|
faa03225bb
|
Utility/OBJLoader: Fix compilation
|
2016-11-24 10:01:22 +01:00 |
Lynix
|
0c8128b7e4
|
Mesh/MeshParams: Replace flipUVs by texCoordOffset and texCoordScale
|
2016-11-24 09:43:56 +01:00 |
Lynix
|
2d13ff7aac
|
Revert "Utility/Formats: STBLoader will now convert the image to RGB8 if it has no alpha value"
This reverts commit c523e3cde5.
|
2016-11-18 22:39:26 +01:00 |
Lynix
|
c523e3cde5
|
Utility/Formats: STBLoader will now convert the image to RGB8 if it has no alpha value
|
2016-11-18 01:16:36 +01:00 |
Lynix
|
ff7e64494f
|
Utility/Image: Add HasAlpha() method
|
2016-11-18 01:15:58 +01:00 |
Lynix
|
93a2e54667
|
Utility/PixelFormat: Fix mask bit orders
|
2016-11-18 01:15:36 +01:00 |
Lynix
|
43f93141ac
|
Utility/Algorithm: Fix GenerateBox plane rotation (Fix #114)
|
2016-11-14 00:02:01 +01:00 |
Gawaboumga
|
7a0049b392
|
Should fix the problem of Q activating A, this occurs when a keysym is related to several keycodes (#113)
|
2016-11-11 12:13:36 +01:00 |
Lynix
|
7f445def13
|
Fix some warnings from MSVC
|
2016-11-10 16:44:29 +01:00 |
Jérôme Leclercq
|
4570f9a6e1
|
Utility/VideoMode: Make bpp optionnal (defaults to desktop bpp)
|
2016-11-08 01:14:04 +01:00 |
Jérôme Leclercq
|
ffe748b8c3
|
Window: Fix Threaded flag, seems to be working fine now
|
2016-11-07 10:51:23 +01:00 |
Jérôme Leclercq
|
94631e1a01
|
Utility/Window: Fix Linux compilation
|
2016-11-07 10:08:12 +01:00 |
Jérôme Leclercq
|
cf2bf52701
|
Utility/Window: Replace NAZARA_UTILITY_THREADED_WINDOW by a runtime flag (WIP)
|
2016-11-07 02:01:09 +01:00 |
Jérôme Leclercq
|
6ebe29ceb4
|
Utility/Win32: Generate only one WindowEvent_Moved per movement
When not using threaded windows.
Fixed #105
|
2016-11-04 23:18:36 +01:00 |
Jérôme Leclercq
|
581cc989de
|
Utility/Win32: Fix cached position never getting updated with threaded windows
Closes #104
|
2016-11-04 22:57:07 +01:00 |
Jérôme Leclercq
|
12f6877963
|
Fix some warnings
|
2016-11-04 22:25:16 +01:00 |
Jérôme Leclercq
|
c4ad52235f
|
Utility/Win32: Fix Window title when using NAZARA_UTILITY_THREADED_WINDOW
|
2016-11-04 22:24:56 +01:00 |
Jérôme Leclercq
|
e087129d4a
|
Fix many errors and warnings found out by MinGW
|
2016-11-04 18:14:52 +01:00 |
Lynix
|
38da351e9b
|
Utility/TextDrawer: Expose lines
|
2016-10-28 17:45:29 +02:00 |
Lynix
|
736b31af1b
|
Utility/SimpleTextDrawer: Whitespaces are now glyphs too
|
2016-10-28 17:44:59 +02:00 |
Lynix
|
a7d2d8cddd
|
Utility/AbstractImage: Inherit RefCounted
|
2016-10-20 23:53:22 +02:00 |
Lynix
|
d530ca22e0
|
Final pass of Clang warning fixes
|
2016-10-17 16:14:35 +02:00 |
Lynix
|
4c6f049e0d
|
Fix another lot of warnings from Clang
Closes #90
Closes #91
Closes #92
Closes #93
|
2016-10-17 16:01:05 +02:00 |
Lynix
|
5a07bbd001
|
Fix a lot of warnings from Clang/GCC
|
2016-10-17 14:46:53 +02:00 |
Lynix
|
8c1b4527fd
|
Utility/Events: Fix TextEntered event with tabs on Linux
|
2016-10-14 17:50:12 +02:00 |
Gawaboumga
|
eb1416f48d
|
Fix comment
|
2016-10-12 21:38:33 +02:00 |
Gawaboumga
|
f19100d179
|
Fix event: text entered (still broken with some key combinations and non printable characters)
|
2016-10-12 21:07:04 +02:00 |
Lynix
|
42240afb7c
|
Utility/PixelFormat: Fix RGB32 and RGBA32 formats (Fix #80)
Former-commit-id: dceb517cec5aeb1202c9725c62248ca182310528 [formerly 4ac3d4cacf5217c85027f3895a5673c8827cc0c5] [formerly ae697fbfacc90215483a431a3d3377ddf5814a98 [formerly cc43ad0eb6a7793b17e582d4bf9ce2812d47ca2b]]
Former-commit-id: 6bd38f6ccb14944d7dcf5b69cda173c1b3c4f02e [formerly c32c42d98d003c181ee0ae1f5e97037d24497a07]
Former-commit-id: d87a202835b7929db20c46a05a0dadb0f497c306
|
2016-10-07 19:17:07 +02:00 |
Lynix
|
d8b7fad5f0
|
Utility: Fix NoWindowSystem parameter
Former-commit-id: e52ac3a387001968fb0e998b788aaad715696a63 [formerly db7e147f903a51ed676f3580ae4e5c14c697ce2a] [formerly 5c467bc943641505761e555b394f1e29201a5680 [formerly 3906b482b0ebfd99d26cc54d7ace3e6d628241e4]]
Former-commit-id: 13ac52c4b8fe3e9c73d38387e8fa44690d225a5c [formerly 0554f1fddf0023ccad75f2c946653f052f588e8a]
Former-commit-id: d608750b66faf4dae989f7576c268a3ad32854f4
|
2016-10-05 00:41:45 +02:00 |