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
f152ffe22a
Fixed compilation with older Gtk: use GDK_F* constants instead of GDK_F*
2012-07-29 19:02:13 -07:00
Yevgen Muntyan
ad567af24d
Partial workaround for the Gtk bug with Shift key: make Shift-Fn key combinations work as global shortcuts
2012-07-27 23:38:24 -07:00
Yevgen Muntyan
305f3e1c50
Do not use deprecated gdk_pixbuf_unref
2012-07-27 01:45:13 -07:00
Yevgen Muntyan
16e3cee515
Some doc improvements
2011-12-29 01:47:32 -08:00
Yevgen Muntyan
110b08c7f6
Added --enable-strict configure option
2011-12-29 00:22:49 -08:00
Yevgen Muntyan
64605d0643
Fixed tests which thought that 'Control' key was called 'Control', it's called 'Primary' these days
2011-12-05 22:53:29 -08:00
Yevgen Muntyan
c7900d5c7d
Got rid of xdg-open and friends, gtk_show_uri() seems to be as (un)successful as those
2011-12-05 22:43:47 -08:00
Yevgen Muntyan
b940a1fadb
Don't use newly deprecated glib symbols
2011-12-05 22:20:22 -08:00
Yevgen Muntyan
6a45383d12
Removed _moo_abort_debug_ignore(), it's useless with the gdb-built medit.exe
2011-11-28 00:53:40 -08:00
Yevgen Muntyan
36206c6c13
Always show fatal errors on windows
2011-11-27 22:47:07 -08:00
Yevgen Muntyan
0a43d8bfda
Unbreak keyboard shortcuts when running under Gtk-2.24.7
2011-10-23 15:13:57 -07:00
Yevgen Muntyan
4282d05180
Use gtk_show_uri on unix
2011-10-21 23:41:40 -07: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
29eb6fc357
Removed bunch of unused variables
2011-09-10 23:51:30 -07:00
Yevgen Muntyan
4e1a15c7fb
Use single defs file for pygtk bindings
2011-04-16 22:24:10 -07:00
Yevgen Muntyan
3af7d2329f
Unset model in destroy()
2011-03-06 21:12:11 -08:00
Yevgen Muntyan
c3daead67e
Destroy popup window after it's hidden
2011-03-05 14:12:15 -08:00
Yevgen Muntyan
8efd43a677
If load code can't figure out the encoding, show the dialog which allows user to choose encoding
2011-01-26 01:09:17 -08:00
Yevgen Muntyan
6f5aa55fa2
Number of asserts is four digit now
2011-01-25 23:31:24 -08:00
Yevgen Muntyan
7ce6aa6234
Output parent classes
2011-01-25 02:25:35 -08:00
Yevgen Muntyan
d5ec5c4838
More docs
2011-01-24 03:39:56 -08:00
Yevgen Muntyan
bf5655c0bc
Document even less stuff
2011-01-24 03:21:24 -08:00
Yevgen Muntyan
596881771b
Document less stuff
2011-01-24 03:13:09 -08:00
Yevgen Muntyan
7f62a476c3
More tests
2011-01-22 23:22:09 -08:00
Yevgen Muntyan
3ed115e2d7
More docs
2011-01-22 17:40:22 -08:00
Yevgen Muntyan
8ba9cdb8ff
Bind less methods in Lua
2011-01-22 03:21:42 -08:00
Yevgen Muntyan
d44c8c7822
Do not bind MooWindow::close
2011-01-22 02:18:55 -08:00
Yevgen Muntyan
170f823f5a
Bind enum values
2011-01-22 02:10:12 -08:00
Yevgen Muntyan
580af16fe1
moo_test_set_silent_messages()
2011-01-22 01:31:21 -08:00
Yevgen Muntyan
201fa48a8d
Check that glib-mkenums doesn't change his mind and lose or change enums
2011-01-21 21:04:33 -08:00
Yevgen Muntyan
df0e920abf
Bunch more signals for closing docs and windows
2011-01-21 03:12:18 -08:00
Yevgen Muntyan
5c4b590d13
foo_array_clear()
2011-01-17 01:13:11 -08:00
Yevgen Muntyan
1a893ba994
Do not evaluate macro arguments if they are not used
2011-01-17 01:12:56 -08:00
Yevgen Muntyan
288519c4a4
Instead of using moo_warning explicitly redefine g_warning
2011-01-14 02:37:04 -08:00
Yevgen Muntyan
588a82371c
MOO_NZS
2011-01-14 01:31:03 -08:00
Yevgen Muntyan
d6be34b119
moo_str_equal
2011-01-14 01:12:19 -08:00
Yevgen Muntyan
97d2e483d0
Do not call gtk_window_set_title too often
2011-01-14 01:05:08 -08:00
Yevgen Muntyan
ecc8b9a602
stock-select-* icons are gone
2011-01-13 00:46:04 -08:00
Yevgen Muntyan
1e55a8c2c7
Removed pre-gtk-2.16 and pre-glib-2.16 stuff
2011-01-13 00:36:22 -08:00
Yevgen Muntyan
09d4516d71
Removed moo_idle_add* and moo_timeout_add*
2011-01-13 00:11:32 -08:00
Yevgen Muntyan
59702458b9
Hide arrows if all labels fit
2011-01-10 00:52:00 -08:00
Yevgen Muntyan
b69f317787
Moved moo_tempdir and moo_tempnam to mooutils-script.*
2011-01-10 00:45:54 -08:00
Yevgen Muntyan
64c4574b9f
Optional extension parameter for moo_tempnam function
2011-01-10 00:20:15 -08:00
Yevgen Muntyan
f9835f8eeb
Static methods
2011-01-09 23:33:47 -08:00
Yevgen Muntyan
9b30bd27c9
Call tempdir medit-1-tmpdir-XXXXXXXX
2011-01-09 21:28:54 -08:00
Yevgen Muntyan
5e52e043dc
Don't be stupid, dup string before freeing it
2011-01-09 21:24:32 -08:00
Yevgen Muntyan
b7894669c4
Always add size requisition of arrow buttons, otherwise an infinite loop of size-request is possible if size of arrow buttons is just enough to make them appear
2011-01-09 03:31:12 -08:00
Yevgen Muntyan
fbd559010a
moo_tempnam, moo_tempdir
2011-01-08 18:04:46 -08:00