summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* Fix variable name typo in compute_tip_xyYAMAMOTO Mitsuharu2015-12-151-1/+1
* Port recent XCB changes to 64-bit ‘long int’Paul Eggert2015-11-131-3/+4
* Remove intern calls and XXX comments from Fx_export_framesYAMAMOTO Mitsuharu2015-11-131-7/+10
* Speed up x_real_pos_and_offsets using XCBKen Raeburn2015-11-121-17/+200
* Reduce some data dependencies between X callsKen Raeburn2015-11-121-19/+27
* Include-file cleanup for src directoryPaul Eggert2015-10-201-8/+0
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-11/+28
* Fix cursor setting for tip frame; re-enable cursor generation.Ken Raeburn2015-10-111-5/+4
* Rewrite x_set_mouse_color to sync less.Ken Raeburn2015-10-111-114/+150
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-111-1/+1
* Fix problems caught with --enable-gcc-warningsPaul Eggert2015-10-081-1/+0
* Disable non-working pointerColor setting for X tooltip frame.Ken Raeburn2015-10-081-0/+4
* Reduce some unnecessary X calls.Ken Raeburn2015-10-081-15/+6
* Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-081-1/+1
* Try to avoid redisplaying all frames when creating a new oneStefan Monnier2015-09-301-3/+2
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-4/+4
* Remove tool_bar_redisplayed_once and associated code.Martin Rudalics2015-09-161-4/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-47/+0
* Fix file name encodings in diagnosticsPaul Eggert2015-08-181-1/+1
* Rewrite and add frame geometry related functions.Martin Rudalics2015-08-181-95/+230
* Have `x-frame-geometry' return nil for terminal and initial frames (Bug#21132)Martin Rudalics2015-07-261-0/+3
* Have `x-show-tip' handle `right' and `bottom' frame parameters.Martin Rudalics2015-07-071-9/+22
* Set image_cache_refcount before x_default_parameter calls. (Bug#20802)Martin Rudalics2015-06-181-12/+12
* Fix handling of image cache refcounts. (Bug#20802)Martin Rudalics2015-06-161-3/+14
* Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-311-1/+2
* * src/xfns.c (x_set_menu_bar_lines): Fix calls to x_clear_area.Wolfgang Jenkner2015-05-291-4/+2
* Merge branch 'master' into cairoJan D2015-05-231-2/+2
|\
| * Don't quote nil and t in doc stringsPaul Eggert2015-05-211-2/+2
* | Merge branch 'master' into cairoJan D2015-04-031-32/+102
|\ \ | |/
| * Adjust offset and border calculations for X.Jan D2015-02-271-7/+29
| * * xfns.c (x_real_pos_and_offsets): Fix pointer signedness.Paul Eggert2015-02-251-9/+10
| * Redo the whole window offsets and coordinate translation for X.Jan D2015-02-251-30/+76
| * Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+3
* | Modernize k&r cairo-related function declarations.YAMAMOTO Mitsuharu2015-02-161-6/+4
* | Add cairo drawing.Jan D2015-02-111-0/+195
|/
* Minor tweaks to frame_size_history_addPaul Eggert2015-02-081-1/+1
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-5/+13
* Use bool, not int, to track face changesPaul Eggert2015-01-281-6/+6
* Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-5/+16
|\
| * More doc fixes for bug#19502 -- make documentation less X-specific.Eli Zaretskii2015-01-041-5/+16
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| * Fix bug with an attempt to select uninitialized frame (Bug#18161).Dmitry Antipov2014-08-031-21/+20
* | Use bool for boolean in xfns.cPaul Eggert2015-01-251-112/+107
* | Prefer xlispstrdup to avoid dumb calls to strlenDmitry Antipov2015-01-201-3/+3
* | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-4/+9
* | Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535)Eli Zaretskii2015-01-081-3/+3
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-4/+0
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Prefer stpcpy to strcatPaul Eggert2014-12-251-17/+17
* | * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-151-2/+2