aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-gtk
AgeCommit message (Expand)AuthorFilesLines
2021-12-22Curses: added teco_interface_is_interrupted() fallback and standardized how t...Robin Haberkorn1-0/+10
2021-10-15Gtk: disabled ^Z suspension on Unix for the time beingRobin Haberkorn1-9/+0
2021-10-15Gtk: solve the key-repeat problem once and for all (or improved on it at least)Robin Haberkorn1-1/+2
2021-10-15Gtk: prevent hard to predict teco_interface_key_pressed_cb() recursionsRobin Haberkorn1-1/+5
2021-10-13GTK: Support for Xembed protocol via --xembedRobin Haberkorn1-1/+18
2021-10-13GTK: revised the key processing again to prevent crashesRobin Haberkorn1-41/+35
2021-10-13improved default selection colors and made them configurable via color.tesRobin Haberkorn1-1/+2
2021-10-13GTK: fixed teco_view_free() (hopefully)Robin Haberkorn1-20/+7
2021-10-13GTK: prevent crashes when pressing keys very quicklyRobin Haberkorn1-1/+2
2021-10-11Gtk+ 3 UI: Don't use deprecated functions and make sure that the UI is update...Robin Haberkorn1-37/+38
2021-10-11optimized caret scrolling: this is a costly operation and is now done only on...Robin Haberkorn1-0/+10
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn1-2/+2
2021-10-08Gtk: fixed message bar's background colorRobin Haberkorn1-7/+7
2021-10-08revised icon loading on Windows and packaging againRobin Haberkorn1-19/+28
2021-06-08Gtk UI: fixed lookup of icons and fallback.css on WindowsRobin Haberkorn1-33/+39
2021-06-08get rid of the GObject Builder (GOB2): converted teco-gtk-info-popup.gob and ...Robin Haberkorn8-715/+812
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn10-6697/+1759
2017-04-30removed CLANG and HAVE_SIZED_DEALLOCATION conditionalsRobin Haberkorn1-8/+2
2017-03-08yet another revision of memory limiting: the glibc mallinfo() approach has be...Robin Haberkorn1-0/+3
2017-03-03updated copyright to 2017Robin Haberkorn4-4/+4
2016-11-22Gtk interface: make sure that the default display is openedRobin Haberkorn1-2/+10
2016-11-18improved command line option handlingRobin Haberkorn2-5/+9
2016-08-19Integrated clipboard supportRobin Haberkorn2-1/+79
2016-02-10avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...Robin Haberkorn1-2/+2
2016-02-07Gtk UI: use GtkCanonicalizedLabels and many styling improvementsRobin Haberkorn4-34/+127
2016-02-07added GtkCanonicalizedLabel: a label for displaying SciTECO stringsRobin Haberkorn2-3/+233
2016-02-04Gtk UI: refactored fallback.css - use one section per UI componentRobin Haberkorn1-13/+12
2016-02-04Gtk UI: --no-csd in the main option group now, so it shows up in --helpRobin Haberkorn1-1/+2
2016-02-04Gtk UI: fixed segfaults because of unsynchronized ViewGtk destructionRobin Haberkorn2-12/+26
2016-02-03Gtk UI: automatically configure font of the command lineRobin Haberkorn2-15/+27
2016-02-03Gtk UI: popup will now overlay both the Scintilla view and message widgetsRobin Haberkorn2-8/+20
2016-02-02Gtk UI: full color scheme supportRobin Haberkorn5-18/+173
2016-02-02Gtk UI: added option --no-csd to disable client-side decorationsRobin Haberkorn2-11/+31
2016-02-02Gtk UI: added a GtkHeaderBar and install it as the window's title barRobin Haberkorn3-27/+99
2016-02-02added gtk_info_popup_get_position_in_overlay() and workaround size allocation...Robin Haberkorn2-26/+42
2016-02-02gtk-info-popup: automatically hide the scrollbar if it would be insensitiveRobin Haberkorn1-3/+22
2016-01-31added 16px, 32px and 256px versions of the SciTECO PNG iconRobin Haberkorn1-5/+21
2016-01-31added Copyright to gtk-info-popup.gobRobin Haberkorn1-0/+17
2016-01-31interfaces have their own automake subdirectories and convenience libraries nowRobin Haberkorn6-0/+6197