Tomasz Gąsior
ac9d0a9343
XedWindow cleanup.
2018-07-21 22:56:14 +02:00
Tomasz Gąsior
bc381189c7
Use highlight dialog instead submenu in "View" menu.
2018-07-21 22:34:26 +02:00
Tomasz Gąsior
d4de361efb
Import GeditHighlightModeDialog and -Selector from Gedit to Xed.
...
Just copy&paste and change Gedit -> Xed.
2018-07-21 22:26:37 +02:00
Clement Lefebvre
d99074ec5e
1.8.3
2018-07-17 09:33:19 +02:00
Michael Webster
dfcf007a44
search bar/xed-history-entry: Set a 'width-chars' on the GtkEntry
...
widgets of the search and replace entry widgets, and allow their
labels to ellipsize upon resizing.
This allows the entry widgets to have a smaller minimum size, which
was having an impact on window tiling for certain locales and display
resolutions (muffin and other wm's won't allow tiling of a window
if the resulting window size is less than the minimum size hints
reported by gtk and other toolkits.)
Ellipsizing the labels has the same benefit of enabling xed to be
resized smaller to tile on smaller displays. This ellipsizing only
occurs once the entries hit their minimum size.
Fixes #73
2018-07-06 14:40:07 -04:00
Clement Lefebvre
4f43977c59
1.8.2
2018-06-26 13:22:17 +02:00
Clement Lefebvre
7bebfc9b97
l10n: Update translations
2018-06-26 13:16:41 +02:00
Clement Lefebvre
8c6125e8fa
l10n: Update POT file
2018-06-08 12:08:54 +01:00
NikoKrause
e7c4d897dd
missing l10n: Help -> Shortcuts ( #229 )
2018-06-08 12:07:53 +01:00
Clement Lefebvre
44ec63074e
1.8.1
2018-05-22 12:53:56 +01:00
Clement Lefebvre
fdd6c18a51
l10n: Update files
2018-05-22 12:53:27 +01:00
Clement Lefebvre
51383ae711
l10n: Update translations
2018-05-22 12:51:07 +01:00
Clement Lefebvre
7951868e92
1.8.0
2018-05-06 16:43:43 +01:00
Clement Lefebvre
9788914d86
l10n: Update POT file
2018-05-06 16:42:09 +01:00
Clement Lefebvre
0409e91288
Wordcompletion: Fix a few mgsids
2018-03-16 11:10:22 +00:00
Mickael Albertus
8a32b92c33
Creation of plugin Word completion ( #199 )
...
* Creation of plugin
* Correction of shortcut
* Update translations+fix code
* Add Makefile.in and tab/space fix
* Add makefile.am remove makefile.in
2018-03-16 10:50:39 +00:00
JosephMcc
3999de8f59
xed-window: Fix a potential crash
2018-03-11 04:38:24 -07:00
Clement Lefebvre
37338603dc
CI: Don't build for Mint 18
...
GTK 3.22 is now required.
2018-03-09 15:12:22 +00:00
Clement Lefebvre
87cd264acf
Merge pull request #196 from JosephMcc/1.8-dev1
...
1.8 dev1
2018-03-09 15:11:24 +00:00
Nic
cc493b9b9b
Add C tags to the taglist plugin ( #188 )
...
Added tags for:
- Including stdio.h
- `include` statements
- The `main` function
- Comments and multi-line comments
- `printf` statements
2018-02-19 11:52:10 +00:00
JosephMcc
a86c482308
spell-plugin: Fix a link to the help file
2018-02-14 10:37:36 -08:00
JosephMcc
bd32e81f13
spell-plugin: Port to gspell
2018-02-10 12:22:37 -08:00
JosephMcc
19354f86c1
Clean up a few build warnings
...
Mostly just missing casts and removing a couple now unused functions and
variables.
2018-02-05 01:48:10 -08:00
JosephMcc
39dcfcab0b
Fix a couple of issues turned up by Codacy
2018-02-05 01:03:13 -08:00
JosephMcc
6c7e40c3ba
xed-notebook: Allow changing tabs with mouse back/forward buttons
...
While at it, fix the direction for switching tabs when scrolling with the
mouse wheel.
Closes https://github.com/linuxmint/xed/issues/115
2018-02-05 01:03:13 -08:00
JosephMcc
0a25600883
spell-plugin: Update for removal of some deprecated functionality
...
enchant_dict_add_to_pwl () was removed from libenchant. Use it's replacement,
enchant_dict_add () instead and bump our required version of libenchant.
Closes https://github.com/linuxmint/xed/issues/198
2018-02-05 01:03:13 -08:00
JosephMcc
a5af28a95d
xed-spell-checker.c: Clean up the code formatting
2018-02-05 01:03:13 -08:00
JosephMcc
a13a573228
xed-searchbar: Fix the size of the searchbar close button
...
The theming for this changed in gtk3.20+. Get it back to the proper size and
theme it in xed-style.css instead of hard coding it.
2018-02-05 01:03:13 -08:00
JosephMcc
100428eaf9
css: Add support for Adwaita
2018-02-05 01:03:13 -08:00
JosephMcc
d86c906848
debian: Add --enable-silent-rules to debian/rules
2018-02-05 01:03:13 -08:00
JosephMcc
ddaf70747c
xed-view: Add shortcuts for change case
...
Closes https://github.com/linuxmint/xed/issues/154
2018-02-05 01:03:13 -08:00
JosephMcc
6159ad5be2
Add a shortcuts window
2018-02-05 01:03:13 -08:00
JosephMcc
6383f71fa0
xed-notebook: Clean up some gtk3.20+ conditionals
...
Since we are moving to gtk3.22 we can clean these up.
2018-02-05 01:03:13 -08:00
JosephMcc
c269c57777
xed-view-frame: Fix the css for the minimap frame
...
This makes it work in gtk3.20+
2018-02-05 01:03:13 -08:00
JosephMcc
561c94e71a
xed-status-combo-box: Remove some deprecated css functionality
...
This stuff is deprecated and just spams warnings so clean it up.
2018-02-05 01:03:12 -08:00
JosephMcc
78ca6d13e0
xed-window: Rework the fullscreen toolbar
...
The animation used for hiding/showing the fullscreen toolbar is totally broken
under HiDPI. Port to GtkRevealer and GtkEventBox to get the proper behaviour.
2018-02-05 01:03:12 -08:00
JosephMcc
bc18f166a3
preferences-dialog: Complete revamp
...
Use the new XApps preferences window as the base for a total redesign of the
new dialog. While at it port to GtkSourceStyleSchemeChooserWidget.
2018-02-05 01:03:12 -08:00
JosephMcc
ef9294aae2
Pull upstream fixes for gtk and gtksourceview changes
...
* fix errors in xed-metadata-manager
* upstream changes for file loading and saving
* modernize some code in xed-document
Closes https://github.com/linuxmint/xed/issues/146
2018-02-05 01:03:12 -08:00
Leigh Scott
4c813f2c7f
Fix Py*DeprecationWarning ( #202 )
2018-02-03 10:26:28 +00:00
Leigh Scott
50b01551ac
Fix clang compile issue ( #209 )
2018-01-30 10:09:43 +00:00
Clement Lefebvre
d5ccae34be
Add CI configuration
2018-01-23 10:37:51 +00:00
Clement Lefebvre
4fe403dd63
1.6.3
2017-11-23 12:24:59 +00:00
Clement Lefebvre
b4d9a09870
l10n: Update translations
2017-11-23 12:24:24 +00:00
Clement Lefebvre
bdfdd2c840
1.6.2
2017-11-17 10:42:50 +00:00
JosephMcc
cbdd4d3197
xed-status-combo-box: Simplify the widget heirarchy ( #185 )
...
Remove an unneeded frame widget. This cause padding issues in gtk3.22 that
requires overly convoluted theming to get around. This still leaves a few
warnings from the hard coded theming but those can be removed later when we
no longer need to support gtk3.18.
2017-11-17 10:40:37 +00:00
Clement Lefebvre
93b9c31f15
1.6.1
2017-11-15 13:11:47 +00:00
Clement Lefebvre
ab581c166b
l10n: Fix localization in TextSize plugin
2017-11-15 13:08:58 +00:00
Clement Lefebvre
b9422cd437
1.6.0
2017-11-03 21:14:25 +00:00
Clement Lefebvre
b497904cc7
l10n: Update translations
2017-11-03 21:13:36 +00:00
Clement Lefebvre
aa72e7e232
l10n: Update POT file
2017-09-25 15:02:02 +01:00