aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | * fix compilation without scons experimental_wm_api=yeshurikhan2015-01-221-5/+5
| | | | | | | | | | | | | | | | | | | | * Extended the demo with an addional MouseGrab Test
* | | | | * multi_screen testing + bugfixeshurikhan2015-01-181-16/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup
* | | | | * cleanup window state handlinghurikhan2015-01-171-32/+30
| | | | | | | | | | | | | | | | | | | | * first attemps in handling ALT+TABa (WIP)
* | | | | Make it set_minimized() + set_maximized() work in both worlds: Unity and LXDEhurikhan2015-01-171-4/+22
| | | | |
* | | | | added the following methods:hurikhan2015-01-171-6/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized()
* | | | | fixing the warnings in os_x11.cpphurikhan2015-01-161-12/+12
| | | | |
* | | | | WIP -- set_resizable() + is_resizable addedhurikhan2015-01-151-14/+43
| | | | |
* | | | | minor cleanuphurikhan2015-01-141-10/+14
| | | | |
* | | | | get_screen() + set_screen() addedhurikhan2015-01-141-16/+55
| | | | |
* | | | | Using Xinerama extension for getting screen infohurikhan2015-01-131-14/+28
| | | | |
* | | | | get_screen_position() addedhurikhan2015-01-131-0/+12
| | | | |
* | | | | introduced the scons experimental_wm_api switch:hurikhan2015-01-131-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ================================================ Usage: scons p=x11 experimental_wm_api=yes
* | | | | get_screen_size() addedhurikhan2015-01-111-0/+8
| | | | |
* | | | | get_screen_count() addedhurikhan2015-01-111-0/+7
| | | | |
* | | | | get_window_size() + set_window_size() addedhurikhan2015-01-111-1/+17
| | | | |
* | | | | get_window_position() + set_window_position() addedhurikhan2015-01-111-30/+56
| | | | |
* | | | | Merge branch 'master' into x11-fullscreenhurikhan2015-01-111-5/+4
|\| | | |
| * | | | 2D Rewrite Step [1]Juan Linietsky2015-01-101-5/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=- -Moved drawing code to a single function that takes linked list (should make it easier to optimize in the future). -Implemented Z ordering of 2D nodes. Node2D and those that inherit have a visibility/Z property that affects drawing order (besides the tree order) -Removed OpenGL ES 1.x support. Good riddance!
* | | | First attempt of restoring the window at the old positionhurikhan2015-01-111-11/+29
| | | |
* | | | Make fullscreen-switching is working with LXDE/Openboxhurikhan2015-01-101-48/+42
| | | |
* | | | API change to set_fullscreen(enabled,screen)hurikhan2015-01-101-2/+2
| | | |
* | | | Make GDScript-Function ( bool OS.is_fullscreen() ) workhurikhan2015-01-101-0/+1
| | | |
* | | | x11-fullscreen support through GDScript( OS.set_fullscreen(bool) )hurikhan2015-01-101-0/+49
|/ / /
* | | -ability to set default textures in shader (needed for visual shader editing)Juan Linietsky2014-12-211-4/+4
| | | | | | | | | | | | | | | | | | -work in progress new graph system (will replace current one) -crash fix in s3m loader (out of bounds acess) -fixed vbox overriding of separation (fixes empty line between section tabs)
* | | Implemented PulseAudio backend and fixed audio driver selection on X11Alexander Stillich2014-12-191-0/+16
| |/ |/|
* | -Ability to ask for documents/pictures/etc system dirs.Juan Linietsky2014-12-021-1/+67
|/ | | | | -Fixes to animationplayer -fixes to collada importer
* - more fixes on #672 on windowsJuan Linietsky2014-09-191-0/+13
| | | | | | - added #660, but need help on osx, help please I don't have a mac! - fixed #667 and #668 (eol detection in comments) - added #670 (hint when using method without () )
* Merge pull request #635 from adolson/wutfJuan Linietsky2014-09-171-1/+0
|\ | | | | removed output "WUTF" when show/hide mouse cursor
| * removed output "WUTF" when show/hide mouse cursorDana Olson2014-08-201-1/+0
| |
* | re-added old method for openbox/lxde (possibly others)Dana Olson2014-09-161-0/+13
| |
* | cleanupDana Olson2014-09-161-2/+3
| |
* | removed old methodDana Olson2014-09-161-15/+0
| |
* | fullscreen fix on ubuntuDana Olson2014-09-161-2/+19
| |
* | borderless fullscreen window support for x11Dana Olson2014-08-251-0/+33
|/ | | | move disable resize x11 code from context_gl to os_x11
* Small Issues & MaintenanceJuan Linietsky2014-08-011-12/+34
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
* Merge pull request #445 from Raventara/masterreduz2014-06-111-0/+14
|\ | | | | added XClassHint to windows in OS_X11::initialize
| * added XClassHint to windows in OS_X11::initialize for improved window ↵Russell2014-05-221-0/+14
| | | | | | | | management in x11.
* | Making Godot Easier to Use..Juan Linietsky2014-05-241-20/+16
|/ | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=-= -Auto indenter in code editor, this makes it much easier to paste external code. -Zoom in 2D viewport now uses the mouse pointer as reference. -Obscure hack to see where code/line of GDScript in C++ backtrace. -Fixed a bug where keys would get stuck on X11 if pressed simultaneously -Added Api on IP singleton to request local IPs. -Premultiplied alpha support when importing texture, editing PNGs and as a blend mode.
* -Fixed viewport stretch bugsJuan Linietsky2014-04-181-0/+5
| | | | | -Fixed input in viewport stretch bugs -Fixed tilemap pixel overlap (really?)
* -Fixed a few bugs in ViewportJuan Linietsky2014-04-101-2/+0
| | | | | -Made a few demos using Viewport to show it's true power! -Fixed some start-up error messages.
* ifdef out body of probe_joystick and process_joysticks on freebsd until a ↵Rob Messick2014-02-231-0/+4
| | | | working implementation is completed
* Only include linux/joystick.h on linuxRob Messick2014-02-231-2/+3
|
* Addressed comments by Terseus to match the specVinzenz Feenstra2014-02-141-5/+5
| | | | | | | size_t -> long uint8_t -> unsigned char Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
* x11: Set icon issue fixVinzenz Feenstra2014-02-141-20/+11
| | | | Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
* -fixed export templates not loading/exporting on WindowsJuan Linietsky2014-02-131-1/+1
| | | | | | | | | | | | -fixed TouchScreenButton with stretch2d -fixed(?) OSX crash on startup (test!!) -compilation fixes on windows -CollisionPolygon editor works again -find buttons en find dialog -TileMap editor cleanup (removed "error", made nicer) -viewport flicker fixed -make .scn default extension for saving scenes -export the rest of the network classes to gdscript
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+1300