aboutsummaryrefslogtreecommitdiff
path: root/libi3/font.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2022-11-06Allow text drawing to use the alpha channel. (#5246)Michael Stapelberg
2022-06-01Fix typos (#4989)George Rodrigues
2021-03-05font: Get rid of temporary cairo surfaceUli Schlachter
2021-03-05Remove draw_text_ascii()Uli Schlachter
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2019-10-20Remove various unused parametersOrestis Floros
2019-04-10Fix memory leakJeremy Klotz
2019-03-29Allow checking for duplicate bindings with -COrestis Floros
2018-10-24Merge pull request #3473 from soumya92/pango-font-alignmentOrestis
2018-10-22Always center text verticallySoumya
2018-10-13Reduce some code around freesOrestis Floros
2018-07-28fix height offset calculation in pango text drawingCassandra Fox
2018-04-04Prefer compiler warnings to assertions for unhandled switch casesOrestis Floros
2017-09-10Revert "Use OVER operator for drawing text (#2908)" (#2925)Ingo Bürk
2017-09-09Use OVER operator for drawing text (#2908)Jan Alexander Steffens
2016-11-12Use the DPI setting within the i3bar (#2556)mihaicmn
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-09-27Remove conditional compilation for cairo/pangocairo (#2480)Michael Stapelberg
2016-03-23Add missing MAX macros, ensure that i3 can be compiled without pangoKacper Kowalik (Xarthisius)
2016-01-09font: free errorsMichael Stapelberg
2015-12-29Correct color management for pango fontsAlex Auvolat
2015-12-29Refactor extern definition of conn and root_screenAlex Auvolat
2015-10-13Rename is_markup to pango_markup.Ingo Bürk
2015-10-11Remove support for 32-bit visuals and RGBA colors.Ingo Bürk
2015-10-07Allow text drawing to use the alpha channel.Ingo Bürk
2015-10-06Use 32-bit visuals for i3bar when possible and allow RGBA colors.Ingo Bürk
2015-10-05Use cairo for all drawing operations in i3bar.Ingo Bürk
2015-06-29Parse the title_format and display the customized window title if a format wa...Ingo Bürk
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-03-21Merge pull request #1549 from shdown/y-offset-fixMichael Stapelberg
2015-03-15Fix incorrect y-offset for text in i3bar (2)shdown
2015-03-11degendered termsDiana Thayer
2015-03-01Merge branch 'master' of https://github.com/ton/i3 into ton-masterMichael Stapelberg
2015-02-26Fix incorrect y-offset for text in i3barTon van den Heuvel
2015-02-12i3bar: use Pango markupTony Crisci
2015-02-10libi3: free previous font on font loadTony Crisci
2014-08-25Allow to validate the config file without X.aszlig
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2013-12-24only LOG() the DPI when it changes, DLOG() it otherwise (Thanks lkraav)Michael Stapelberg
2013-11-18refactor previous commit’s new code into a function, add log messageMichael Stapelberg
2013-11-18libi3/font: Set DPI for the pango contextBas Pape
2013-09-30libi3/font: Draw the text at the expected placeQuentin Glidic
2013-01-26Make i3-nagbar use the same font as configured for i3Michael Stapelberg
2012-11-07libi3/font: Use "pango:" prefix to avoid confusionQuentin Glidic
2012-08-13pango: divide by PANGO_SCALE to get a "normal" font sizeMichael Stapelberg
2012-08-13logging: make libi3 use verboselog()/errorlog(), provide it in each callerMichael Stapelberg
2012-08-13libi3/font: Log the used fontQuentin Glidic
2012-08-13libi3: Implement Pango renderingFernando Tarlá Cardoso Lemos