| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | * fix compilation without scons experimental_wm_api=yes | hurikhan | 2015-01-22 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | * Extended the demo with an addional MouseGrab Test | |||||
| * | | | | | * multi_screen testing + bugfixes | hurikhan | 2015-01-18 | 1 | -16/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup | |||||
| * | | | | | * cleanup window state handling | hurikhan | 2015-01-17 | 1 | -32/+30 | |
| | | | | | | | | | | | | | | | | | | | | | * first attemps in handling ALT+TABa (WIP) | |||||
| * | | | | | Make it set_minimized() + set_maximized() work in both worlds: Unity and LXDE | hurikhan | 2015-01-17 | 1 | -4/+22 | |
| | | | | | | ||||||
| * | | | | | added the following methods: | hurikhan | 2015-01-17 | 1 | -6/+131 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized() | |||||
| * | | | | | fixing the warnings in os_x11.cpp | hurikhan | 2015-01-16 | 1 | -12/+12 | |
| | | | | | | ||||||
| * | | | | | WIP -- set_resizable() + is_resizable added | hurikhan | 2015-01-15 | 1 | -14/+43 | |
| | | | | | | ||||||
| * | | | | | minor cleanup | hurikhan | 2015-01-14 | 1 | -10/+14 | |
| | | | | | | ||||||
| * | | | | | get_screen() + set_screen() added | hurikhan | 2015-01-14 | 1 | -16/+55 | |
| | | | | | | ||||||
| * | | | | | Using Xinerama extension for getting screen info | hurikhan | 2015-01-13 | 1 | -14/+28 | |
| | | | | | | ||||||
| * | | | | | get_screen_position() added | hurikhan | 2015-01-13 | 1 | -0/+12 | |
| | | | | | | ||||||
| * | | | | | introduced the scons experimental_wm_api switch: | hurikhan | 2015-01-13 | 1 | -0/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ================================================ Usage: scons p=x11 experimental_wm_api=yes | |||||
| * | | | | | get_screen_size() added | hurikhan | 2015-01-11 | 1 | -0/+8 | |
| | | | | | | ||||||
| * | | | | | get_screen_count() added | hurikhan | 2015-01-11 | 1 | -0/+7 | |
| | | | | | | ||||||
| * | | | | | get_window_size() + set_window_size() added | hurikhan | 2015-01-11 | 1 | -1/+17 | |
| | | | | | | ||||||
| * | | | | | get_window_position() + set_window_position() added | hurikhan | 2015-01-11 | 1 | -30/+56 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into x11-fullscreen | hurikhan | 2015-01-11 | 1 | -5/+4 | |
| |\| | | | | ||||||
| | * | | | | 2D Rewrite Step [1] | Juan Linietsky | 2015-01-10 | 1 | -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 position | hurikhan | 2015-01-11 | 1 | -11/+29 | |
| | | | | | ||||||
| * | | | | Make fullscreen-switching is working with LXDE/Openbox | hurikhan | 2015-01-10 | 1 | -48/+42 | |
| | | | | | ||||||
| * | | | | API change to set_fullscreen(enabled,screen) | hurikhan | 2015-01-10 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Make GDScript-Function ( bool OS.is_fullscreen() ) work | hurikhan | 2015-01-10 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | x11-fullscreen support through GDScript( OS.set_fullscreen(bool) ) | hurikhan | 2015-01-10 | 1 | -0/+49 | |
| |/ / / | ||||||
| * | | | -ability to set default textures in shader (needed for visual shader editing) | Juan Linietsky | 2014-12-21 | 1 | -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 X11 | Alexander Stillich | 2014-12-19 | 1 | -0/+16 | |
| | |/ |/| | ||||||
| * | | -Ability to ask for documents/pictures/etc system dirs. | Juan Linietsky | 2014-12-02 | 1 | -1/+67 | |
| |/ | | | | | -Fixes to animationplayer -fixes to collada importer | |||||
| * | - more fixes on #672 on windows | Juan Linietsky | 2014-09-19 | 1 | -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/wutf | Juan Linietsky | 2014-09-17 | 1 | -1/+0 | |
| |\ | | | | | removed output "WUTF" when show/hide mouse cursor | |||||
| | * | removed output "WUTF" when show/hide mouse cursor | Dana Olson | 2014-08-20 | 1 | -1/+0 | |
| | | | ||||||
| * | | re-added old method for openbox/lxde (possibly others) | Dana Olson | 2014-09-16 | 1 | -0/+13 | |
| | | | ||||||
| * | | cleanup | Dana Olson | 2014-09-16 | 1 | -2/+3 | |
| | | | ||||||
| * | | removed old method | Dana Olson | 2014-09-16 | 1 | -15/+0 | |
| | | | ||||||
| * | | fullscreen fix on ubuntu | Dana Olson | 2014-09-16 | 1 | -2/+19 | |
| | | | ||||||
| * | | borderless fullscreen window support for x11 | Dana Olson | 2014-08-25 | 1 | -0/+33 | |
| |/ | | | | move disable resize x11 code from context_gl to os_x11 | |||||
| * | Small Issues & Maintenance | Juan Linietsky | 2014-08-01 | 1 | -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/master | reduz | 2014-06-11 | 1 | -0/+14 | |
| |\ | | | | | added XClassHint to windows in OS_X11::initialize | |||||
| | * | added XClassHint to windows in OS_X11::initialize for improved window ↵ | Russell | 2014-05-22 | 1 | -0/+14 | |
| | | | | | | | | | management in x11. | |||||
| * | | Making Godot Easier to Use.. | Juan Linietsky | 2014-05-24 | 1 | -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 bugs | Juan Linietsky | 2014-04-18 | 1 | -0/+5 | |
| | | | | | | -Fixed input in viewport stretch bugs -Fixed tilemap pixel overlap (really?) | |||||
| * | -Fixed a few bugs in Viewport | Juan Linietsky | 2014-04-10 | 1 | -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 Messick | 2014-02-23 | 1 | -0/+4 | |
| | | | | | working implementation is completed | |||||
| * | Only include linux/joystick.h on linux | Rob Messick | 2014-02-23 | 1 | -2/+3 | |
| | | ||||||
| * | Addressed comments by Terseus to match the spec | Vinzenz Feenstra | 2014-02-14 | 1 | -5/+5 | |
| | | | | | | | | size_t -> long uint8_t -> unsigned char Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com> | |||||
| * | x11: Set icon issue fix | Vinzenz Feenstra | 2014-02-14 | 1 | -20/+11 | |
| | | | | | Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com> | |||||
| * | -fixed export templates not loading/exporting on Windows | Juan Linietsky | 2014-02-13 | 1 | -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 SOURCE | Juan Linietsky | 2014-02-09 | 1 | -0/+1300 | |
