|
|
|
@273
|
[273]
|
08/09/07 23:28:16 |
bjourne |
-- |
|
|
|
@270
|
[270]
|
08/09/07 22:27:26 |
bjourne |
Remove the force scale things … |
|
|
|
@269
|
[269]
|
08/09/07 22:17:11 |
bjourne |
Improve performance ALOT in some cases where gdk_pixbuf_scale does … |
|
|
|
@267
|
[267]
|
08/09/07 21:34:59 |
bjourne |
Document the DrawFlags enum. |
|
|
|
@266
|
[266]
|
08/09/07 20:30:13 |
bjourne |
Reduce LOC in gtk_image_view_scroll_to() slightly. |
|
|
|
@264
|
[264]
|
08/08/07 22:21:47 |
bjourne |
Catch the case in gtk_image_view_set_pixbuf() when reset_fit == FALSE
and … |
|
|
|
@263
|
[263]
|
08/06/07 17:34:18 |
bjourne |
Add missing G_END_DECLS. Rename new parameter to new_ so that it compiles … |
|
|
|
@261
|
[261]
|
07/28/07 10:13:33 |
bjourne |
Make it so GtkImageNav keeps its center position even if the … |
|
|
|
@259
|
[259]
|
07/28/07 09:39:06 |
bjourne |
Fix comment style |
|
|
|
@254
|
[254]
|
07/28/07 03:22:57 |
bjourne |
Rename gdk_window_draw_rect() to gdk_draw_rect() because it now can
draw … |
|
|
|
@253
|
[253]
|
07/28/07 02:26:43 |
bjourne |
Simplify the code and remove some redundant statements. Reduces the
line … |
|
|
|
@252
|
[252]
|
07/27/07 09:43:10 |
bjourne |
Add a tooltip and a prelight effect to the navigator button … |
|
|
|
@250
|
[250]
|
07/27/07 06:52:37 |
bjourne |
Minor simplification |
|
|
|
@249
|
[249]
|
07/27/07 06:49:33 |
bjourne |
Kill the two gtk_image_view_get_image_rect() functions and replace
them … |
|
|
|
@248
|
[248]
|
07/27/07 06:31:33 |
bjourne |
Fix a brainfart in the code. |
|
|
|
@247
|
[247]
|
07/27/07 03:00:51 |
bjourne |
gcc on win32 apparently complains if a function that returns a value
ends … |
|
|
|
@244
|
[244]
|
07/26/07 15:07:45 |
bjourne |
Set the initial selection to (0,0)-[0,0] (inactive) each time a pixbuf
is … |
|
|
|
@242
|
[242]
|
07/26/07 14:43:33 |
bjourne |
Set the initial selections size to 0, 0. This makes it easy to
unselect … |
|
|
|
@241
|
[241]
|
07/26/07 03:21:23 |
bjourne |
Use G_DEFINE_TYPE_EXTENDED for defining the types for the tools. |
|
|
|
@240
|
[240]
|
07/26/07 02:58:46 |
bjourne |
Use floating point truncation instead of the floor function when
rounding … |
|
|
|
@235
|
[235]
|
07/26/07 00:34:20 |
bjourne |
Totally change how the tool sets the cursor of the view.
Previously, the … |
|
|
|
@232
|
[232]
|
07/25/07 02:44:04 |
bjourne |
Remove redundant comment |
|
|
|
@230
|
[230]
|
07/24/07 01:17:46 |
bjourne |
Minor docstring update |
|
|
|
@229
|
[229]
|
07/24/07 00:15:03 |
bjourne |
Fill in some docstrings. |
|
|
|
@228
|
[228]
|
07/23/07 23:17:20 |
bjourne |
More doc for gtk_image_view_set_offset_invalidating() |
|
|
|
@223
|
[223]
|
07/23/07 22:23:19 |
bjourne |
Improve doc for gtk_iimage_tool_pixbuf_changed(). |
|
|
|
@221
|
[221]
|
07/23/07 21:05:45 |
bjourne |
Document paint_image() interface method. |
|
|
|
@220
|
[220]
|
07/23/07 21:05:10 |
bjourne |
Document signals. Fix stylish issues with comments. |
|
|
|
@219
|
[219]
|
07/23/07 21:04:09 |
bjourne |
Document two keybinding signals. |
|
|
|
@218
|
[218]
|
07/23/07 21:03:38 |
bjourne |
Doc for method. |
|
|
|
@217
|
[217]
|
07/23/07 21:03:06 |
bjourne |
Minor doc update. |
|
|
|
@216
|
[216]
|
07/23/07 20:47:43 |
bjourne |
Document the enums |
|
|
|
@211
|
[211]
|
07/15/07 03:07:10 |
bjourne |
Introduce a list of hotspots (analogous to EventAreas in gThumb) to
enable … |
|
|
|
@208
|
[208]
|
07/14/07 23:28:17 |
bjourne |
Add standard, useful gdk_rectangle_contains funcion. |
|
|
|
@204
|
[204]
|
07/08/07 22:54:03 |
bjourne |
Add a function which calculates the optimal autoscroll offset based
upon … |
|
|
|
@203
|
[203]
|
07/08/07 02:13:06 |
bjourne |
Implement a cool autoscrolling effect. When the mouse drags the
selection … |
|
|
|
@202
|
[202]
|
07/07/07 22:34:34 |
bjourne |
Add the function gdk_rectangle_eq for comparing two rectangles. A … |
|
|
|
@201
|
[201]
|
07/05/07 21:24:14 |
bjourne |
Introduce a new test in tests/test-tool-selector.c and fix the
existing … |
|
|
|
@200
|
[200]
|
07/05/07 20:54:43 |
bjourne |
Don't queue the view for redraw if the new selection equals the old
one. |
|
|
|
@199
|
[199]
|
07/05/07 00:03:32 |
bjourne |
Remove the stupid and completely pointless is_hint checks. They … |
|
|
|
@198
|
[198]
|
07/05/07 00:01:53 |
bjourne |
Fix the drifting of the mouse pointer effect that occurs when … |
|
|
|
@196
|
[196]
|
07/01/07 12:13:40 |
bjourne |
Fix nullpointers when deallocating cursors. |
|
|
|
@195
|
[195]
|
07/01/07 12:10:55 |
bjourne |
Remove unneeded attribute decor_visible. |
|
|
|
@194
|
[194]
|
07/01/07 06:54:47 |
bjourne |
Use the CURSOR_HAND_OPEN and CURSOR_HAND_CLOSED cursors instead … |
|
|
|
@193
|
[193]
|
07/01/07 03:23:15 |
bjourne |
Replace the calls to gdk_window_invalidate_rect … |
|
|
|
@191
|
[191]
|
06/29/07 00:16:28 |
bjourne |
Test and bug fix for a scrollbar inaccuracy issue. If image is 100x100
1.0 … |
|
|
|
@189
|
[189]
|
06/20/07 23:24:22 |
bjourne |
Make it so the test suite is only built when "make check" is
invoked. This … |
|
|
|
@185
|
[185]
|
06/20/07 22:21:10 |
bjourne |
Add a guard so that GtkImageView's window is not drawn upon if the widget … |
|
|
|
@184
|
[184]
|
06/19/07 23:19:42 |
bjourne |
Lots of small documentation improvements. Three screenshots added |
|
|
|
@180
|
[180]
|
06/17/07 19:12:07 |
bjourne |
Small cleanups |
|
|
|
@179
|
[179]
|
06/17/07 01:11:24 |
bjourne |
Comment |
|
|
|
@178
|
[178]
|
06/17/07 01:01:59 |
bjourne |
Fix a bad integer division bug |
|
|
|
@176
|
[176]
|
06/15/07 00:27:59 |
bjourne |
Add a selection_changed signal to the selector. Fire the signal when the … |
|
|
|
@174
|
[174]
|
06/14/07 21:53:55 |
bjourne |
Fix a warning emitted by gdk_window_set_cursor (widget->window,
cursor) … |
|
|
|
@173
|
[173]
|
06/14/07 21:23:12 |
bjourne |
Fix a leak in the interactive test application |
|
|
|
@172
|
[172]
|
06/13/07 00:10:40 |
bjourne |
Fix a really obvious memory leak. One more remains and has something to do … |
|
|
|
@171
|
[171]
|
06/12/07 23:22:03 |
bjourne |
Implement clamping for the selection rectangle. Three new tests that tests … |
|
|
|
@170
|
[170]
|
06/11/07 21:13:49 |
bjourne |
Change gtk_iimage_tool_pixbuf_changed() so that it takes a … |
|
|
|
@169
|
[169]
|
06/11/07 20:26:31 |
bjourne |
Only redraw the touched area |
|
|
|
@168
|
[168]
|
06/11/07 19:38:10 |
bjourne |
Remove mostly useless function … |
|
|
|
@166
|
[166]
|
06/11/07 19:34:42 |
bjourne |
Remove dead MouseHandler references |
|
|
|
@165
|
[165]
|
06/11/07 19:33:37 |
bjourne |
Remove dead MouseHandler references |
|
|
|
@164
|
[164]
|
06/11/07 19:32:25 |
bjourne |
Change clamp value and comment |
|
|
|
@163
|
[163]
|
06/11/07 17:34:06 |
bjourne |
Improve prototype for gdk_rectangle_to_str() |
|
|
|
@162
|
[162]
|
06/10/07 21:37:05 |
bjourne |
Fix stupid compile error. |
|
|
|
@160
|
[160]
|
06/10/07 21:33:49 |
bjourne |
Use a hash to store cursors. |
|
|
|
@159
|
[159]
|
06/10/07 21:32:58 |
bjourne |
Use NULL argument to gdk_window_get_pointer() |
|
|
|
@158
|
[158]
|
06/10/07 21:32:24 |
bjourne |
Move the gdk_window_get_pointer() business to … |
|
|
|
@156
|
[156]
|
06/10/07 07:51:45 |
bjourne |
Much work on the selector tool. It now displays the selection
correctly. … |
|
|
|
@155
|
[155]
|
06/10/07 07:50:53 |
bjourne |
Comment |
|
|
|
@153
|
[153]
|
06/10/07 07:48:54 |
bjourne |
Remove debug printfs. Fix pixbuf_changed() bug. Deallocate the image
view … |
|
|
|
@152
|
[152]
|
06/10/07 07:47:28 |
bjourne |
Move the is_hint check to the MouseHandler - not all tools want it |
|
|
|
@149
|
[149]
|
06/10/07 04:39:47 |
bjourne |
gdk_rectangle_copy is unused and removed |
|
|
|
@148
|
[148]
|
06/10/07 04:00:08 |
bjourne |
Add getters and setters for the tool attribute. Turn on double-buffering … |
|
|
|
@146
|
[146]
|
06/09/07 23:19:16 |
bjourne |
Install headers in $(includedir)/gtkimageview instead of … |
|
|
|
@143
|
[143]
|
06/04/07 00:48:57 |
bjourne |
GtkImageView now delegates certain tasks to a GtkIImageTool
reference. The … |
|
|
|
@142
|
[142]
|
06/03/07 13:12:50 |
bjourne |
Improve the test test_default_state(), modify gtk_image_view_new() so
that … |
|
|
|
@139
|
[139]
|
05/27/07 02:24:09 |
bjourne |
Simplify the installed paths. Change pkg-config name from gtkimageview-1.0 … |
|
|
|
@138
|
[138]
|
05/23/07 22:47:32 |
bjourne |
Remove the redundant gc argument from image_view_drawer_draw(). |
|
|
|
@137
|
[137]
|
05/19/07 23:33:16 |
bjourne |
Remove the window attribute from the MouseHandler structure. The class … |
|
|
|
@136
|
[136]
|
05/19/07 14:11:57 |
bjourne |
Feed NULL to gdk_bitmap_create_from_data(). That allows cursor_get() to … |
|
|
|
@135
|
[135]
|
05/19/07 14:05:35 |
bjourne |
Actually use the GDK_FLEUR cursor in the grab. |
|
|
|
@134
|
[134]
|
05/19/07 13:59:43 |
bjourne |
Add docstring |
|
|
|
@132
|
[132]
|
05/13/07 11:41:11 |
bjourne |
Minor doc update for GtkAnimView. |
|
|
|
@130
|
[130]
|
05/11/07 23:21:57 |
bjourne |
Documentation update. gtk-doc fucks up on paragraphs that starts with … |
|
|
|
@127
|
[127]
|
05/11/07 23:11:43 |
bjourne |
Update GtkImageNav to read the alpha settings from the GtkImageView. |
|
|
|
@126
|
[126]
|
05/11/07 23:11:20 |
bjourne |
Update ImageDrawer to use the new alpha-changing system. |
|
|
|
@125
|
[125]
|
05/11/07 23:10:44 |
bjourne |
Implement ability to change how transparent parts of alpha-images are … |
|
|
|
@124
|
[124]
|
05/11/07 13:56:05 |
bjourne |
Add example of how the zoom-changed signal is to be used. |
|
|
|
@121
|
[121]
|
05/11/07 01:22:14 |
bjourne |
Make GtkImageScrollWin subclass GtkTable instead of GtkHBox. The GtkHBox … |
|
|
|
@120
|
[120]
|
05/11/07 00:15:01 |
bjourne |
Make it so both scrollbars is always visible when you need a horizontal or … |
|
|
|
@117
|
[117]
|
05/06/07 03:11:10 |
bjourne |
Check to make sure that the hadj and vadj arguments are non-NULL in … |
|
|
|
@111
|
[111]
|
05/03/07 23:06:47 |
bjourne |
Fix a reference counting bug that appears when you set the same pixbuf … |
|
|
|
@110
|
[110]
|
05/03/07 21:53:16 |
bjourne |
Add a gboolean parameter reset_fit to the gtk_image_view_set_pixbuf(). … |
|
|
|
@104
|
[104]
|
05/03/07 21:12:48 |
bjourne |
Add a image_view_drawer_force_scale() method. The method is to be used by … |
|
|
|
@97
|
[97]
|
05/01/07 02:22:08 |
bjourne |
Add public method and keybinding for stepping animations. |
|
|
|
@96
|
[96]
|
05/01/07 02:05:51 |
bjourne |
Replace gtk_anim_view_stop … |
|
|
|
@92
|
[92]
|
04/21/07 15:13:57 |
bjourne |
Add two tests to test-anim-view.c that tests that the GtkAnimView
shows … |
|
|
|
@89
|
[89]
|
04/21/07 04:09:46 |
bjourne |
Initial implementation of GtkAnimView. Subclassing worked nicely and seems … |
|
|
|
@88
|
[88]
|
04/21/07 04:07:30 |
bjourne |
Fix indentation issue. |