Notes: Glimmer ChangeLog Last updated: Tue Sep 12 01:42:11 PM PDT 2000 Tue Sep 12 01:42:11 PM PDT 2000 Chris Phelps <chicane@reninet.com> syntax-highlight.c: Fixed a small problem with Highlight styles. It was saving and retrieving properly, but the processor function was messed up. Thu Sep 07 10:12:55 AM PDT 2000 Chris Phelps <chicane@reninet.com> GtkExText: Use get_line_data_next() in recompute_scroll_line_width function. g_free(linedata) in goto_line function approx 10 bytes/line change were being leaked. Thu Sep 07 09:29:38 AM PDT 2000 Chris Phelps <chicane@reninet.com> GtkExText: full width selection is now optional. settings.c, getprefs.c, mdi-routines.c: Option for full width selection. Wed Sep 06 08:36:20 PM PDT 2000 Chris Phelps <chicane@reninet.com> GtkExText: Line iteration functions... gboolean gtk_extext_get_line_data_[next/prev](GtkExText *text, GtkExTextLineData *cur) Return value is true if line exists. GtkExTextLineData *cur is modified. This is used as optimization in the expose_text() function. Wed Sep 06 06:03:17 PM PDT 2000 Chris Phelps <chicane@reninet.com> GtkExText: Some small speed improvements... Dont render (or even call the render function) if x > width_of_window, or if x+width_of_text < text->gutter_width. Change in iteration of line printing from text->scroll_line_start to linedataptr. When generating GtkExTextLineData structs, only fill in cur->propery_first when we are on the line that will be returned.
Changes: Glimmer ChangeLog Last updated: Tue Sep 12 01:42:11 PM PDT 2000 Tue Sep 12 01:42:11 PM PDT 2000 Chris Phelps <chicane@reninet.com> syntax-highlight.c: Fixed a small problem with Highlight styles. It was saving and retrieving properly, but the processor function was messed up. Thu Sep 07 10:12:55 AM PDT 2000 Chris Phelps <chicane@reninet.com> GtkExText: Use get_line_data_next() in recompute_scroll_line_width function. g_free(linedata) in goto_line function approx 10 bytes/line change were being leaked. Thu Sep 07 09:29:38 AM PDT 2000 Chris Phelps <chicane@reninet.com> GtkExText: full width selection is now optional. settings.c, getprefs.c, mdi-routines.c: Option for full width selection. Wed Sep 06 08:36:20 PM PDT 2000 Chris Phelps <chicane@reninet.com> GtkExText: Line iteration functions... gboolean gtk_extext_get_line_data_[next/prev](GtkExText *text, GtkExTextLineData *cur) Return value is true if line exists. GtkExTextLineData *cur is modified. This is used as optimization in the expose_text() function. Wed Sep 06 06:03:17 PM PDT 2000 Chris Phelps <chicane@reninet.com> GtkExText: Some small speed improvements... Dont render (or even call the render function) if x > width_of_window, or if x+width_of_text < text->gutter_width. Change in iteration of line printing from text->scroll_line_start to linedataptr. When generating GtkExTextLineData structs, only fill in cur->propery_first when we are on the line that will be returned.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use