aboutsummaryrefslogtreecommitdiff
path: root/src/resize.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2022-11-12gaps: position graphical resize bar in the middle between windows (#5277)Michael Stapelberg
2020-02-22Make floating-tiling resize code consistent with plain tiling resizeAlbert Safin
2019-10-03Tiling resize drag: use thresholdAlbert Safin
2019-10-03drag_pointer(): add use_treshold parameterAlbert Safin
2019-10-03drag_pointer(): drop unused parameter `border`Albert Safin
2018-11-08For resizing, convert pixel diff to percentage, based on parent.aksel
2018-09-06Ensure containers have a size of at least 1px after resizeOrestis Floros
2018-08-24Make cmd_resize_tiling_direction work with pixelsOrestis Floros
2018-08-23Improve resize_graphical_handler code styleOrestis Floros
2018-08-23Introduce orientation_from_directionOrestis Floros
2018-01-06Improve resize_find_tiling_participants() and simplify cmd_resize_tiling_widt...livanh
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2015-12-29Refactor extern definition of conn and root_screenAlex Auvolat
2015-11-23Parse colors as color_t instead of colorpixel.Ingo Bürk
2015-06-30Added missing newlines in log statements.Ingo Bürk
2015-04-20Update copyright notices and get rid of rangesDeiz
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2014-05-02render resize windows retina-correctlyMichael Stapelberg
2014-01-01Size resizebar according to container size.Peter Boström
2014-01-01Snap pointer to resize bar on drag resizeTony Crisci
2013-11-09Return DRAG_ABORT on UnmapNotify from drag_pointerTony Crisci
2013-09-30Add ability to escape out of a mouse-resize operationTony Crisci
2013-09-26Fix keyboard and mouse resize in nested containersjj
2012-09-23Display appropriate cursors when resizing or moving floating windows.Deiz
2012-08-12use I3__FILE__ for DLOG, leave __FILE__ as isMichael Stapelberg
2012-08-07explicitly set filenames to $(basename __FILE__)Michael Stapelberg
2012-03-26Use 32bit visual only when needed. Thus we could drop the --enable-32bit-visu...darkraven
2011-12-17Bugfix: Don’t change focus after (graphical) resizingMichael Stapelberg
2011-11-10mark parameters constMichael Stapelberg
2011-10-22normalize modelines/headers across src/*.cMichael Stapelberg
2011-01-27Fix the resize algorithm I broke earlier.Fernando Tarlá Cardoso Lemos
2010-11-29Implement resizing (still buggy)Michael Stapelberg
2010-07-11Remove some dead code (to be re-implemented), rename nc.c to main.cMichael Stapelberg
2010-03-07Turn nested functions into real functions or macrosMichael Stapelberg
2010-03-05Update function names, variable names and documentation for the RandR changesMichael Stapelberg
2010-03-02huge change: implement RandR instead of XineramaMichael Stapelberg
2010-01-26Fixed cursor orientation when resizingKim Silkebækken (lokaltog)
2009-12-19Touch each log message and classify it as DLOG (debug), ELOG (error) or LOG (...Michael Stapelberg
2009-11-22Bugfix: Also fix horizontal resizingMichael Stapelberg
2009-11-22Bugfix: Correctly calculate width when resizing (Thanks Merovius)Michael Stapelberg
2009-09-26Implement resize commandMichael Stapelberg
2009-09-25Bugfix: Fix resizing on second monitor (Thanks litemotiv)Michael Stapelberg
2009-09-06Implement horizontal resizeMichael Stapelberg
2009-08-04Bugfix: Recognize clicks as client clicks (opposed to border_clicks) when cli...Michael Stapelberg
2009-07-25Map window/its decoration *after* calling render_layout()Michael Stapelberg
2009-06-24Ensure a minimum size of 25px when resizing windowsMichael Stapelberg
2009-06-24Use drag_pointer from floating.c for the resize handlerMichael Stapelberg
2009-06-24Bugfix: resizing: boundary checking (Thanks Mirko)Michael Stapelberg
2009-05-09Bugfix: Fix display/resizing of colspanned containersMichael Stapelberg