98 Commits

Author SHA1 Message Date
Yevgen Muntyan
0a08c170f0 Move a bunch of defines to config.h 2016-01-08 04:41:48 -08:00
Yevgen Muntyan
518c2655a3 Reverting to rev 4901 2016-10-02 21:14:12 -07:00
Yevgen Muntyan
55e1df8cfc Move a bunch of defines to config.h 2016-01-08 04:41:48 -08:00
Yevgen Muntyan
71836ba739 Use mooglib dll on windows 2015-12-26 11:49:50 -08:00
Yevgen Muntyan
9d86c5adfd Remove dead FAM code 2015-12-25 22:04:41 -08:00
Yevgen Muntyan
6ae0237417 Do not implement mmap() on windows, it's needed only by xdgmime 2015-12-25 22:02:03 -08:00
Yevgen Muntyan
04b80a26e7 Do not use errno directly 2015-12-25 21:30:53 -08:00
Yevgen Muntyan
e20f5cf49c Fix some deprecation warnings 2014-12-06 12:16:16 -08:00
Yevgen Muntyan
9fa8501a4e Make new autoconf happier 2014-03-23 04:41:36 -07:00
Yevgen Muntyan
e6b6e0373b Fix compilation with new glib and gcc 2013-12-05 16:23:46 -08:00
Yevgen Muntyan
0d0d1016f7 Rename --enable-fatal-warnings back to --enable-strict 2013-05-11 21:23:04 -07:00
Yevgen Muntyan
0c376d6ef3 Do not enable -Werror by default 2013-05-11 12:18:12 -07:00
Yevgen Muntyan
0a5687a8d0 Implement portable mode on windows.
If there is a file "medit-portable" next to medit.exe, or medit is started
with --portable option, then medit run in "portable" mode. That means that
medit saves its data in the installation dir - in share/medit-portable-data
and share/medit-portable-cache.
2012-08-05 06:36:28 +01:00
Yevgen Muntyan
1dc913ff8a Check for sys/wait.h, so that HAVE_SYS_WAIT_H is defined when needed 2012-07-27 03:03:58 -07:00
Yevgen Muntyan
a59439f04a Fixed compilation with glib-2.32 and gcc-4.7: link with gmodule explicitly 2012-07-27 01:44:37 -07:00
Yevgen Muntyan
110b08c7f6 Added --enable-strict configure option 2011-12-29 00:22:49 -08:00
Yevgen Muntyan
563a2526d9 Work around mingw compiler bug which breaks C++ compilation 2011-11-28 00:52:41 -08:00
Yevgen Muntyan
c3325f13b5 Removed --enable-strict-gtk option 2011-09-26 00:57:17 -07:00
Yevgen Muntyan
a6381e5b8a Fixed compilation with DISABLE_SINGLE_INCLUDES 2011-09-26 00:41:51 -07:00
Yevgen Muntyan
eb794aebd9 clang doesn't understand -fno-strict-overflow; its -Wcast-align is rather broken 2011-04-10 20:26:00 -07:00
Yevgen Muntyan
24bbc8d866 Do not use GTK_DISABLE_DEPRECATED, it disables GtkComboBoxEntry 2011-04-02 11:17:14 -07:00
Yevgen Muntyan
2a50c7550b Do not use -Wlong-long, python doesn't care about it 2011-03-28 02:41:11 -07:00
Yevgen Muntyan
78c6591f04 Save named session to session-name.xml instead of session.xml.name 2010-12-27 20:31:29 -08:00
Yevgen Muntyan
efc260ea16 Install python plugins (they don't work yet) 2010-12-08 01:36:45 -08:00
Yevgen Muntyan
e80e2f7d35 Reverted to 4187, MooEditView is gone 2010-12-08 01:11:51 -08:00
Yevgen Muntyan
b10fac57e7 Install python plugins (they don't work yet) 2010-12-05 23:50:52 -08:00
Yevgen Muntyan
3ce66b1e42 Look for plugins in both share/ and lib/ directories 2010-11-11 22:59:44 -08:00
Yevgen Muntyan
be87dbfaba Do not #define data directories on windows 2010-11-07 23:38:04 -08:00
Yevgen Muntyan
a55478ea03 Compile with GTK_DISABLE_DEPRECATED 2010-11-07 03:32:15 -08:00
Yevgen Muntyan
914f31e57e Renamed preferences files: they are now prefs.xml, state.xml, session.xml 2010-11-06 23:57:00 -07:00
Yevgen Muntyan
70c4df004b Do not brag about checking compiler flags, it's not so fun anymore 2010-10-24 22:53:32 -07:00
Yevgen Muntyan
3e8a1727cd Got rid of intltool.m4 2010-10-01 00:52:14 -07:00
Yevgen Muntyan
d7de7f74e0 Use pkg-config to get x11 flags instead of AC_PATH_XTRA 2010-09-30 23:09:06 -07:00
Yevgen Muntyan
47bdffcea2 Link with X11 2010-09-25 00:44:43 -07:00
Yevgen Muntyan
c21e503d6a Always enable unit tests 2010-09-23 01:20:26 -07:00
Yevgen Muntyan
7bf870bd4d Disable -Wlong-long in C++ to workaround gcc bug 2010-09-23 00:15:23 -07:00
Yevgen Muntyan
a7a31db32f Install translations as medit-1.mo and medit-1-gsv.mo 2010-09-21 22:25:26 -07:00
Yevgen Muntyan
f9f564ba08 Install/write everything into medit-1 folders, not moo or medit 2010-09-21 22:05:09 -07:00
Yevgen Muntyan
c87e05c178 It's localedir, not LOCALEDIR 2010-09-17 23:33:11 -07:00
Yevgen Muntyan
b5f533d54d Removed configargs.h 2010-09-12 21:03:17 -07:00
Yevgen Muntyan
e5f27e3105 Removed IScript 2010-09-12 02:06:40 -07:00
Yevgen Muntyan
e60e68226f Check C and C++ options separately 2010-09-10 00:41:08 -07:00
Yevgen Muntyan
2099e58f92 Do not use subdirectories for compilation 2010-09-03 21:36:32 -07:00
Yevgen Muntyan
a214138f89 Moving stuff around: medit-0.99 2010-08-30 22:19:58 -07:00
Yevgen Muntyan
ad7cc2dea9 merged cmake branch 2009-11-01 12:44:46 -08:00
Yevgen Muntyan
7ab0e0a549 Disabled FAM 2009-07-04 00:32:57 -07:00
Yevgen Muntyan
cdeefe210d Check for gtk-2.14 2008-09-24 23:22:09 -05:00
Yevgen Muntyan
f2efeff52d Use GIO to move files to trash 2008-09-07 10:56:37 -05:00
Yevgen Muntyan
c53d39bd34 Use -f-no-strict-aliasing unconditionally 2008-08-27 23:26:08 -05:00
Yevgen Muntyan
69614815ca DO not use -fno-exceptions 2008-08-27 13:05:46 -05:00