Commit Graph

  • d813445f16 shell: Just use surface->private for shell_surface Kristian Høgsberg 2012-06-21 12:49:02 -0400
  • ae9e073ac5 terminal: Support both Alt and Control modifiers for regular keys Kristian Høgsberg 2012-06-21 12:30:15 -0400
  • b7f94bff3d terminal: Handle Alt-Backspace Kristian Høgsberg 2012-06-21 12:29:36 -0400
  • 6c6fb993f7 shell: Schedule repaint when moving a surface Kristian Høgsberg 2012-06-21 12:06:22 -0400
  • 63b298f3c7 terminal: Set blank cursor on keyboard press Kristian Høgsberg 2012-06-20 23:04:58 -0400
  • f337052a5c window: Add support for the blank cursor Kristian Høgsberg 2012-06-20 23:04:41 -0400
  • f2735ea8af compositor-drm: Hide hw cursor if cursor sprite isn't mapped Kristian Høgsberg 2012-06-20 23:03:53 -0400
  • b21fb9f61e terminal: Add Ctrl-Shift-N keyboard binding to open new window Kristian Høgsberg 2012-06-20 22:44:03 -0400
  • d3c69c279a window: Stop keyboard repeat when we lose keyboard focus Kristian Høgsberg 2012-06-20 22:41:59 -0400
  • de845cfcc0 terminal: Default terminal type to xterm Kristian Høgsberg 2012-06-20 22:14:31 -0400
  • 8b19c64146 window: Create timerfd non-blocking Kristian Høgsberg 2012-06-20 18:00:13 -0400
  • 71a4cf4374 terminal: Send ASCII DEL on for backspace Kristian Høgsberg 2012-06-20 17:57:56 -0400
  • a1627927c7 window: Compute initial window size correctly Kristian Høgsberg 2012-06-20 17:30:03 -0400
  • e828e904b5 terminal: Track down remaining unhandled xterm-256color escape codes Kristian Høgsberg 2012-06-20 16:59:17 -0400
  • cca3c2f9da terminal: Fix tab expansion Kristian Høgsberg 2012-06-20 15:56:13 -0400
  • 82cd36bfff terminal: Make terminal font configurable from command line and weston.ini Kristian Høgsberg 2012-06-20 15:29:07 -0400
  • bd0cd762bc window: Only repeat key if we still have kb focus Kristian Høgsberg 2012-06-20 15:17:18 -0400
  • cf4d244082 window: Add key-repeat to toy toolkit Kristian Høgsberg 2012-06-20 14:52:12 -0400
  • 3033425a49 compositor: Fix missing ';' in previous commit Kristian Høgsberg 2012-06-20 14:24:21 -0400
  • 37032f831f compositor: Verify XDG_RUNTIME_DIR variable Martin Minarik 2012-06-18 20:15:18 +0200
  • a85b4fb6ac compositor: flush the batched up damage when shm buffer is destroyed Kristian Høgsberg 2012-06-20 09:24:35 -0400
  • 83c4c40135 compositor: Don't schedule repaint from weston_surface_update_transform() Kristian Høgsberg 2012-06-20 00:54:52 -0400
  • 49952d1f12 compositor: Introduce weston_output_schedule_repaint() Kristian Høgsberg 2012-06-20 00:35:59 -0400
  • 9c9b3a4b46 recorder: Always initialize prev when computing the run-length Kristian Høgsberg 2012-06-20 00:28:16 -0400
  • e0f832b4f0 compositor: Pass weston_output as the frame_signal argument Kristian Høgsberg 2012-06-20 00:13:18 -0400
  • 70b8358aa0 compositor: Remove weston_read_pixels functionality Kristian Høgsberg 2012-06-20 00:07:52 -0400
  • ae2ba9b01b screenshooter: Just use frame signal for screenshots too Kristian Høgsberg 2012-06-20 00:05:46 -0400
  • e9d0492419 compositor: Emit frame_signal from weston_output_do_read_pixels() Kristian Høgsberg 2012-06-19 23:54:26 -0400
  • b8ceaaa42f compositor: Destroy EGLImage and texture when a NULL buffer is attached Kristian Høgsberg 2012-06-19 15:41:12 -0400
  • 2a3cd287ef window: Plug leak of shm_surface_data on shm_suface_data_destroy() Ander Conselvan de Oliveira 2012-06-19 13:45:55 +0300
  • d553bfc127 compositor: Track which plane a surface is on Kristian Høgsberg 2012-06-18 22:37:35 -0400
  • f6f69d3250 wcap: Make recorder debug code compile again Kristian Høgsberg 2012-06-18 17:10:19 -0400
  • 4ff5a7408a compositor: Don't export weston_compositor_repick() Kristian Høgsberg 2012-06-18 16:48:27 -0400
  • 9b78fd7c83 tablet-shell: Don't use compositor->surface_list Kristian Høgsberg 2012-06-18 16:39:52 -0400
  • b0d8e779df switcher: Don't use compositor->surface_list Kristian Høgsberg 2012-06-18 16:34:58 -0400
  • e2b88c093a Add minimum size for terminal Alexander Preisinger 2012-06-18 20:59:26 +0200
  • 362b672111 Rename weston_compositor EGLDisplay member to egl_display Kristian Høgsberg 2012-06-18 15:13:51 -0400
  • 6d4a3c1a39 tablet-shell: Fix compilation warnings Daniel Stone 2012-06-18 19:39:56 +0100
  • a494f1d3f0 Don't segfault clients when cursor isn't found Daniel Stone 2012-06-18 19:31:12 +0100
  • 460a79bd4b compositor: Track damage in surface-local coordinates Kristian Høgsberg 2012-06-18 15:09:11 -0400
  • e4c1a5f7f3 compositor: Drop old wrapper for surface_to_global_float() Kristian Høgsberg 2012-06-18 13:17:32 -0400
  • cebb34ef9e git-version: Use automake silent macro to make build prettier Kristian Høgsberg 2012-06-18 11:09:13 -0400
  • 429490df1a Move zoom code to its own file. Scott Moreau 2012-06-17 18:10:59 -0600
  • 8dacaaba1b Animate transitions for zoom focus point change. Scott Moreau 2012-06-17 18:10:58 -0600
  • 5b72a4d21d tablet-shell: Add actual actions for launcher. Alex Wu 2012-06-18 16:52:31 +0800
  • 563c5b8386 compositor-wayland: Respond to ping requests on outputs' shell surfaces Ander Conselvan de Oliveira 2012-06-18 17:36:21 +0300
  • 7b5029f8d4 shell: Don't override the sprite surface output Kristian Høgsberg 2012-06-15 16:31:27 -0400
  • cd80f107b3 xwm: Fix crash when we don't have a transient_for window Kristian Høgsberg 2012-06-15 15:40:18 -0400
  • 54b1d2ca84 compositor: Don't remove surface->link in weston_surface_unmap() Kristian Høgsberg 2012-06-15 14:56:34 -0400
  • 80620076fc window: Implement animated cursors (using pointer surfaces) Ander Conselvan de Oliveira 2012-06-15 17:27:36 +0300
  • 37ffc3c14b compositor: Track pointer image protocol change Ander Conselvan de Oliveira 2012-06-15 17:27:35 +0300
  • 912f20b9b7 compositor: Fix crash when surface is map'd and unmap'd before repaint Ander Conselvan de Oliveira 2012-06-15 17:27:34 +0300
  • 319b29c954 tablet-shell: Fix compiling error for using stderr. Alex Wu 2012-06-14 15:07:47 +0800
  • 94b0b0ce3d Increment frame_counter before calling animation->frame(). Scott Moreau 2012-06-14 01:01:56 -0600
  • 3ea23d0767 simple-egl: Minor fix ups. Scott Moreau 2012-06-13 17:42:21 -0600
  • bf1e8660ed xwm: fix typo on windows hints Tiago Vignatti 2012-06-12 14:07:49 +0300
  • 04769744e1 shell: Store focus state in workspaces Jonas Ådahl 2012-06-13 00:01:24 +0200
  • 62fcd0417e shell: Animate workspace changes Jonas Ådahl 2012-06-13 00:01:23 +0200
  • e3cddce5a6 shell: Virtual workspaces Jonas Ådahl 2012-06-13 00:01:22 +0200
  • db7737609c compositor: Buffer all frame callbacks in 'weston_surface' Jonas Ådahl 2012-06-13 00:01:21 +0200
  • 01b1725ba0 clients: don't crash weston-desktop-shell without the clock Pekka Paalanen 2012-06-12 17:42:26 +0300
  • b7a9498a8e compositor: add fallback strchrnul() Pekka Paalanen 2012-06-12 17:42:25 +0300
  • b79b635312 simple-egl: move function call out of assert() Pekka Paalanen 2012-06-12 17:42:24 +0300
  • e2949dba9b Remove weston_compositor_get_time() usage from animations. Scott Moreau 2012-06-11 13:09:23 -0600
  • e6603981da Implement animated transitions for zoom in/out. Scott Moreau 2012-06-11 13:07:51 -0600
  • befa65318a compositor: Update grab variable in notify_key() after binding handler. Scott Moreau 2012-06-11 14:59:31 -0600
  • e9f68f66dc clock: Default to not show seconds Kristian Høgsberg 2012-06-11 12:24:12 -0400
  • 23cf9eb04f Refine the build id string Kristian Høgsberg 2012-06-11 12:06:30 -0400
  • ed2aae7ab3 clock: Drop transparent background Kristian Høgsberg 2012-06-11 11:23:31 -0400
  • 92a984a37b clock: Just always do strftime in redraw handler Kristian Høgsberg 2012-06-11 11:10:57 -0400
  • bb262cf45c desktop-shell: Fix broken clock indentation Kristian Høgsberg 2012-06-11 11:03:03 -0400
  • 4e4167d3a0 compositor: log more EGL and GL info Pekka Paalanen 2012-06-11 14:06:05 +0300
  • 1b3c1ea880 compositor: log module loading Pekka Paalanen 2012-06-11 14:06:04 +0300
  • 7f4d1a3534 compositor: move uname log earlier Pekka Paalanen 2012-06-11 14:06:03 +0300
  • 29e09a92cb ignore git-version.h Pekka Paalanen 2012-06-11 14:06:02 +0300
  • bce4c2b1ca compositor: prettify program info in log Pekka Paalanen 2012-06-11 14:04:21 +0300
  • f5c7576581 compositor-android.c: Add missing include log.h Martin Minarik 2012-06-11 01:02:35 +0200
  • bae4351931 Log: Remove date from timestamp, log it only once. Martin Minarik 2012-06-11 01:00:23 +0200
  • f12c2879c6 compositor: Print uname information to log Martin Minarik 2012-06-11 00:57:39 +0200
  • b9e513c678 desktop-shell: move panel_add_clock call to panel_create function Rafal Mielniczuk 2012-06-09 20:33:29 +0200
  • 6e0a7d82b7 compositor: change position of weston_log_file_open call Rafal Mielniczuk 2012-06-09 15:10:28 +0200
  • d64cf21246 Add frame_counter to weston_animation. Scott Moreau 2012-06-08 19:40:54 -0600
  • 9d1b1125fd Move animation_list to weston_output. Scott Moreau 2012-06-08 19:40:53 -0600
  • c3a13cc6cf tests: Use weston_surface_to_global_float Kristian Høgsberg 2012-06-09 08:46:51 -0400
  • 70226bbda6 clock: Read fd to avoid 100% cpu usage Kristian Høgsberg 2012-06-08 16:54:52 -0400
  • fc9c5e04fd log: Add some diagnostics to the log Kristian Høgsberg 2012-06-08 16:45:33 -0400
  • a411c8b66c log: Print sha1 of HEAD and the date and time as the first thing in the log Kristian Høgsberg 2012-06-08 16:16:52 -0400
  • a7496e1c61 Add a makefile hook to generate git-version.h Kristian Høgsberg 2012-06-08 16:02:27 -0400
  • eb587650d2 log: Fixes Martin Minarik 2012-06-08 20:59:53 +0200
  • 6d11836721 Replace fprintf() by weston_log() Martin Minarik 2012-06-07 18:01:59 +0200
  • 19e6f2693d Add logging functionality Martin Minarik 2012-06-07 13:08:46 +0200
  • 3ab7269a9b compositor: return failure even if SEGV handler works v2 Pekka Paalanen 2012-06-08 17:27:28 +0300
  • 1e51a87f13 desktop-shell: Add panel clock Martin Minarik 2012-06-08 00:39:11 +0200
  • b2af93ef8c compositor: Drop weston_surface_to_global() Kristian Høgsberg 2012-06-07 20:10:23 -0400
  • 9a050afc06 compositor: Emit destroy signal when we manually destroy a weston_surface Kristian Høgsberg 2012-06-07 18:17:42 -0400
  • 633b14505c shell: Emit destroy signal for when we manually destroy shell surface Kristian Høgsberg 2012-06-07 18:08:47 -0400
  • 47b5dca409 shell: Don't remove grab listener if surface was destroyed Kristian Høgsberg 2012-06-07 18:08:04 -0400
  • 3f79d661a1 zoom: Convert wl_fixed_t directly into floats, to avoid truncation. Scott Moreau 2012-06-07 09:12:31 -0600
  • bdc7cd06d1 compositor: fix a crash on missing keyboard device Pekka Paalanen 2012-06-07 15:07:07 +0300
  • 43e1ba8073 shell: fix crash when no pointer device Pekka Paalanen 2012-06-07 15:07:06 +0300