71 Commits (b7b77e6f8f04497da3611ead4abf60394920d00f)

Author SHA1 Message Date
Kristian Høgsberg 25894fc920 compositor: Move gles2 initialization to gles2-renderer.h 12 years ago
Kristian Høgsberg d7c172648d compositor: Consolidate output repaint logic 12 years ago
Pekka Paalanen 07c91f8371 compositor: triangle fan debug 12 years ago
Scott Moreau 1bad5db9d6 Implement output transformations. 12 years ago
Kristian Høgsberg cb3eaae9ad compositor: Change notify_* function to take a weston_seat 12 years ago
Kristian Høgsberg 4f92c5392a compositor-x11: Move X11 core input seat into x11_compositor 12 years ago
Kristian Høgsberg 99fd1015d0 compositor: Drop output->flags 12 years ago
Scott Moreau ca9b09d945 compositor-x11: Always free output_mode on error. 12 years ago
Scott Moreau 248aaecda2 compositor-x11: Allow output configuration from config file. 12 years ago
Kristian Høgsberg 64eca8949b compositor: Fold the log prototypes into compositor.h and drop log.h 12 years ago
Kristian Høgsberg 7b884bc0de compositor: Use a minimal restore handler for crash clean up 12 years ago
Martin Olsson 11434bb2ea compositor-x11: Add error handling in x11_compositor_create() 13 years ago
Kristian Høgsberg 1248158e7d compositor-x11: Set make and model so we don't send NULL strings 13 years ago
Daniel Stone 725c2c3d68 Split weston_compositor_init into base and _gl 13 years ago
Daniel Stone 154c34c851 compositor-x11: Attempt to track state without XKB 13 years ago
Daniel Stone e2faa120ef compositor-x11: Use XKB StateNotify to synchronise state 13 years ago
Daniel Stone 1b4e11f38e notify_key: Add update_state argument 13 years ago
Daniel Stone 3ee91e1879 compositor-x11: Use XKB detectable autorepeat if possible 13 years ago
Daniel Stone 62b33b6964 compositor-x11: Add base XCB/XKB support 13 years ago
Daniel Stone 22815f9115 compositor-x11: Move input creation before output 13 years ago
Daniel Stone d6da09e935 Split notify_keyboard_focus into in/out variants 13 years ago
Kristian Høgsberg 49952d1f12 compositor: Introduce weston_output_schedule_repaint() 13 years ago
Kristian Høgsberg e0f832b4f0 compositor: Pass weston_output as the frame_signal argument 13 years ago
Kristian Høgsberg 70b8358aa0 compositor: Remove weston_read_pixels functionality 13 years ago
Kristian Høgsberg 362b672111 Rename weston_compositor EGLDisplay member to egl_display 13 years ago
Kristian Høgsberg fc9c5e04fd log: Add some diagnostics to the log 13 years ago
Martin Minarik 6d11836721 Replace fprintf() by weston_log() 13 years ago
Pekka Paalanen 36f155f80f compositor-x11: add an option to ignore input 13 years ago
Bill Spitzak b715ceca33 compositor-x11: Return number of events processed 13 years ago
Daniel Stone c1be8e59de Pass config_file through to weston_compositor_init 13 years ago
Daniel Stone baf4359285 Pass argc and argv through to weston_compositor_init 13 years ago
Daniel Stone 576cd15d8d compositor-x11: Generate our own keymap 13 years ago
Daniel Stone bb1df6a7c1 Add keymap argument to weston_seat_init_keyboard 13 years ago
Daniel Stone e379da9532 Separate out weston_xkb_info struct 13 years ago
Daniel Stone 74419a2237 Split weston_seat_init up into pointer/keyboard/touch 13 years ago
Daniel Stone 878f0b77a8 Convert notify_axis to wl_fixed_t 13 years ago
Daniel Stone c9785eacca Use enum wl_keyboard_key_state instead of integer 13 years ago
Daniel Stone 4dbadb1556 Use enum wl_pointer_button_state instead of integer 13 years ago
Daniel Stone 351eb61fbc Support wl_keyboard::modifiers event 13 years ago
Kristian Høgsberg c0bc844094 compositor-x11: Check the right variable after creating dummy pbuffer 13 years ago
Daniel Stone 37816df646 Convert wl_input_device to wl_seat (and friends) 13 years ago
Kristian Høgsberg bef52d1423 Update to new libxkbcommon API 13 years ago
Kristian Høgsberg c4621b07f6 compositor: Report refresh rates in mHz 13 years ago
Kristian Høgsberg e11bbe4cc8 compositor: Use wl_fixed_t for incoming input events 13 years ago
Daniel Stone 855028fec9 Add xkb_names member plus config + X11 support 13 years ago
Daniel Stone 5d66371743 Change button from int to uint32_t 13 years ago
Cooper Yuan 4577adce8c Use the dummy pbuffer we create to make current 13 years ago
Scott Moreau 062be7ec93 screenshooter: Grab pixel data directly before buffer swap 13 years ago
Alex Wu bd3354b8b2 shell: Implement "driver" method of fullsceen. 13 years ago
Alex Wu 2dda604093 compositor: Add a switch_mode hook and a wrapper into the output. 13 years ago