aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-05-21Move Selected Lines Up / Down. Feature #3304850.nyamatongwe5-0/+92
From Olivier Dagenais.
2011-05-19Variables names may contain braces like %ProgramFiles(x86)%.nyamatongwe1-1/+1
These are now treated as one variable name instead of being broken up. From Florian Balmer.
2011-05-14Credit.nyamatongwe1-0/+1
2011-05-13Break measurement of text into reasonable sized segments similarnyamatongwe5-50/+87
to drawing. Drawing will now always be broken up at a character boundary even when there is a large number of alphabetic characters. Fixes bug #3165743.
2011-05-13Removed confusing comment. Bug #3301002.nyamatongwe1-1/+0
2011-05-12Credit.nyamatongwe1-0/+1
2011-05-12Fixed typo.nyamatongwe1-2/+2
2011-05-09Last credit wrong.nyamatongwe1-1/+0
2011-05-09Allow nested variables in make files. Bug #3298223.nyamatongwe2-2/+7
From Dimitar Zhekov.
2011-05-04INDIC_STRAIGHTBOX added to indicators. Bug #3290435.nyamatongwe4-7/+20
From Marko Njezic.
2011-05-02Retreated from turning gdk_cursor_unref into g_object_unref as this caused ↵nyamatongwe2-6/+6
crashes.
2011-05-02Switching to non-deprecated APIs.nyamatongwe2-9/+51
2011-05-02Making scroll bars 1 pixel shorter as this prevents shrink causednyamatongwe1-2/+2
by touching resize corner.
2011-05-02Switching from deprecated gdk_cursor_unref to g_object_unref.nyamatongwe2-7/+9
2011-05-02Implemented damage region testing on GTK+ 3.nyamatongwe1-9/+42
2011-05-01For GTK+ 3, performing drawing in draw method instead of expose method.nyamatongwe1-3/+135
Type-safe update of clip region but not functional as always set to NULL.
2011-05-01Use accessor function for widget attributes and initialisation for GTK+ 3.nyamatongwe1-0/+13
2011-05-01Switched to GTK+ 3 calls for setting NULL backing.nyamatongwe1-3/+8
2011-05-01Switch from SizeRequest to GTK+ 3 preferred width and height.nyamatongwe1-0/+19
2011-05-01For GTK+ 3, define SurfaceID to be cairo_t* as this is what is receivednyamatongwe1-5/+27
by draw methods. Disable palette as can't find an equivalent for GTK+ 3.
2011-05-01Using new key names for GTK+ 3.nyamatongwe1-0/+74
2011-05-01Use accessor function for allocation and style for GTK+ 3.nyamatongwe2-13/+37
2011-05-01Use accessor function for clipboard and drags for GTK+ 3.nyamatongwe1-20/+43
2011-05-01Use accessor function for adjustments and scrollbars for GTK+ 3.nyamatongwe2-6/+63
2011-05-01Dropped headers no longer needed and not available in GTK+ 3.nyamatongwe1-2/+0
2011-05-01Fixing return types of signals connected with g_signal_connect.nyamatongwe1-20/+19
2011-05-01Use accessor function instead of widget->window for GTK+ 3.nyamatongwe2-32/+57
2011-05-01Disable all use of GdkFont with DISABLE_GDK_FONT since the identifiernyamatongwe1-3/+13
is missing in GTK+ 3.
2011-05-01Enable building for GTK+ 3.0 with "make GTK3=1".nyamatongwe1-2/+10
2011-04-29Use indicators to show matching braces. Feature #3290434.nyamatongwe9-23/+97
From Marko Njezic.
2011-04-29Draw SC_IV_LOOKBOTH indent guides on first line if it is empty. Bug #3291317.nyamatongwe1-1/+2
From Marko Njezic.
2011-04-27Updated regex documentation.nyamatongwe1-10/+8
2011-04-27Fixes for backwards regex search. Bug #3292659.nyamatongwe1-1/+8
From Marko Njezic.
2011-04-27Include arguments in references.nyamatongwe1-2/+2
2011-04-27Optimize fold marker highlight. Feature #3282649.nyamatongwe3-10/+15
From Jérôme LAFORGE.
2011-04-27Fix for fold markers not connecting. Bug #3292474.nyamatongwe1-1/+1
From Jérôme LAFORGE.
2011-04-27Fold marker fixes for wrapped lines. Bug #3291579.nyamatongwe2-5/+20
From Marko Njezic.
2011-04-23Moved CoderStudio to new URL.nyamatongwe1-1/+1
2011-04-22INDIC_ROUNDBOX can set alpha of outline. Feature #3290434.nyamatongwe6-7/+36
From Marko Njezic.
2011-04-22Avoid warning.nyamatongwe1-1/+1
2011-04-22Simplify code and avoid warnings.nyamatongwe1-2/+2
2011-04-16Better highlight drawing where fold header has no subordinates. Bug #3279730.nyamatongwe2-10/+13
From Jérôme LAFORGE.
2011-04-16Bug #3283880. Highlight source code inside [CODE] section when lexingnyamatongwe1-1/+10
starts in the middle. From Marko Njezic.
2011-04-16Support cython cpdef keyword. Bug #3279728.nyamatongwe1-6/+8
From Stephan R.A. Deibel.
2011-04-16Avoid bad text measurement with very long pieces of text. Bug #3286637.nyamatongwe1-1/+2
2011-04-07Add highlighting of current folding block. Feature #3147069.nyamatongwe9-43/+307
APIs MarkerEnableHighlight and MarkerSetBackSelected. From Jérôme Laforge.
2011-04-07Update copyright year.nyamatongwe6-6/+6
2011-04-07Bug #3265401 changes to fold markers.nyamatongwe1-23/+28
Hide folding markers and indicator lines when a fold header does not have any subordinate lines to fold away. Do not contract an empty fold header when clicked on.
2011-04-07Previous change to -1x-1 requisition caused warnings so use 1x1.nyamatongwe1-2/+2
2011-04-06Avoid warning for extra semi-colons and normalised whitespace.nyamatongwe1-3/+3